<?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: How to force update (reshow) of Variability chart in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-force-update-reshow-of-Variability-chart/m-p/38303#M22423</link>
    <description>&lt;P&gt;Hi Wendy,&lt;/P&gt;
&lt;P&gt;I applied your solution and it is perfect...&lt;/P&gt;
&lt;P&gt;I face another different problem : I want to generate several graphs on one window, so I try to pass the column name as a variable, but it does not work.&lt;/P&gt;
&lt;P&gt;Attached is a Data table that serves as an example.&lt;/P&gt;
&lt;P&gt;The script in it generates (as a trial) 3 identical graphs embedded in a window. they show the data of the culumn "length [cm]" that I passed as such.&lt;/P&gt;
&lt;P&gt;But now, I create a list of the columns I want to plot: Param = {"thickness [um]", "length [cm]", "Time [sec]"};&lt;/P&gt;
&lt;P&gt;I tried&amp;nbsp;to generate a graph for each by using :&lt;/P&gt;
&lt;P&gt;gr = Variability Chart(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Y( :Name(&amp;nbsp;Param[i] ) ),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;X( :Operator, :Wafer ), ...&lt;/P&gt;
&lt;P&gt;);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but is not accepted by the compiler...&lt;/P&gt;
&lt;P&gt;Any idea to solve it ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Apr 2017 15:41:36 GMT</pubDate>
    <dc:creator>samir</dc:creator>
    <dc:date>2017-04-19T15:41:36Z</dc:date>
    <item>
      <title>How to force update (reshow) of Variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-force-update-reshow-of-Variability-chart/m-p/38140#M22320</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am having an isuue updating (refreshing) a graph when data is updated. So far I can see that it is linked to the Variability chart platform, because using the same code and only changing the Variability chart to Graph Builder seems to work.&lt;/P&gt;&lt;P&gt;The code given below is supposed to do the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;A window is launched with a button to collect data and a graph (Variability Chart)&lt;/LI&gt;&lt;LI&gt;Initial values are given to allow the graph to be displayed.&lt;/LI&gt;&lt;LI&gt;When the button is pressed, a data table is called and is updating the initial values. The issue is that the graph is not updated, although I ask for a graph reshow.&lt;/LI&gt;&lt;LI&gt;If I change the variability Chart with Graph builder, the reshow works.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any idea how to solve this ?&lt;/P&gt;&lt;P&gt;If there is also an idea on how to avoid using initial values in a faked table, that would be great (I would like to be able to call data without knowing upfront which columns I will get...).&lt;/P&gt;&lt;P&gt;The code I use is attached.&lt;/P&gt;&lt;P&gt;PS: I use in the example the data table "...JMP\11\Samples\Data\Variability Data\Wafer.jmp"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:01:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-force-update-reshow-of-Variability-chart/m-p/38140#M22320</guid>
      <dc:creator>samir</dc:creator>
      <dc:date>2023-06-11T11:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to force update (reshow) of Variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-force-update-reshow-of-Variability-chart/m-p/38152#M22325</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;It appears that you just&amp;nbsp;need to turn on Automatic Recalc in order to for the updated data to be reflected in the Variability Chart. &amp;nbsp;Simply add the following option to the Variability Chart call before the Dispatch options:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Automatic Recalc( 1 ),&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Your second question appears to be more of a design question. &amp;nbsp;If you want to display a Variability Chart in your window before you have imported the updated data, then you must have some data for JMP to generate&amp;nbsp;a Variabiltiy Chart.&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 13:31:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-force-update-reshow-of-Variability-chart/m-p/38152#M22325</guid>
      <dc:creator>Wendy_Murphrey</dc:creator>
      <dc:date>2017-04-14T13:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to force update (reshow) of Variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-force-update-reshow-of-Variability-chart/m-p/38154#M22327</link>
      <description>&lt;P&gt;Hi Wendy,&lt;/P&gt;&lt;P&gt;You are a master ! so simple and so efficiently working !!!!&lt;/P&gt;&lt;P&gt;On the example I sent it works perfectly, but it bugs on my big script...I am trying to find out why...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the 2nd item, indeed it is a design choice...And to be frank, I was forced to that way because I do not know another way...Ideally, I need to add the graph only once I have the data table loaded. But I do not know how to add a graph to a Window dynamically (not from the start).&lt;/P&gt;&lt;P&gt;Do you know how to do that ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 14:58:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-force-update-reshow-of-Variability-chart/m-p/38154#M22327</guid>
      <dc:creator>samir</dc:creator>
      <dc:date>2017-04-14T14:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to force update (reshow) of Variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-force-update-reshow-of-Variability-chart/m-p/38159#M22332</link>
      <description>&lt;P&gt;In your New Window, you can add a DisplayBox that the graph is appended to. &amp;nbsp;For example, the following includes a VlistBox() for appending he Variability Chart.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;MyWindow = New Window( "Window Controls",
	vl = V List Box(
		Panel Box( "1/ Start...", 
			g3 = Button Box( "Process Data...", 
				dt = Open( DataPath );
				vl &amp;lt;&amp;lt; Append( dt &amp;lt;&amp;lt; Variability Chart(/*&amp;lt;options&amp;gt;*/))
			)
		)
	)
);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 14 Apr 2017 16:47:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-force-update-reshow-of-Variability-chart/m-p/38159#M22332</guid>
      <dc:creator>Wendy_Murphrey</dc:creator>
      <dc:date>2017-04-14T16:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to force update (reshow) of Variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-force-update-reshow-of-Variability-chart/m-p/38170#M22338</link>
      <description>&lt;P&gt;Wendy,&lt;/P&gt;
