<?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 JMP multiple XY plots in a grid without headings in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-multiple-XY-plots-in-a-grid-without-headings/m-p/312876#M56548</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to plot multiple XY graphs, representing steel defects over width (X) and length (Y).&lt;/P&gt;&lt;P&gt;I want to arrange them in rows in a grid, by the coilnumber (product number).&lt;/P&gt;&lt;P&gt;I use the following code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names default to here( 1 );

Fit Group(
	Graph Builder(
		Size( 100, 300 ),
		Show Control Panel( 0 ),
		Show Legend( 0 ),
		Show Title ( 0 ),
		Variables( X( :PercentBr ), Y( :PercentLe ) ),
		Elements( Points( X, Y, Legend( 1 ) )),
		By( :cl_n )
	),
	&amp;lt;&amp;lt;{Arrange in Rows( 15 )}
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However I can't get rid of the title.&lt;/P&gt;&lt;P&gt;Ideally I only want to have the coilnumber: eg. '01702557' for the first cell in the picture instead of 'Graph Builder CL_N=01702557'.&lt;/P&gt;&lt;P&gt;This way I can plot more products on one page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Peter&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="GB.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/26981i0D48D2CD8647D427/image-size/large?v=v2&amp;amp;px=999" role="button" title="GB.png" alt="GB.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 11 Jun 2023 11:06:15 GMT</pubDate>
    <dc:creator>peter_caenen</dc:creator>
    <dc:date>2023-06-11T11:06:15Z</dc:date>
    <item>
      <title>JMP multiple XY plots in a grid without headings</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-multiple-XY-plots-in-a-grid-without-headings/m-p/312876#M56548</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to plot multiple XY graphs, representing steel defects over width (X) and length (Y).&lt;/P&gt;&lt;P&gt;I want to arrange them in rows in a grid, by the coilnumber (product number).&lt;/P&gt;&lt;P&gt;I use the following code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names default to here( 1 );

Fit Group(
	Graph Builder(
		Size( 100, 300 ),
		Show Control Panel( 0 ),
		Show Legend( 0 ),
		Show Title ( 0 ),
		Variables( X( :PercentBr ), Y( :PercentLe ) ),
		Elements( Points( X, Y, Legend( 1 ) )),
		By( :cl_n )
	),
	&amp;lt;&amp;lt;{Arrange in Rows( 15 )}
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However I can't get rid of the title.&lt;/P&gt;&lt;P&gt;Ideally I only want to have the coilnumber: eg. '01702557' for the first cell in the picture instead of 'Graph Builder CL_N=01702557'.&lt;/P&gt;&lt;P&gt;This way I can plot more products on one page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Peter&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="GB.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/26981i0D48D2CD8647D427/image-size/large?v=v2&amp;amp;px=999" role="button" title="GB.png" alt="GB.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:06:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-multiple-XY-plots-in-a-grid-without-headings/m-p/312876#M56548</guid>
      <dc:creator>peter_caenen</dc:creator>
      <dc:date>2023-06-11T11:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: JMP multiple XY plots in a grid without headings</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-multiple-XY-plots-in-a-grid-without-headings/m-p/312928#M56557</link>
      <description>&lt;P&gt;Can you post some data (real or simulated)?&amp;nbsp; I have code that does this for adverse events as a function of time.&amp;nbsp; The R0n and C0n labels are arbitrary row and column labels used to make the plot.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GridPlot.png" style="width: 831px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/26984i863817367DD8DDC9/image-size/large?v=v2&amp;amp;px=999" role="button" title="GridPlot.png" alt="GridPlot.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 09:44:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-multiple-XY-plots-in-a-grid-without-headings/m-p/312928#M56557</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2020-09-25T09:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: JMP multiple XY plots in a grid without headings</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-multiple-XY-plots-in-a-grid-without-headings/m-p/312945#M56558</link>
      <description>&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;In annex I've added a small sample dataset with 9 coils (products).&lt;/P&gt;&lt;P&gt;For the code I changed the 15 to 3 (this will give a 3x3 matrix).&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names default to here( 1 );

Fit Group(
	Graph Builder(
		Size( 100, 300 ),
		Show Control Panel( 0 ),
		Show Legend( 0 ),
		Show Title ( 0 ),
		Variables( X( :PercentBr ), Y( :PercentLe ) ),
		Elements( Points( X, Y, Legend( 1 ) )),
		By( :cl_n )
	),
	&amp;lt;&amp;lt;{Arrange in Rows( 3 )}
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 25 Sep 2020 11:09:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-multiple-XY-plots-in-a-grid-without-headings/m-p/312945#M56558</guid>
      <dc:creator>peter_caenen</dc:creator>
      <dc:date>2020-09-25T11:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: JMP multiple XY plots in a grid without headings</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-multiple-XY-plots-in-a-grid-without-headings/m-p/312949#M56559</link>
      <description>&lt;P&gt;Here is what you asked for.&amp;nbsp; Not sure it is exactly what you want, but you should be able to see some options on getting it to where you want it.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="levels.PNG" style="width: 482px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/26986iEDF10B1EEA183CC8/image-size/large?v=v2&amp;amp;px=999" role="button" title="levels.PNG" alt="levels.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names default to here( 1 );

dt=current data table();

summarize(dt,levels=by(:cl_n));

fg=Fit Group(
	Graph Builder(
		Size( 100, 300 ),
		Show Control Panel( 0 ),
		Show Legend( 0 ),
		Show Title ( 0 ),
		Variables( X( :PercentBr ), Y( :PercentLe ) ),
		Elements( Points( X, Y, Legend( 1 ) )),
		By( :cl_n )
	),
	&amp;lt;&amp;lt;{Arrange in Rows( 3 )}
);
	report(fg)[outlinebox(2)]&amp;lt;&amp;lt;set title(
		word(-1,report(fg)[outlinebox(i)]&amp;lt;&amp;lt;get title,"="
	)
);

for(i=3,i&amp;lt;=nitems(levels)+1,i++,
	report(fg)[outlinebox(i)]&amp;lt;&amp;lt;set title("")
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 25 Sep 2020 12:03:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-multiple-XY-plots-in-a-grid-without-headings/m-p/312949#M56559</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-09-25T12:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: JMP multiple XY plots in a grid without headings</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-multiple-XY-plots-in-a-grid-without-headings/m-p/312955#M56562</link>
      <description>&lt;P&gt;Actually you can drag &lt;STRONG&gt;CL_N&lt;/STRONG&gt; to the &lt;STRONG&gt;Wrap&lt;/STRONG&gt; role and get this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wrapped_plot.png" style="width: 648px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/26987i1BFB0DCA44E167CF/image-size/large?v=v2&amp;amp;px=999" role="button" title="wrapped_plot.png" alt="wrapped_plot.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here's the code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size( 1806, 953 ),
	Show Control Panel( 0 ),
	Variables( X( :percentLe ), Y( :percentBr ), Wrap( :CL_N ) ),
	Elements( Points( X, Y, Legend( 13 ) ) )
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 25 Sep 2020 13:11:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-multiple-XY-plots-in-a-grid-without-headings/m-p/312955#M56562</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2020-09-25T13:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: JMP multiple XY plots in a grid without headings</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-multiple-XY-plots-in-a-grid-without-headings/m-p/312956#M56563</link>
      <description>Thanks a lot!&lt;BR /&gt;This works fine for me!&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Sep 2020 13:17:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-multiple-XY-plots-in-a-grid-without-headings/m-p/312956#M56563</guid>
      <dc:creator>peter_caenen</dc:creator>
      <dc:date>2020-09-25T13:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: JMP multiple XY plots in a grid without headings</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-multiple-XY-plots-in-a-grid-without-headings/m-p/312958#M56564</link>
      <description>&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;This solution works even better for me.&lt;/P&gt;&lt;P&gt;It is for me a very good way to plot the defects on hundreds of coils in one image:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="defects grid.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/26988i8CF6ADA74FF01ACF/image-size/large?v=v2&amp;amp;px=999" role="button" title="defects grid.png" alt="defects grid.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 13:22:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-multiple-XY-plots-in-a-grid-without-headings/m-p/312958#M56564</guid>
      <dc:creator>peter_caenen</dc:creator>
      <dc:date>2020-09-25T13:22:20Z</dc:date>
    </item>
  </channel>
</rss>

