<?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: Refresh chart in the same place in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Refresh-chart-in-the-same-place/m-p/747208#M92709</link>
    <description>&lt;P&gt;Maybe Auto Recalc will work for you; the graph updates as the data changes.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="red triangle-&amp;gt;Redo-&amp;gt;AutoRecalc" style="width: 715px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63367iA07DA16437AEB992/image-size/large?v=v2&amp;amp;px=999" role="button" title="capture.png" alt="red triangle-&amp;gt;Redo-&amp;gt;AutoRecalc" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;red triangle-&amp;gt;Redo-&amp;gt;AutoRecalc&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Apr 2024 22:38:42 GMT</pubDate>
    <dc:creator>Craige_Hales</dc:creator>
    <dc:date>2024-04-15T22:38:42Z</dc:date>
    <item>
      <title>Refresh chart in the same place</title>
      <link>https://community.jmp.com/t5/Discussions/Refresh-chart-in-the-same-place/m-p/747202#M92707</link>
      <description>&lt;P&gt;Hi, i have a several charts created in a new window, i want to have a "refresh button" that will refresh specific chart in the same place (if for example i filtered some data), for now all i got that it adds the cart under the original and if i delete the original before it gives an error&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 20:25:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Refresh-chart-in-the-same-place/m-p/747202#M92707</guid>
      <dc:creator>Buldozer</dc:creator>
      <dc:date>2024-04-15T20:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh chart in the same place</title>
      <link>https://community.jmp.com/t5/Discussions/Refresh-chart-in-the-same-place/m-p/747204#M92708</link>
      <description>&lt;P&gt;Here is an example that my give you an approach you can use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt =
// Open Data Table: Big Class.jmp
// → Data Table( "Big Class" )
Open( "$SAMPLE_DATA/Big Class.jmp" );

nw = new window("Example",
	vlb =vlist box(
	),
	buttonbox("refresh",
		biv &amp;lt;&amp;lt; delete;
		wait(2);// the wait() is just to show that the chart has been deleted before the refresh
		vlb&amp;lt;&amp;lt;append(biv = dt &amp;lt;&amp;lt; bivariate(x(:height),y(:weight)));
	)
);
vlb&amp;lt;&amp;lt;append(biv = dt &amp;lt;&amp;lt; bivariate(x(:height),y(:weight)));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 15 Apr 2024 20:53:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Refresh-chart-in-the-same-place/m-p/747204#M92708</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-04-15T20:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh chart in the same place</title>
      <link>https://community.jmp.com/t5/Discussions/Refresh-chart-in-the-same-place/m-p/747208#M92709</link>
      <description>&lt;P&gt;Maybe Auto Recalc will work for you; the graph updates as the data changes.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="red triangle-&amp;gt;Redo-&amp;gt;AutoRecalc" style="width: 715px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63367iA07DA16437AEB992/image-size/large?v=v2&amp;amp;px=999" role="button" title="capture.png" alt="red triangle-&amp;gt;Redo-&amp;gt;AutoRecalc" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;red triangle-&amp;gt;Redo-&amp;gt;AutoRecalc&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 22:38:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Refresh-chart-in-the-same-place/m-p/747208#M92709</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2024-04-15T22:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh chart in the same place</title>
      <link>https://community.jmp.com/t5/Discussions/Refresh-chart-in-the-same-place/m-p/747300#M92740</link>
      <description>&lt;P&gt;Thanks!!! working great!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 16:01:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Refresh-chart-in-the-same-place/m-p/747300#M92740</guid>
      <dc:creator>Buldozer</dc:creator>
      <dc:date>2024-04-16T16:01:30Z</dc:date>
    </item>
  </channel>
</rss>

