<?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: Send chart to journal using window name and not by using handle to chart? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Send-chart-to-journal-using-window-name-not-by-using-handle-to/m-p/421866#M67075</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;.&amp;nbsp;This works for the example I have provided. However, for the actual problem I am working on I am getting an error.&lt;/P&gt;&lt;P&gt;In my actual problem, the chart window (a heatmap) has a name.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;"part16.08.02 6 - Graph Builder"&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Running&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Window ("part16.08.02 6 - Graph Builder, height")[outlinebox(1)]&amp;lt;&amp;lt; journal;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;gives me the following error&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;expected character arg 1 in access or evaluation of 'Outline Box' , Outline Box/*###*/(1)

In the following script, error marked by /*###*/
Window( "part16.08.02 6 - Graph Builder, height" )[Outline Box/*###*/(1)] &amp;lt;&amp;lt; journal&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 29 Sep 2021 06:53:14 GMT</pubDate>
    <dc:creator>Neo</dc:creator>
    <dc:date>2021-09-29T06:53:14Z</dc:date>
    <item>
      <title>Send chart to journal using window name, not by using handle to chart?</title>
      <link>https://community.jmp.com/t5/Discussions/Send-chart-to-journal-using-window-name-not-by-using-handle-to/m-p/421781#M67059</link>
      <description>&lt;P&gt;Consider the following example script (a simplified&amp;nbsp; version of my actual problem)&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = open("$SAMPLE_DATA/Big Class.jmp");

//Scatt3D = dt &amp;lt;&amp;lt; Scatterplot 3D( Y( :age, :height ), X Axis( :age ), Y Axis( :height ) );
include ("plotScatterPlot.jsl");

Window ("Big Class - Scatterplot 3D of age, height")&amp;lt;&amp;lt; journal;

//Scatt3D &amp;lt;&amp;lt; journal&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;where&amp;nbsp;&lt;CODE class=" language-jsl"&gt;plotScatterPlot.jsl contains&lt;/CODE&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Scatt3D = dt &amp;lt;&amp;lt; Scatterplot 3D( Y( :age, :height ), X Axis( :age ), Y Axis( :height ) );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;which generates a scatter plot in 3D with the window name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"Big Class - Scatterplot 3D of age, height"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can generate a journal using&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Scatt3D &amp;lt;&amp;lt; journal&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But I need to generate a journal using the window name&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Window ("Big Class - Scatterplot 3D of age, height")&amp;lt;&amp;lt; journal;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;which is not working. Could I please get some help in getting this to work?&amp;nbsp;&lt;/P&gt;&lt;P&gt;(I am on JMP13).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:17:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Send-chart-to-journal-using-window-name-not-by-using-handle-to/m-p/421781#M67059</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2023-06-11T11:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Send chart to journal using window name and not by using handle to chart?</title>
      <link>https://community.jmp.com/t5/Discussions/Send-chart-to-journal-using-window-name-not-by-using-handle-to/m-p/421861#M67074</link>
      <description>&lt;P&gt;The following JSL will generate a journal based upon the window name in JMP 13&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Window ("Big Class - Scatterplot 3D of age, height")[outlinebox(1)]&amp;lt;&amp;lt; journal;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Sep 2021 21:34:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Send-chart-to-journal-using-window-name-not-by-using-handle-to/m-p/421861#M67074</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-09-28T21:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Send chart to journal using window name and not by using handle to chart?</title>
      <link>https://community.jmp.com/t5/Discussions/Send-chart-to-journal-using-window-name-not-by-using-handle-to/m-p/421866#M67075</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;.&amp;nbsp;This works for the example I have provided. However, for the actual problem I am working on I am getting an error.&lt;/P&gt;&lt;P&gt;In my actual problem, the chart window (a heatmap) has a name.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;"part16.08.02 6 - Graph Builder"&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Running&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Window ("part16.08.02 6 - Graph Builder, height")[outlinebox(1)]&amp;lt;&amp;lt; journal;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;gives me the following error&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;expected character arg 1 in access or evaluation of 'Outline Box' , Outline Box/*###*/(1)

In the following script, error marked by /*###*/
Window( "part16.08.02 6 - Graph Builder, height" )[Outline Box/*###*/(1)] &amp;lt;&amp;lt; journal&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 Sep 2021 06:53:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Send-chart-to-journal-using-window-name-not-by-using-handle-to/m-p/421866#M67075</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2021-09-29T06:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Send chart to journal using window name and not by using handle to chart?</title>
      <link>https://community.jmp.com/t5/Discussions/Send-chart-to-journal-using-window-name-not-by-using-handle-to/m-p/421867#M67076</link>
      <description>&lt;P&gt;I get the journal created when I use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Window ("part16.08.02 6 - Graph Builder")[outlinebox(1)]&amp;lt;&amp;lt; journal;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It is using the name of the actual window.&amp;nbsp; &amp;nbsp;Why are you using&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Window ("MPD16.0008.02 6 - Graph Builder, height")&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;as the window name?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 22:22:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Send-chart-to-journal-using-window-name-not-by-using-handle-to/m-p/421867#M67076</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-09-28T22:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Send chart to journal using window name and not by using handle to chart?</title>
      <link>https://community.jmp.com/t5/Discussions/Send-chart-to-journal-using-window-name-not-by-using-handle-to/m-p/421944#M67084</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp; Sorry,&amp;nbsp; this is a typo&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Window ("MPD16.0008.02 6 - Graph Builder, height")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;which I have now corrected in the post above, I am using&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Window ("part16.08.02 6 - Graph Builder")[outlinebox(1)]&amp;lt;&amp;lt; journal;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and it is working now (removed the, height). Thanks.&lt;/P&gt;&lt;P&gt;What is the purpose of&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;,height&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 07:29:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Send-chart-to-journal-using-window-name-not-by-using-handle-to/m-p/421944#M67084</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2021-09-29T07:29:18Z</dc:date>
    </item>
  </channel>
</rss>

