<?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: How to have an horizontal layout when using a By variable with the graph builder? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-have-an-horizontal-layout-when-using-a-By-variable-with/m-p/245980#M48330</link>
    <description>&lt;P&gt;Thanks &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5358"&gt;@Mark_Bailey&lt;/a&gt; that's exactly what I was looking for!!&lt;/P&gt;</description>
    <pubDate>Wed, 05 Feb 2020 07:33:58 GMT</pubDate>
    <dc:creator>anne_sa</dc:creator>
    <dc:date>2020-02-05T07:33:58Z</dc:date>
    <item>
      <title>How to have an horizontal layout when using a By variable with the graph builder?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-have-an-horizontal-layout-when-using-a-By-variable-with/m-p/245780#M48289</link>
      <description>&lt;P&gt;Hello everybody!&lt;/P&gt;&lt;P&gt;I would like to know how to display graphs horizontally when using a By variable with the graph Builder?&lt;/P&gt;&lt;P&gt;Here is a small example script:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(&lt;BR /&gt;Size( 528, 456 ),&lt;BR /&gt;Show Control Panel( 0 ),&lt;BR /&gt;Variables( X( :weight ), Y( :height ) ),&lt;BR /&gt;Elements( Points( X, Y, Legend( 1 ) ), Smoother( X, Y, Legend( 2 ) ) ),&lt;BR /&gt;By( :sex )&lt;BR /&gt;)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the following result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image1.png" style="width: 460px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/21577i8F380B11067F2737/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image1.png" alt="Image1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I would like to get this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image2.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/21578i40B7F70BEB3EADEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image2.png" alt="Image2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea of how we could do that?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 16:55:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-have-an-horizontal-layout-when-using-a-By-variable-with/m-p/245780#M48289</guid>
      <dc:creator>anne_sa</dc:creator>
      <dc:date>2020-02-04T16:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to have an horizontal layout when using a By variable with the graph builder?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-have-an-horizontal-layout-when-using-a-By-variable-with/m-p/245820#M48299</link>
      <description>&lt;P&gt;Try this approach:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here( 1 );

dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

New Window( "Side by Side",
	Line Up Box( N Col( 2 ),
		dt &amp;lt;&amp;lt; Graph Builder(
			Size( 534, 456 ),
			Show Control Panel( 0 ),
			Variables( X( :height ), Y( :weight ) ),
			Elements( Points( X, Y, Legend( 3 ) ), Smoother( X, Y, Legend( 4 ) ) ),
			By( :sex )
		)	)
);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Feb 2020 17:58:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-have-an-horizontal-layout-when-using-a-By-variable-with/m-p/245820#M48299</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2020-02-04T17:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to have an horizontal layout when using a By variable with the graph builder?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-have-an-horizontal-layout-when-using-a-By-variable-with/m-p/245980#M48330</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5358"&gt;@Mark_Bailey&lt;/a&gt; that's exactly what I was looking for!!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 07:33:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-have-an-horizontal-layout-when-using-a-By-variable-with/m-p/245980#M48330</guid>
      <dc:creator>anne_sa</dc:creator>
      <dc:date>2020-02-05T07:33:58Z</dc:date>
    </item>
  </channel>
</rss>

