<?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 can I create a multi-panel graph? JMP Pro 15 in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-I-create-a-multi-panel-graph-JMP-Pro-15/m-p/466737#M71058</link>
    <description>&lt;P&gt;Please note, the script that I provided, was generated after I had taken your specific sample data and produced a "look-a-like" chart.&amp;nbsp; The script produced contains axis settings etc. that are based upon the sample data and may not be appropriate for another data table.&amp;nbsp; My goal for my initial response, was to show you that JMP could produce a chart very closely matching your provided sample.&amp;nbsp; I developed the chart interactively, and I assumed you would be doing the same for your charts, which will give you the opportunity to set the axes correctly, etc.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Mar 2022 19:35:20 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2022-03-03T19:35:20Z</dc:date>
    <item>
      <title>How can I create a multi-panel graph? JMP Pro 15</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-create-a-multi-panel-graph-JMP-Pro-15/m-p/460443#M70538</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;I need to put together several graphs from an existing data set similar to the one below. As the annotation says, I need error bars and dots representing individual data points for each. I'd appreciate any and all help in getting this to work and would be happy to Zoom with an expert that can walk me through on screen share.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Rick Palese&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ISPS 2021-1.jpg" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/39941i7B74CAB389E474F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="ISPS 2021-1.jpg" alt="ISPS 2021-1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:21:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-create-a-multi-panel-graph-JMP-Pro-15/m-p/460443#M70538</guid>
      <dc:creator>rpalese</dc:creator>
      <dc:date>2023-06-11T11:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a multi-panel graph? JMP Pro 15</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-create-a-multi-panel-graph-JMP-Pro-15/m-p/460463#M70539</link>
      <description>&lt;P&gt;I interactively played around with some fake data taken from the Big Class sample data table.&amp;nbsp; This is the best I could come up with&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1644685598851.png" style="width: 545px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/39942i7CBFBC0E997C671C/image-dimensions/545x602?v=v2" width="545" height="602" role="button" title="txnelson_0-1644685598851.png" alt="txnelson_0-1644685598851.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I have attached the table I used for the development of the graph/chart.&amp;nbsp; I have embedded the script for the above chart into the data table.&amp;nbsp; Additionally, the script is also displayed below.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note:&amp;nbsp; The maipulation of the data and the Chart Building was all done interactively.&amp;nbsp; &amp;nbsp; Once it was done, I then extracted the script that generates the graph.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Data Table( "rpalese" );
