<?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 Move &amp;quot;Group Y&amp;quot; to the left side of the graph plot in Graph Builder in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Move-quot-Group-Y-quot-to-the-left-side-of-the-graph-plot-in/m-p/459541#M70470</link>
    <description>&lt;P&gt;Is there a way I can move the "Group Y" in Graph builder so it is on the left side of my graph, rather than the right side (default location)?&lt;/P&gt;</description>
    <pubDate>Sun, 11 Jun 2023 11:21:38 GMT</pubDate>
    <dc:creator>Raybob</dc:creator>
    <dc:date>2023-06-11T11:21:38Z</dc:date>
    <item>
      <title>Move "Group Y" to the left side of the graph plot in Graph Builder</title>
      <link>https://community.jmp.com/t5/Discussions/Move-quot-Group-Y-quot-to-the-left-side-of-the-graph-plot-in/m-p/459541#M70470</link>
      <description>&lt;P&gt;Is there a way I can move the "Group Y" in Graph builder so it is on the left side of my graph, rather than the right side (default location)?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:21:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Move-quot-Group-Y-quot-to-the-left-side-of-the-graph-plot-in/m-p/459541#M70470</guid>
      <dc:creator>Raybob</dc:creator>
      <dc:date>2023-06-11T11:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Move "Group Y" to the left side of the graph plot in Graph Builder</title>
      <link>https://community.jmp.com/t5/Discussions/Move-quot-Group-Y-quot-to-the-left-side-of-the-graph-plot-in/m-p/459562#M70472</link>
      <description>&lt;P&gt;See&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;response below for the correct answer&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;You can do what you want by splitting the data table by your Group Y and then plotting the split Y columns as separate columns on the Y axis, and the split X columns as combined columns on the X axis.&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1644423890578.png" style="width: 571px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/39809i2B7E04733F2F54E0/image-dimensions/571x440?v=v2" width="571" height="440" role="button" title="txnelson_0-1644423890578.png" alt="txnelson_0-1644423890578.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" )
Open( "/C:/Program Files/SAS/JMPPRO/12/Samples/Data/Big Class.jmp" );

// Split data table
// → Data Table( "Untitled 13" )
Data Table( "Big Class" ) &amp;lt;&amp;lt; Split(
	Split By( :sex ),
	Split( :height, :weight ),
	Group( :name, :sex ),
	Remaining Columns( Drop All ),
	Sort by Column Property,
	Output Table( "Split Table" )
);

Data Table( "Split Table" ) &amp;lt;&amp;lt; Graph Builder(
	Size( 525, 454 ),
	Show Control Panel( 0 ),
	Variables(
		X( :weight F ),
		X( :weight M, Position( 1 ) ),
		Y( :height F ),
		Y( :height M )
	),
	Elements(
		Position( 1, 1 ),
		Points( X( 1 ), X( 2 ), Y, Legend( 25 ) ),
		Smoother( X( 1 ), X( 2 ), Y, Legend( 26 ) )
	),
	Elements(
		Position( 1, 2 ),
		Points( X( 1 ), X( 2 ), Y, Legend( 27 ) ),
		Smoother( X( 1 ), X( 2 ), Y, Legend( 28 ) )
	)
)&lt;/CODE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 16:48:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Move-quot-Group-Y-quot-to-the-left-side-of-the-graph-plot-in/m-p/459562#M70472</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-02-09T16:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Move "Group Y" to the left side of the graph plot in Graph Builder</title>
      <link>https://community.jmp.com/t5/Discussions/Move-quot-Group-Y-quot-to-the-left-side-of-the-graph-plot-in/m-p/459566#M70473</link>
      <description>&lt;P&gt;Right click on grouping and from Y Group Edge you can change grouping side&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="jthi_0-1644424411771.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/39810i73D7B2AC8ABDACF6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1644424411771.png" alt="jthi_0-1644424411771.png" /&gt;&lt;/span&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="jthi_1-1644424453308.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/39811i25FA22EE5A10990A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1644424453308.png" alt="jthi_1-1644424453308.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 16:35:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Move-quot-Group-Y-quot-to-the-left-side-of-the-graph-plot-in/m-p/459566#M70473</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-02-09T16:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Move "Group Y" to the left side of the graph plot in Graph Builder</title>
      <link>https://community.jmp.com/t5/Discussions/Move-quot-Group-Y-quot-to-the-left-side-of-the-graph-plot-in/m-p/459567#M70474</link>
      <description>&lt;P&gt;Wow&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;I was not aware of that option...Once again, I learn something new with JMP every week.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 16:46:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Move-quot-Group-Y-quot-to-the-left-side-of-the-graph-plot-in/m-p/459567#M70474</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-02-09T16:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Move "Group Y" to the left side of the graph plot in Graph Builder</title>
      <link>https://community.jmp.com/t5/Discussions/Move-quot-Group-Y-quot-to-the-left-side-of-the-graph-plot-in/m-p/459641#M70476</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;Thank you! I wonder if there is a way to just jsl to move the group y into the graph plot so it's not outside of the plot? I assumed there wasn't a path forward with this, but it doesn't hurt to try!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 19:46:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Move-quot-Group-Y-quot-to-the-left-side-of-the-graph-plot-in/m-p/459641#M70476</guid>
      <dc:creator>Raybob</dc:creator>
      <dc:date>2022-02-09T19:46:39Z</dc:date>
    </item>
  </channel>
</rss>