&lt;P&gt;Your solution is perfect:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;My scripts will be much simplified since I remove several lines that are poluting the script just to initialyze the variables/columns needed to have the initial graph.&lt;/LI&gt;
&lt;LI&gt;I can add several graphs in one window !!!! which was what I planned initially.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Really thanks !!!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 19:47:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-force-update-reshow-of-Variability-chart/m-p/38170#M22338</guid>
      <dc:creator>samir</dc:creator>
      <dc:date>2017-04-14T19:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to force update (reshow) of Variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-force-update-reshow-of-Variability-chart/m-p/38301#M22422</link>
      <description />
      <pubDate>Wed, 19 Apr 2017 15:31:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-force-update-reshow-of-Variability-chart/m-p/38301#M22422</guid>
      <dc:creator>samir</dc:creator>
      <dc:date>2017-04-19T15:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to force update (reshow) of Variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-force-update-reshow-of-Variability-chart/m-p/38303#M22423</link>
      <description>&lt;P&gt;Hi Wendy,&lt;/P&gt;
&lt;P&gt;I applied your solution and it is perfect...&lt;/P&gt;
&lt;P&gt;I face another different problem : I want to generate several graphs on one window, so I try to pass the column name as a variable, but it does not work.&lt;/P&gt;
&lt;P&gt;Attached is a Data table that serves as an example.&lt;/P&gt;
&lt;P&gt;The script in it generates (as a trial) 3 identical graphs embedded in a window. they show the data of the culumn "length [cm]" that I passed as such.&lt;/P&gt;
&lt;P&gt;But now, I create a list of the columns I want to plot: Param = {"thickness [um]", "length [cm]", "Time [sec]"};&lt;/P&gt;
&lt;P&gt;I tried&amp;nbsp;to generate a graph for each by using :&lt;/P&gt;
&lt;P&gt;gr = Variability Chart(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Y( :Name(&amp;nbsp;Param[i] ) ),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;X( :Operator, :Wafer ), ...&lt;/P&gt;
&lt;P&gt;);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but is not accepted by the compiler...&lt;/P&gt;
&lt;P&gt;Any idea to solve it ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 15:41:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-force-update-reshow-of-Variability-chart/m-p/38303#M22423</guid>
      <dc:creator>samir</dc:creator>
      <dc:date>2017-04-19T15:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to force update (reshow) of Variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-force-update-reshow-of-Variability-chart/m-p/38306#M22426</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;gr = Variability Chart(
       Y( Eval( Param[i] ) ),
       X( :Operator, :Wafer ), ...
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Apr 2017 17:47:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-force-update-reshow-of-Variability-chart/m-p/38306#M22426</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2017-04-19T17:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to force update (reshow) of Variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-force-update-reshow-of-Variability-chart/m-p/38329#M22436</link>
      <description>&lt;P&gt;Thanks Jan !!!&lt;/P&gt;
&lt;P&gt;I tried Eval, but inside Name(...) and it did not work...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Like you proposed, it works perfectly !&lt;/P&gt;
&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 07:37:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-force-update-reshow-of-Variability-chart/m-p/38329#M22436</guid>
      <dc:creator>samir</dc:creator>
      <dc:date>2017-04-20T07:37:56Z</dc:date>
    </item>
  </channel>
</rss>

