<?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: Organize a journal via jsl in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Organize-a-journal-via-jsl/m-p/86325#M38483</link>
    <description>Thank you Jim</description>
    <pubDate>Fri, 21 Dec 2018 08:49:37 GMT</pubDate>
    <dc:creator>AdamChoen</dc:creator>
    <dc:date>2018-12-21T08:49:37Z</dc:date>
    <item>
      <title>Organize a journal via jsl</title>
      <link>https://community.jmp.com/t5/Discussions/Organize-a-journal-via-jsl/m-p/86282#M38468</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Is there A way i can save my charts to journal using JSL? one chart next to the other (as row), And not just below (as column)&lt;BR /&gt;End goal is for journal with&lt;BR /&gt;Trend chart1 boxplot1&lt;BR /&gt;Trend chart2 boxplot2&lt;BR /&gt;Trend chart3 boxplot3&lt;BR /&gt;.&amp;nbsp; &amp;nbsp; .&amp;nbsp; &amp;nbsp; .&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;Appreciate your help, Adam.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2018 11:32:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Organize-a-journal-via-jsl/m-p/86282#M38468</guid>
      <dc:creator>AdamChoen</dc:creator>
      <dc:date>2018-12-21T11:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Organize a journal via jsl</title>
      <link>https://community.jmp.com/t5/Discussions/Organize-a-journal-via-jsl/m-p/86286#M38471</link>
      <description>&lt;P&gt;There is a whole subsystem in JMP to do the kinds of things you are asking about.&amp;nbsp; A simple illustration is shown below.&amp;nbsp; This programming environment is detailed in the Scripting Guide&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; Help==&amp;gt;Books==&amp;gt;Scripting Guide&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="journal.PNG" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/14912i3773CFECBC15748A/image-size/large?v=v2&amp;amp;px=999" role="button" title="journal.PNG" alt="journal.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/big class.jmp" );
nw = New Window( "Sample",
	&amp;lt;&amp;lt;journal,
	V List Box(
		H List Box(
			Oneway( Y( :height ), X( :sex ) ),
			Distribution(
				Stack( 1 ),
				Continuous Distribution( Column( :height ), Horizontal Layout( 1 ), Vertical( 0 ) )
			)
		),
		H List Box(
			Oneway( Y( :weight ), X( :sex ) ),
			Distribution(
				Stack( 1 ),
				Continuous Distribution( Column( :weight ), Horizontal Layout( 1 ), Vertical( 0 ) )
			)
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Again, the above JSL is a very basic illustration of this facility in JMP.&amp;nbsp; Many other methods could have been used to accomplish this and far more complex outputs.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 16:27:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Organize-a-journal-via-jsl/m-p/86286#M38471</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-12-20T16:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Organize a journal via jsl</title>
      <link>https://community.jmp.com/t5/Discussions/Organize-a-journal-via-jsl/m-p/86325#M38483</link>
      <description>Thank you Jim</description>
      <pubDate>Fri, 21 Dec 2018 08:49:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Organize-a-journal-via-jsl/m-p/86325#M38483</guid>
      <dc:creator>AdamChoen</dc:creator>
      <dc:date>2018-12-21T08:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Organize a journal via jsl</title>
      <link>https://community.jmp.com/t5/Discussions/Organize-a-journal-via-jsl/m-p/86336#M38486</link>
      <description />
      <pubDate>Mon, 24 Dec 2018 03:51:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Organize-a-journal-via-jsl/m-p/86336#M38486</guid>
      <dc:creator>AdamChoen</dc:creator>
      <dc:date>2018-12-24T03:51:05Z</dc:date>
    </item>
  </channel>
</rss>