Graph Builder(
	Size( 525, 458 ),
	Show Control Panel( 0 ),
	Legend Position( "Inside Left" ),
	Variables( X( :age ), X( :sex, Position( 1 ) ), Y( :height ), Color( :sex ) ),
	Elements(
		Bar( X( 1 ), X( 2 ), Y, Legend( 6 ), Label( "Label by Value" ) ),
		Points( X( 1 ), X( 2 ), Y, Legend( 7 ), Jitter( "None" ) )
	),
	SendToReport(
		Dispatch(
			{},
			"age",
			ScaleBox,
			{Label Row(
				1,
				{Label Orientation( "Angled" ), Wrap Lines( 0 ),
				Tick Mark( Label( "." ), Label( "" ) ),
				Tick Mark( Label( "F" ), Label( "" ) ),
				Tick Mark( Label( "Free Practice" ), Label( "" ) ),
				Tick Mark( Label( "Limited N of Trials" ), Label( "" ) ),
				Tick Mark( Label( "M" ), Label( "" ) )}
			), Label Row( 2, Label Orientation( "Angled" ) )}
		),
		Dispatch(
			{},
			"height",
			ScaleBox,
			{Min( -1.28454146534123 ), Max( 85.4846123003219 ), Inc( 20 ),
			Minor Ticks( 1 )}
		),
		Dispatch(
			{},
			"400",
			ScaleBox,
			{Legend Model(
				6,
				Properties( 0, {Fill Color( 61 )}, Item ID( "Free Practice", 1 ) ),
				Properties(
					1,
					{Fill Color( 28 )},
					Item ID( "Limited N of Trials", 1 )
				),
				Properties( 2, {Transparency( 0 )}, Item ID( ".", 1 ) ),
				Properties( -1, {Fill Color( 61 )}, Item ID( "F", 1 ) ),
				Properties( -1, {Fill Color( 28 )}, Item ID( "M", 1 ) )
			), Legend Model(
				7,
				Properties( 0, {Line Color( 0 )}, Item ID( "Free Practice", 1 ) ),
				Properties(
					1,
					{Line Color( 0 )},
					Item ID( "Limited N of Trials", 1 )
				),
				Properties( 2, {Line Color( 2 )}, Item ID( ".", 1 ) ),
				Properties( -1, {Line Color( 0 )}, Item ID( "F", 1 ) ),
				Properties( -1, {Line Color( 0 )}, Item ID( "M", 1 ) )
			)}
		),
		Dispatch(
			{},
			"graph title",
			TextEditBox,
			{Set Text( "Free Practice vs. Limited Performance Trials" )}
		),
		Dispatch( {}, "X title", TextEditBox, {Set Text( "" )} ),
		Dispatch( {}, "Y title", TextEditBox, {Set Text( "" )} ),
		Dispatch(
			{},
			"Graph Builder",
			FrameBox,
			{DispatchSeg( BarSeg( 1 ), {Set Width Proportion( 1 )} )}
		),
		Dispatch(
			{},
			"400",
			LegendBox,
			{Set Title( "" ), Orientation( "Horizontal" ),
			Legend Position( {6, [0, 1, -1], 7, [-1, -1, -1]} )}
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Feb 2022 17:12:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-create-a-multi-panel-graph-JMP-Pro-15/m-p/460463#M70539</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-02-12T17:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a multi-panel graph? JMP Pro 15</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-create-a-multi-panel-graph-JMP-Pro-15/m-p/460557#M70556</link>
      <description>&lt;P&gt;This is fantastic. Thanks! I'll investigate the set up on this data file and play around a bit with the graph builder script. On an initial glance, I think I understand the approach, but I'm relatively new to JMP and might need some help getting my data file (set up very different from your sample) reformatted to make this work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I reach out with additional questions or Zoom with you for additional guidance?&lt;/P&gt;</description>
      <pubDate>Sun, 13 Feb 2022 13:06:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-create-a-multi-panel-graph-JMP-Pro-15/m-p/460557#M70556</guid>
      <dc:creator>rpalese</dc:creator>
      <dc:date>2022-02-13T13:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a multi-panel graph? JMP Pro 15</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-create-a-multi-panel-graph-JMP-Pro-15/m-p/460602#M70562</link>
      <description>&lt;P&gt;More questions are always welcomed.&amp;nbsp; Zoom might be an option.&amp;nbsp; Spending more time reading the documentation would be a better choice.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Feb 2022 17:46:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-create-a-multi-panel-graph-JMP-Pro-15/m-p/460602#M70562</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-02-13T17:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a multi-panel graph? JMP Pro 15</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-create-a-multi-panel-graph-JMP-Pro-15/m-p/466731#M71056</link>
      <description>&lt;P&gt;Gotcha. I've played around with your script and reformatted my data to fit your template. This all worked fairly well for one set of graphs:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="four panel LPT vs FP.001.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40487iAA1BCCF7A921D8FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="four panel LPT vs FP.001.png" alt="four panel LPT vs FP.001.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But didn't for another. Notice the space between the bars has shifted:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="four panel LT vs FP.001.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40488i7A31FF8562131EBB/image-size/large?v=v2&amp;amp;px=999" role="button" title="four panel LT vs FP.001.png" alt="four panel LT vs FP.001.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've searched for a solution and investigated the script, but can't figure out how to manipulate this. Would you be able to help? Again, if a quick Zoom is easiest, I'm happy to coordinate a time. Thanks again for all your help!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 18:55:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-create-a-multi-panel-graph-JMP-Pro-15/m-p/466731#M71056</guid>
      <dc:creator>rpalese</dc:creator>
      <dc:date>2022-03-03T18:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a multi-panel graph? JMP Pro 15</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-create-a-multi-panel-graph-JMP-Pro-15/m-p/466737#M71058</link>
      <description>&lt;P&gt;Please note, the script that I provided, was generated after I had taken your specific sample data and produced a "look-a-like" chart.&amp;nbsp; The script produced contains axis settings etc. that are based upon the sample data and may not be appropriate for another data table.&amp;nbsp; My goal for my initial response, was to show you that JMP could produce a chart very closely matching your provided sample.&amp;nbsp; I developed the chart interactively, and I assumed you would be doing the same for your charts, which will give you the opportunity to set the axes correctly, etc.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 19:35:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-create-a-multi-panel-graph-JMP-Pro-15/m-p/466737#M71058</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-03-03T19:35:20Z</dc:date>
    </item>
  </channel>
</rss>

