<?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: JMP Distribution Platform not arranging Distributions in Rows in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-Distribution-Platform-not-arranging-Distributions-in-Rows/m-p/465988#M70976</link>
    <description>&lt;P&gt;Thanks Mr Nelson&amp;nbsp;&lt;BR /&gt;I am not so good with scripting in General&amp;nbsp;&lt;BR /&gt;is this an option available in Distribution platform which i can choose&amp;nbsp;&lt;BR /&gt;As this is happening now in my multiple datasets&lt;/P&gt;&lt;P&gt;Ranjit&lt;/P&gt;</description>
    <pubDate>Tue, 01 Mar 2022 19:13:34 GMT</pubDate>
    <dc:creator>RBAero</dc:creator>
    <dc:date>2022-03-01T19:13:34Z</dc:date>
    <item>
      <title>JMP Distribution Platform not arranging Distributions in Rows</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Distribution-Platform-not-arranging-Distributions-in-Rows/m-p/465753#M70969</link>
      <description>&lt;P&gt;Hi Team&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have done this many times&amp;nbsp;&lt;/P&gt;&lt;P&gt;But all of a sudden today , i am not able to arrange my distributions in rows&lt;/P&gt;&lt;P&gt;See snapshots below&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using JMP15.2.1&lt;/P&gt;&lt;P&gt;Thanks for help&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 00:46:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Distribution-Platform-not-arranging-Distributions-in-Rows/m-p/465753#M70969</guid>
      <dc:creator>RBAero</dc:creator>
      <dc:date>2023-06-09T00:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Distribution Platform not arranging Distributions in Rows</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Distribution-Platform-not-arranging-Distributions-in-Rows/m-p/465939#M70973</link>
      <description>&lt;P&gt;The issue you are running into is that when you use a By() clause, the option to place the output into x number of rows, treats all of the graphs for a given parameter(column) as one element, regardless of the number of graphs produced by the By() clause.&lt;/P&gt;
&lt;P&gt;A work around for this, is to create a new window and to use a LineUpBox() to specify the number of graphs per row&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1646156922450.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40407i880388676CBE7471/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1646156922450.png" alt="txnelson_0-1646156922450.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
// Open Data Table: big class.jmp
// → Data Table( "big class" )
dt = Open( "$SAMPLE_DATA/big class.jmp" );


New Window( "Distributions",
	Lineup Box( N Col( 3 ),
		Distribution(
			Arrange in Rows( 3 ),
			Continuous Distribution( Column( :height ) ),
			by( :age )
		)
	)
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 17:49:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Distribution-Platform-not-arranging-Distributions-in-Rows/m-p/465939#M70973</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-03-01T17:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Distribution Platform not arranging Distributions in Rows</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Distribution-Platform-not-arranging-Distributions-in-Rows/m-p/465988#M70976</link>
      <description>&lt;P&gt;Thanks Mr Nelson&amp;nbsp;&lt;BR /&gt;I am not so good with scripting in General&amp;nbsp;&lt;BR /&gt;is this an option available in Distribution platform which i can choose&amp;nbsp;&lt;BR /&gt;As this is happening now in my multiple datasets&lt;/P&gt;&lt;P&gt;Ranjit&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 19:13:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Distribution-Platform-not-arranging-Distributions-in-Rows/m-p/465988#M70976</guid>
      <dc:creator>RBAero</dc:creator>
      <dc:date>2022-03-01T19:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Distribution Platform not arranging Distributions in Rows</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Distribution-Platform-not-arranging-Distributions-in-Rows/m-p/465989#M70977</link>
      <description>&lt;P&gt;It is not a Distribution Platform option.&amp;nbsp; It is only available in JSL&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 19:20:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Distribution-Platform-not-arranging-Distributions-in-Rows/m-p/465989#M70977</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-03-01T19:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Distribution Platform not arranging Distributions in Rows</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Distribution-Platform-not-arranging-Distributions-in-Rows/m-p/465992#M70978</link>
      <description>&lt;P&gt;I think i have an issue with my script too&lt;/P&gt;&lt;P&gt;When i run my distribution By years &amp;amp; save it,&amp;nbsp;&lt;/P&gt;&lt;P&gt;While running it again it only pull 2018 Year data, see snippet &amp;amp; script below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Distribution(&lt;BR /&gt;Arrange in Rows( 3 ),&lt;BR /&gt;Continuous Distribution(&lt;BR /&gt;Column( :Calorific Content ),&lt;BR /&gt;Horizontal Layout( 1 ),&lt;BR /&gt;Vertical( 0 )&lt;BR /&gt;),&lt;BR /&gt;Where( :Years == 2018 )&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RBAero_0-1646164492850.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40414i44F30A795479BD2D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RBAero_0-1646164492850.png" alt="RBAero_0-1646164492850.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 19:59:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Distribution-Platform-not-arranging-Distributions-in-Rows/m-p/465992#M70978</guid>
      <dc:creator>RBAero</dc:creator>
      <dc:date>2022-03-01T19:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Distribution Platform not arranging Distributions in Rows</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Distribution-Platform-not-arranging-Distributions-in-Rows/m-p/465993#M70979</link>
      <description>&lt;P&gt;There are 2 separate selections when you Save Script for Distribution.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Save Script&lt;/LI&gt;
&lt;LI&gt;Save By Group Script&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;You apparently selected the Save Script, which will output the script for just the Group you selected the red triangle from&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need the Save Script , which outputs with the By clause&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Distribution( Continuous Distribution( Column( :height ) ), By( :age ) );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Mar 2022 20:18:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Distribution-Platform-not-arranging-Distributions-in-Rows/m-p/465993#M70979</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-03-01T20:18:08Z</dc:date>
    </item>
  </channel>
</rss>

