<?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: In JSL how to save New Window HList Box multiple Bivariate plots as a script in datatable in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/In-JSL-how-to-save-New-Window-HList-Box-multiple-Bivariate-plots/m-p/7712#M7706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and that was quick reply!! &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.jmp.com/5.0.2/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Nov 2013 08:35:31 GMT</pubDate>
    <dc:creator>shankyjain</dc:creator>
    <dc:date>2013-11-12T08:35:31Z</dc:date>
    <item>
      <title>In JSL how to save New Window HList Box multiple Bivariate plots as a script in datatable</title>
      <link>https://community.jmp.com/t5/Discussions/In-JSL-how-to-save-New-Window-HList-Box-multiple-Bivariate-plots/m-p/7710#M7704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In &lt;STRONG&gt;manual plotting&lt;/STRONG&gt;, I usually plot a multiple bi-variate plot and use the option "save script for all objects" and copy the contents of generated script as a new script within the datatable and save the datatable. This way, next time i can run the script to generate the plot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, in&lt;STRONG&gt; JSL&lt;/STRONG&gt; i have copied the script generated by "save script for all objects" but don't know how to pass commands to save this as a script in the datatable on which the main JSl script is operating!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline; color: #339966; font-size: 12pt;"&gt;Finally , i just want the plot to be saved as a script within the datatable by using JSL as i'm already generating the datatble in JSL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;code generated by "save script for all objects"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;New Window( "Plot - Fit Y by X of Id_%deg, IDF(uA) by time 2",&lt;/P&gt;&lt;P&gt;&amp;nbsp; H List Box(&lt;/P&gt;&lt;P&gt;&amp;nbsp; Bivariate(&lt;/P&gt;&lt;P&gt;&amp;nbsp; Y( :Id_%deg ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; X( :time ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; SendToReport(&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dispatch(&lt;/P&gt;&lt;P&gt;&amp;nbsp; {},&lt;/P&gt;&lt;P&gt;&amp;nbsp; "1",&lt;/P&gt;&lt;P&gt;&amp;nbsp; ScaleBox,&lt;/P&gt;&lt;P&gt;&amp;nbsp; {Scale( "Log" ), Format( "Scientific", 12 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Min( 0.73058544209732 ), Max( 20000 ), Inc( 1 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Minor Ticks( 8 ), Show Major Grid( 1 ), Show Minor Grid( 1 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Rotated Labels( "Horizontal" )}&lt;/P&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dispatch(&lt;/P&gt;&lt;P&gt;&amp;nbsp; {},&lt;/P&gt;&lt;P&gt;&amp;nbsp; "2",&lt;/P&gt;&lt;P&gt;&amp;nbsp; ScaleBox,&lt;/P&gt;&lt;P&gt;&amp;nbsp; {Scale( "Log" ), Format( "Best", 12 ), Min( 0.0142496799685873 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Max( 46.3114598979087 ), Inc( 1 ), Minor Ticks( 8 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Show Major Grid( 1 ), Show Minor Grid( 1 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Rotated Labels( "Horizontal" )}&lt;/P&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dispatch( {}, "Bivar Plot", FrameBox, {Frame Size( 348, 274 )} )&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Bivariate(&lt;/P&gt;&lt;P&gt;&amp;nbsp; Y( :Name( "IDF(uA)" ) ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; X( :time ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; SendToReport(&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dispatch(&lt;/P&gt;&lt;P&gt;&amp;nbsp; {},&lt;/P&gt;&lt;P&gt;&amp;nbsp; "1",&lt;/P&gt;&lt;P&gt;&amp;nbsp; ScaleBox,&lt;/P&gt;&lt;P&gt;&amp;nbsp; {Scale( "Log" ), Format( "Scientific", 12 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Min( 6.53505316748169 ), Max( 20000 ), Inc( 1 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Minor Ticks( 8 ), Show Major Grid( 1 ), Show Minor Grid( 1 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Rotated Labels( "Horizontal" )}&lt;/P&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dispatch(&lt;/P&gt;&lt;P&gt;&amp;nbsp; {},&lt;/P&gt;&lt;P&gt;&amp;nbsp; "Bivar Plot",&lt;/P&gt;&lt;P&gt;&amp;nbsp; FrameBox,&lt;/P&gt;&lt;P&gt;&amp;nbsp; {Frame Size( 348, 274 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Row Legend(&lt;/P&gt;&lt;P&gt;&amp;nbsp; Measurement,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Color( 1 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Color Theme( "JMP Default" ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Marker( 0 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Marker Theme( "" ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Continuous Scale( 0 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Reverse Scale( 0 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Excluded Rows( 0 )&lt;/P&gt;&lt;P&gt;&amp;nbsp; ), Row Legend(&lt;/P&gt;&lt;P&gt;&amp;nbsp; Site,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Color( 0 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Color Theme( "" ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Marker( 1 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Marker Theme( "Standard" ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Continuous Scale( 0 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Reverse Scale( 0 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Excluded Rows( 0 )&lt;/P&gt;&lt;P&gt;&amp;nbsp; )}&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;Now, in JSL i have copied the script generated by "save script for all objects" but don't know how to pass commands to save this as a script in the datatable on which the main JSl script is operating!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally , i just want the plot to be saved as a script within the datatable by using JSL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 07:50:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/In-JSL-how-to-save-New-Window-HList-Box-multiple-Bivariate-plots/m-p/7710#M7704</guid>
      <dc:creator>shankyjain</dc:creator>
      <dc:date>2013-11-12T07:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: In JSL how to save New Window HList Box multiple Bivariate plots as a script in datatable</title>
      <link>https://community.jmp.com/t5/Discussions/In-JSL-how-to-save-New-Window-HList-Box-multiple-Bivariate-plots/m-p/7711#M7705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add a table script like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;dt &lt;SPAN style="color: #160091;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; New Table Script&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #801392;"&gt;"My plot"&lt;/SPAN&gt;&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt; jsl_expression... &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #160091;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 08:21:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/In-JSL-how-to-save-New-Window-HList-Box-multiple-Bivariate-plots/m-p/7711#M7705</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2013-11-12T08:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: In JSL how to save New Window HList Box multiple Bivariate plots as a script in datatable</title>
      <link>https://community.jmp.com/t5/Discussions/In-JSL-how-to-save-New-Window-HList-Box-multiple-Bivariate-plots/m-p/7712#M7706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and that was quick reply!! &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.jmp.com/5.0.2/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 08:35:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/In-JSL-how-to-save-New-Window-HList-Box-multiple-Bivariate-plots/m-p/7712#M7706</guid>
      <dc:creator>shankyjain</dc:creator>
      <dc:date>2013-11-12T08:35:31Z</dc:date>
    </item>
  </channel>
</rss>

