<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Local Data filter &amp;amp; Animation - how to specify the range? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/624059#M82293</link>
    <description>&lt;P&gt;After resizing bins, "re-size" the range once (it should start auto-scaling). That seems to work for me in JMP16.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");

gb = dt &amp;lt;&amp;lt; Graph Builder(
	Variables(X(:name), Y(:height)),
	Elements(Points(X, Y, Legend(295))),
	Local Data Filter(
		Show Modes(1),
		Add Filter(
			columns(:weight),
			Where(:weight &amp;gt;= 93.12 &amp;amp; :weight &amp;lt;= 115.88),
			Display(:weight, NBins(5))
		),
		Animation(Animate Column(:weight))
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Maybe some sort of "Lock Range" or similar could be useful feature when using animations? Or maybe even in general for filters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Other option could be to create Nominal/ordinal column and use that for the local data filter.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Apr 2023 06:22:52 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2023-04-20T06:22:52Z</dc:date>
    <item>
      <title>Local Data filter &amp; Animation - how to specify the range?</title>
      <link>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/623973#M82286</link>
      <description>&lt;P&gt;The Animation Menu of the local Data Filter is a very convenient way to produce a gif image for a time series.&lt;/P&gt;&lt;P&gt;Unfortunately, when I click on play, the selected range changes before the animation starts :(&lt;/img&gt;&lt;/P&gt;&lt;P&gt;Is there an option to specify the width of the selected values?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-04-19_21-28-33.gif" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52097i8E19E15D15AA96F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2023-04-19_21-28-33.gif" alt="2023-04-19_21-28-33.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:31:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/623973#M82286</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-06-11T11:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Local Data filter &amp; Animation - how to specify the range?</title>
      <link>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/624009#M82288</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Have you tried to adjust the size of the interval by selecting the context menu (downward red triangle) and defining the number of bins?&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 00:31:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/624009#M82288</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2023-04-20T00:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Local Data filter &amp; Animation - how to specify the range?</title>
      <link>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/624052#M82292</link>
      <description>&lt;P&gt;On my system (Jmp 17.1) this changes the width of the (grey) bins, but not the stepwidth (width of the blue region).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1681968606034.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52102i6EB281978905A7BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1681968606034.png" alt="hogi_0-1681968606034.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 05:30:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/624052#M82292</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-04-20T05:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Local Data filter &amp; Animation - how to specify the range?</title>
      <link>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/624059#M82293</link>
      <description>&lt;P&gt;After resizing bins, "re-size" the range once (it should start auto-scaling). That seems to work for me in JMP16.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");

gb = dt &amp;lt;&amp;lt; Graph Builder(
	Variables(X(:name), Y(:height)),
	Elements(Points(X, Y, Legend(295))),
	Local Data Filter(
		Show Modes(1),
		Add Filter(
			columns(:weight),
			Where(:weight &amp;gt;= 93.12 &amp;amp; :weight &amp;lt;= 115.88),
			Display(:weight, NBins(5))
		),
		Animation(Animate Column(:weight))
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Maybe some sort of "Lock Range" or similar could be useful feature when using animations? Or maybe even in general for filters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Other option could be to create Nominal/ordinal column and use that for the local data filter.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 06:22:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/624059#M82293</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-04-20T06:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Local Data filter &amp; Animation - how to specify the range?</title>
      <link>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/624065#M82295</link>
      <description>&lt;P&gt;This is how it looks on my system - Jmp 17.1 &amp;amp; 16.2, Win 10.&lt;/P&gt;&lt;P&gt;Hard to find out what influences the step width -&amp;nbsp; but it's quite independent of the bin width setting.&lt;BR /&gt;Often, the step width of the animation fits to N=5 (independent of N), sometimes it's smaller (even for N=5).&lt;BR /&gt;&lt;BR /&gt;Just an issue on my system?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-04-20_08-46-16.gif" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52104i8963A37CA057CE30/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2023-04-20_08-46-16.gif" alt="2023-04-20_08-46-16.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 06:55:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/624065#M82295</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-04-20T06:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Local Data filter &amp; Animation - how to specify the range?</title>
      <link>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/624573#M82328</link>
      <description>&lt;P&gt;The min/max delta for animation is set once animation begins on a continuous column.&amp;nbsp; It does not reset after pausing the animation, but it does reset if you fully stop the animation and then restart it.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 21:22:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/624573#M82328</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2023-04-20T21:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Local Data filter &amp; Animation - how to specify the range?</title>
      <link>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/624662#M82342</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/4587"&gt;@danschikore&lt;/a&gt;&amp;nbsp;, thanks a lot :)&lt;/img&gt;&lt;BR /&gt;&lt;BR /&gt;the it is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the user has to specify the step width &lt;STRONG&gt;before&lt;/STRONG&gt; he &lt;STRIKE&gt;opens the animation menu&lt;/STRIKE&gt;. presses play (edit after the last comment)&lt;/LI&gt;&lt;LI&gt;after pressing play, changes don't have an effect on the step width -- as long as the animation menu is opened&lt;/LI&gt;&lt;LI&gt;to change the step width after pressing play, &lt;STRONG&gt;one has to close the animation menu and re-open it:&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-04-21_06-40-55.gif" style="width: 355px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52185i7D260A736DA75467/image-dimensions/355x872?v=v2" width="355" height="872" role="button" title="2023-04-21_06-40-55.gif" alt="2023-04-21_06-40-55.gif" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 04:27:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/624662#M82342</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-04-24T04:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Local Data filter &amp; Animation - how to specify the range?</title>
      <link>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/624929#M82372</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;- the step width is actually fixed at the point that you press "play" rather than when the animation panel is opened.&amp;nbsp; I am not sure why it does not allow the step to be reset when paused, but that is something we can consider for the future.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 16:58:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/624929#M82372</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2023-04-21T16:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Local Data filter &amp; Animation - how to specify the range?</title>
      <link>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/680997#M86662</link>
      <description>&lt;P&gt;An update to this thread - the data filter animation has been improved here in JMP 18, to allow the range for continuous filters to be reset when the animation is paused.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 13:41:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/680997#M86662</guid>
      <dc:creator>Audrey_Shull</dc:creator>
      <dc:date>2023-09-25T13:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Local Data filter &amp; Animation - how to specify the range?</title>
      <link>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/774785#M95681</link>
      <description>&lt;P&gt;Is there an animation mode where just the "end" of the filter is moved to the right?&lt;BR /&gt;To show trends over time - by keeping the "historic" data visible?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 12:42:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/774785#M95681</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-07-23T12:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Local Data filter &amp; Animation - how to specify the range?</title>
      <link>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/774786#M95682</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;- currently there is no option to animate only the max (or min) of the continuous filter item.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 12:59:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/774786#M95682</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2024-07-23T12:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Local Data filter &amp; Animation - how to specify the range?</title>
      <link>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/774824#M95687</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/4587"&gt;@danschikore&lt;/a&gt;&amp;nbsp;, thank you for the info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think "animate the max" can be quite useful.&lt;BR /&gt;I posted a wish:&amp;nbsp;&lt;LI-MESSAGE title="Animate: animate the max" uid="774814" url="https://community.jmp.com/t5/JMP-Wish-List/Animate-animate-the-max/m-p/774814#U774814" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;BR /&gt;[an option for fading persistency would be amazing]&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 15:15:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/774824#M95687</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-07-23T15:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Local Data filter &amp; Animation - how to specify the range?</title>
      <link>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/798052#M97385</link>
      <description>&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6358974191112w970h490r969" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6358974191112" data-account="6058004218001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004218001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6358974191112w970h490r969');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.jmp.com/t5/video/gallerypage/video-id/6358974191112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 20:53:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Local-Data-filter-amp-Animation-how-to-specify-the-range/m-p/798052#M97385</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-09-11T20:53:18Z</dc:date>
    </item>
  </channel>
</rss>

