<?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: Closing data tables but keeping plot results in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5351#M5350</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody offer some help with this? All I want at the end of running my script is a window showing various plots. I don't care about the data tables.&lt;/P&gt;&lt;P&gt;Is there a command to freeze the plots so if i close the data tables, I won't lose my plots?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2012 08:50:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-07-27T08:50:44Z</dc:date>
    <item>
      <title>Closing data tables but keeping plot results</title>
      <link>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5346#M5345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written JMP script to manipulate some data tables and produce graphs all on the one window. Part of this involved creating subsets. Therefore i have alot of tables open. I know how to hide them but understand this still uses alot of JMP memory. Therefore i want to close them. However when i close them i lose my plots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i keep my window showing all of the plots?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 12:05:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5346#M5345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-25T12:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Closing data tables but keeping plot results</title>
      <link>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5347#M5346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've not the answer but I'm intersting to know how you can hide tables.&lt;BR /&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ragards,&lt;/P&gt;&lt;P&gt;Guillaume&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 14:02:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5347#M5346</guid>
      <dc:creator>gbu</dc:creator>
      <dc:date>2012-07-25T14:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Closing data tables but keeping plot results</title>
      <link>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5348#M5347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;to hide a table you just have to put in the word "invisible".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dt = Open("SAMPLE_DATA/Big Class.jmp", invisible);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 14:09:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5348#M5347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-25T14:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Closing data tables but keeping plot results</title>
      <link>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5349#M5348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, good to know but it don't works with OpenDataBase() command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 08:14:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5349#M5348</guid>
      <dc:creator>gbu</dc:creator>
      <dc:date>2012-07-26T08:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Closing data tables but keeping plot results</title>
      <link>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5350#M5349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a similar issue so I used the following code to get around that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my_file = pick file();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dt = open(my_file,invisible);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe that will work for you too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 08:17:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5350#M5349</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-26T08:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Closing data tables but keeping plot results</title>
      <link>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5351#M5350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody offer some help with this? All I want at the end of running my script is a window showing various plots. I don't care about the data tables.&lt;/P&gt;&lt;P&gt;Is there a command to freeze the plots so if i close the data tables, I won't lose my plots?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 08:50:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5351#M5350</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-27T08:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Closing data tables but keeping plot results</title>
      <link>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5352#M5351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried sending each plot to a journal as you make it? When done with a table, close it and the platform output. The journal will remain and you can keep adding to it with the next bunch of plots.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 13:50:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5352#M5351</guid>
      <dc:creator>mpb</dc:creator>
      <dc:date>2012-07-27T13:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Closing data tables but keeping plot results</title>
      <link>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5353#M5352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mpb,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using a journal previously and it worked well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However when it is in a journal - you have less flexibility with graphs. The red triangle menu gives very little options compared to when the graph is in a window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The window menu would give the user far more flexibility for customizing the plots. Such as adding quantiles, summary statistics, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 14:09:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5353#M5352</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-27T14:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Closing data tables but keeping plot results</title>
      <link>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5354#M5353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider the following sequence:&lt;/P&gt;&lt;P&gt;1.retrieve data&lt;/P&gt;&lt;P&gt;2.make invisible copy&lt;/P&gt;&lt;P&gt;3.close original data table&lt;/P&gt;&lt;P&gt;4.create graphs&lt;/P&gt;&lt;P&gt;5.add a function to one graph to close the invisible table when it is closed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dt_original=opendatabase(parameters);&lt;/P&gt;&lt;P&gt;dt=dt_original&amp;lt;&amp;lt;subset(rows(),invisible);&lt;/P&gt;&lt;P&gt;close(dt_original,nosave);&lt;/P&gt;&lt;P&gt;plot_graph=dt&amp;lt;&amp;lt;graphbuilder(parameters);&lt;/P&gt;&lt;P&gt;plot_graph&amp;lt;&amp;lt; Subscribe("Close Invisible table", On Close( close(dt,nosave) ) );&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 03:39:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5354#M5353</guid>
      <dc:creator>wiebepo</dc:creator>
      <dc:date>2012-07-31T03:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Closing data tables but keeping plot results</title>
      <link>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5355#M5354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much weibepo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I adapted your code above so that now when i close my Report Window all hidden data tables close too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nw &amp;lt;&amp;lt; On Close(close all(Data Tables, NoSave));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where nw is my report window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 08:51:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5355#M5354</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-31T08:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Closing data tables but keeping plot results</title>
      <link>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5356#M5355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make your chart using its individual display box object(s).&amp;nbsp; That way, when you close your data table, the chart will still display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally, when you close a data table to a canned (linked) JMP chart, the chart disappears of course.&amp;nbsp; But by making the chart composed of its individual object(s) via its report, it will still display after closing the data table.&amp;nbsp; Here's roughly how to do this below, you will want to find your exact chart object references using Show Tree Structure (e.g. PictureBox, etc, etc).&amp;nbsp; Finally, you will likely need to append it into your original window reference, which I do not show below.&amp;nbsp; cheers... dj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myVar = Bivariate(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y(:YVALUE),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X(:XVALUE)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myVarR = myVar&amp;lt;&amp;lt;report;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;append(myVarR[PictureBox(1)]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 15:11:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Closing-data-tables-but-keeping-plot-results/m-p/5356#M5355</guid>
      <dc:creator>djhanson</dc:creator>
      <dc:date>2012-08-03T15:11:34Z</dc:date>
    </item>
  </channel>
</rss>

