<?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: make all Bivariate plots into a column, rather than a row? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/make-all-Bivariate-plots-into-a-column-rather-than-a-row/m-p/464240#M70875</link>
    <description>&lt;P&gt;Here is one way of handling it&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1645746501122.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40312iCDD13DF32E2EB973/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1645746501122.png" alt="txnelson_0-1645746501122.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: semiconductor capability.jmp
// → Data Table( "semiconductor capability" )
dtWide = Open( "$SAMPLE_DATA/semiconductor capability.jmp" );
ERplot = fit group(
	Oneway( Y( :NPN1 ), X( dtWIDE&amp;lt;&amp;lt;get column group( "Processes" ) ) ),
	&amp;lt;&amp;lt;{Arrange in Rows( 1 )}
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Feb 2022 23:48:45 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2022-02-24T23:48:45Z</dc:date>
    <item>
      <title>make all Bivariate plots into a column, rather than a row?</title>
      <link>https://community.jmp.com/t5/Discussions/make-all-Bivariate-plots-into-a-column-rather-than-a-row/m-p/464220#M70874</link>
      <description>&lt;P&gt;I have a single Y value and many X values I'm plotting and the resulting output is 100's of charts in a single row, needing to scroll left/right.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm scripting it to plot the X values from a group of columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get this to display in a column instead?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dtWIDE= current data table();

ERplot = Bivariate(
	Y( :ER_avg),
	X( dtWIDE&amp;lt;&amp;lt;get column group( "Step2" )),
	&amp;lt;&amp;lt;{Arrange in Rows( 52 ), Order by Goodness of Fit},
	//invisible, //use this to speed up.
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:11:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/make-all-Bivariate-plots-into-a-column-rather-than-a-row/m-p/464220#M70874</guid>
      <dc:creator>aliegner1</dc:creator>
      <dc:date>2023-06-09T18:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: make all Bivariate plots into a column, rather than a row?</title>
      <link>https://community.jmp.com/t5/Discussions/make-all-Bivariate-plots-into-a-column-rather-than-a-row/m-p/464240#M70875</link>
      <description>&lt;P&gt;Here is one way of handling it&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1645746501122.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40312iCDD13DF32E2EB973/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1645746501122.png" alt="txnelson_0-1645746501122.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: semiconductor capability.jmp
// → Data Table( "semiconductor capability" )
dtWide = Open( "$SAMPLE_DATA/semiconductor capability.jmp" );
ERplot = fit group(
	Oneway( Y( :NPN1 ), X( dtWIDE&amp;lt;&amp;lt;get column group( "Processes" ) ) ),
	&amp;lt;&amp;lt;{Arrange in Rows( 1 )}
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 23:48:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/make-all-Bivariate-plots-into-a-column-rather-than-a-row/m-p/464240#M70875</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-02-24T23:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: make all Bivariate plots into a column, rather than a row?</title>
      <link>https://community.jmp.com/t5/Discussions/make-all-Bivariate-plots-into-a-column-rather-than-a-row/m-p/464241#M70876</link>
      <description>&lt;P&gt;Hi I'm not sure it's that can help you to sovle your problem.&lt;/P&gt;&lt;P&gt;I guess you want to change the window UI from one raw to a matrix.&lt;/P&gt;&lt;P&gt;If it correct, you can set parameter&amp;nbsp; &lt;EM&gt;&amp;lt;&amp;lt;{Arrange in Rows( 3 )}&amp;nbsp;&lt;/EM&gt;in JSL or select option in red triangle and change the format from a row to a matrix.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = New Table( "Test" );
For( i = 1, i &amp;lt;= 100, i++,
	dt &amp;lt;&amp;lt; New Column( "Col", Continuous, formula( Random Normal( 10, 1 ) ) )
);
dt &amp;lt;&amp;lt; add rows( 30 );
dt&amp;lt;&amp;lt;Fit Group(
	Bivariate( Y( :Col ), X( :Col 2 ) ),
	Bivariate( Y( :Col ), X( :Col 3 ) ),
	Bivariate( Y( :Col ), X( :Col 4 ) ),
	Bivariate( Y( :Col ), X( :Col 5 ) ),
	Bivariate( Y( :Col ), X( :Col 6 ) ),
	Bivariate( Y( :Col ), X( :Col 7 ) ),
	Bivariate( Y( :Col ), X( :Col 8 ) ),
	Bivariate( Y( :Col ), X( :Col 9 ) ),
	Bivariate( Y( :Col ), X( :Col 10 ) ),
	Bivariate( Y( :Col ), X( :Col 11 ) ),
	Bivariate( Y( :Col ), X( :Col 12 ) ),
	Bivariate( Y( :Col ), X( :Col 13 ) ),
	Bivariate( Y( :Col ), X( :Col 14 ) ),
	Bivariate( Y( :Col ), X( :Col 15 ) ),
	Bivariate( Y( :Col ), X( :Col 16 ) ),
	Bivariate( Y( :Col ), X( :Col 17 ) ),
	Bivariate( Y( :Col ), X( :Col 18 ) ),
	Bivariate( Y( :Col ), X( :Col 19 ) ),
	Bivariate( Y( :Col ), X( :Col 20 ) ),
	Bivariate( Y( :Col ), X( :Col 21 ) ),
	Bivariate( Y( :Col ), X( :Col 22 ) ),
	Bivariate( Y( :Col ), X( :Col 23 ) ),
	Bivariate( Y( :Col ), X( :Col 24 ) ),
	Bivariate( Y( :Col ), X( :Col 25 ) ),
	Bivariate( Y( :Col ), X( :Col 26 ) ),
	Bivariate( Y( :Col ), X( :Col 27 ) ),
	Bivariate( Y( :Col ), X( :Col 28 ) ),
	Bivariate( Y( :Col ), X( :Col 29 ) ),
	Bivariate( Y( :Col ), X( :Col 30 ) ),
	Bivariate( Y( :Col ), X( :Col 31 ) ),
	Bivariate( Y( :Col ), X( :Col 32 ) ),
	Bivariate( Y( :Col ), X( :Col 33 ) ),
	Bivariate( Y( :Col ), X( :Col 34 ) ),
	Bivariate( Y( :Col ), X( :Col 35 ) ),
	Bivariate( Y( :Col ), X( :Col 36 ) ),
	Bivariate( Y( :Col ), X( :Col 37 ) ),
	Bivariate( Y( :Col ), X( :Col 38 ) ),
	Bivariate( Y( :Col ), X( :Col 39 ) ),
	Bivariate( Y( :Col ), X( :Col 40 ) ),
	Bivariate( Y( :Col ), X( :Col 41 ) ),
	Bivariate( Y( :Col ), X( :Col 42 ) ),
	Bivariate( Y( :Col ), X( :Col 43 ) ),
	Bivariate( Y( :Col ), X( :Col 44 ) ),
	Bivariate( Y( :Col ), X( :Col 45 ) ),
	Bivariate( Y( :Col ), X( :Col 46 ) ),
	Bivariate( Y( :Col ), X( :Col 47 ) ),
	Bivariate( Y( :Col ), X( :Col 48 ) ),
	Bivariate( Y( :Col ), X( :Col 49 ) ),
	Bivariate( Y( :Col ), X( :Col 50 ) ),
	Bivariate( Y( :Col ), X( :Col 51 ) ),
	Bivariate( Y( :Col ), X( :Col 52 ) ),
	Bivariate( Y( :Col ), X( :Col 53 ) ),
	Bivariate( Y( :Col ), X( :Col 54 ) ),
	Bivariate( Y( :Col ), X( :Col 55 ) ),
	Bivariate( Y( :Col ), X( :Col 56 ) ),
	Bivariate( Y( :Col ), X( :Col 57 ) ),
	Bivariate( Y( :Col ), X( :Col 58 ) ),
	Bivariate( Y( :Col ), X( :Col 59 ) ),
	Bivariate( Y( :Col ), X( :Col 60 ) ),
	Bivariate( Y( :Col ), X( :Col 61 ) ),
	Bivariate( Y( :Col ), X( :Col 62 ) ),
	Bivariate( Y( :Col ), X( :Col 63 ) ),
	Bivariate( Y( :Col ), X( :Col 64 ) ),
	Bivariate( Y( :Col ), X( :Col 65 ) ),
	Bivariate( Y( :Col ), X( :Col 66 ) ),
	Bivariate( Y( :Col ), X( :Col 67 ) ),
	Bivariate( Y( :Col ), X( :Col 68 ) ),
	Bivariate( Y( :Col ), X( :Col 69 ) ),
	Bivariate( Y( :Col ), X( :Col 70 ) ),
	Bivariate( Y( :Col ), X( :Col 71 ) ),
	Bivariate( Y( :Col ), X( :Col 72 ) ),
	Bivariate( Y( :Col ), X( :Col 73 ) ),
	Bivariate( Y( :Col ), X( :Col 74 ) ),
	Bivariate( Y( :Col ), X( :Col 75 ) ),
	Bivariate( Y( :Col ), X( :Col 76 ) ),
	Bivariate( Y( :Col ), X( :Col 77 ) ),
	Bivariate( Y( :Col ), X( :Col 78 ) ),
	Bivariate( Y( :Col ), X( :Col 79 ) ),
	Bivariate( Y( :Col ), X( :Col 80 ) ),
	Bivariate( Y( :Col ), X( :Col 81 ) ),
	Bivariate( Y( :Col ), X( :Col 82 ) ),
	Bivariate( Y( :Col ), X( :Col 83 ) ),
	Bivariate( Y( :Col ), X( :Col 84 ) ),
	Bivariate( Y( :Col ), X( :Col 85 ) ),
	Bivariate( Y( :Col ), X( :Col 86 ) ),
	Bivariate( Y( :Col ), X( :Col 87 ) ),
	Bivariate( Y( :Col ), X( :Col 88 ) ),
	Bivariate( Y( :Col ), X( :Col 89 ) ),
	Bivariate( Y( :Col ), X( :Col 90 ) ),
	Bivariate( Y( :Col ), X( :Col 91 ) ),
	Bivariate( Y( :Col ), X( :Col 92 ) ),
	Bivariate( Y( :Col ), X( :Col 93 ) ),
	Bivariate( Y( :Col ), X( :Col 94 ) ),
	Bivariate( Y( :Col ), X( :Col 95 ) ),
	Bivariate( Y( :Col ), X( :Col 96 ) ),
	Bivariate( Y( :Col ), X( :Col 97 ) ),
	Bivariate( Y( :Col ), X( :Col 98 ) ),
	Bivariate( Y( :Col ), X( :Col 99 ) ),
	Bivariate( Y( :Col ), X( :Col 100 ) ),
	&lt;FONT color="#FF0000"&gt;&amp;lt;&amp;lt;{Arrange in Rows( 3 )}&lt;/FONT&gt;
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 25 Feb 2022 00:12:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/make-all-Bivariate-plots-into-a-column-rather-than-a-row/m-p/464241#M70876</guid>
      <dc:creator>frank_wang</dc:creator>
      <dc:date>2022-02-25T00:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: make all Bivariate plots into a column, rather than a row?</title>
      <link>https://community.jmp.com/t5/Discussions/make-all-Bivariate-plots-into-a-column-rather-than-a-row/m-p/464340#M70891</link>
      <description>&lt;P&gt;Morning, Well this *works* kinda.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, it changes the output to a single column of plots, but the problem is now that they are oneway plots instead of bivariate plots. I can't figure out how to add fit lines and model Rsquared on a oneway...&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 15:14:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/make-all-Bivariate-plots-into-a-column-rather-than-a-row/m-p/464340#M70891</guid>
      <dc:creator>aliegner1</dc:creator>
      <dc:date>2022-02-25T15:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: make all Bivariate plots into a column, rather than a row?</title>
      <link>https://community.jmp.com/t5/Discussions/make-all-Bivariate-plots-into-a-column-rather-than-a-row/m-p/464347#M70892</link>
      <description>&lt;P&gt;how to make this dynamic? I want to plot my output value Y (Etchrate) against a long group of input columns X (grouped cols) and display in a vertical window of graphs instead of a huge scroll left-right window.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 15:18:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/make-all-Bivariate-plots-into-a-column-rather-than-a-row/m-p/464347#M70892</guid>
      <dc:creator>aliegner1</dc:creator>
      <dc:date>2022-02-25T15:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: make all Bivariate plots into a column, rather than a row?</title>
      <link>https://community.jmp.com/t5/Discussions/make-all-Bivariate-plots-into-a-column-rather-than-a-row/m-p/464368#M70894</link>
      <description>&lt;OL&gt;
&lt;LI&gt;Which person are you replying to?&amp;nbsp; The code I provided in my last response
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
// Open Data Table: semiconductor capability.jmp
// → Data Table( "semiconductor capability" )
dtWide = Open( "$SAMPLE_DATA/semiconductor capability.jmp" );
ERplot = fit group(
	bivariate( Y( :NPN1 ), X( dtWIDE&amp;lt;&amp;lt;get column group( "Processes" ) ) ),
	&amp;lt;&amp;lt;{Arrange in Rows( 1 )}
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;provides a vertical list of graphs, using a single x column and a variable grouping for the Y columns.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;There is also another platform that you may want to look at, Response Screening.&amp;nbsp; If you put in your X variable and Y grouping, it will generate a data table with all of the results listed in significance order.&amp;nbsp; You can then select from the list, and it will display the selected graphs in a vertical list.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1645805119971.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40320i2865D84084799ACA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1645805119971.png" alt="txnelson_0-1645805119971.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Fri, 25 Feb 2022 16:05:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/make-all-Bivariate-plots-into-a-column-rather-than-a-row/m-p/464368#M70894</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-02-25T16:05:56Z</dc:date>
    </item>
  </channel>
</rss>

