<?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: Show means on box plot in graph builder in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68061#M34753</link>
    <description>&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Thanks for your advice on how to customize graphs. What are the 5 numbers within the&amp;nbsp;5&amp;nbsp;Numbers&amp;nbsp;Summary in JMP 14? Could you display an example? Unfortunately I don't have access to JMP 14 yet.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Aug 2018 13:51:49 GMT</pubDate>
    <dc:creator>Thomas1</dc:creator>
    <dc:date>2018-08-15T13:51:49Z</dc:date>
    <item>
      <title>Show means on box plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/67947#M34734</link>
      <description>&lt;P&gt;Is there any way to show and connect means on a box plot in graph builder? Is there also a way to show the diamonds that point to the mean without bottom and top 5% of outliers?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 20:34:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/67947#M34734</guid>
      <dc:creator>twillkickers</dc:creator>
      <dc:date>2018-08-14T20:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Show means on box plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68025#M34739</link>
      <description>&lt;P&gt;Right click on the graph builder frame box and select Customize. Then select a box and there is a check box for Confidence Interval.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Via the UI you have to edit each box. Below is a picture with several options that you can select.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12019iCBDA438DC95CC792/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, it is much easier to do this via a script. The script to create the picture below is attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12020i6F8253C0C0A25B64/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 03:04:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68025#M34739</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2018-08-15T03:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Show means on box plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68037#M34743</link>
      <description>&lt;P&gt;I'm also interested in this topic. What&amp;nbsp;is the best way to show the numeric mean of each box at the corresponding box?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 05:54:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68037#M34743</guid>
      <dc:creator>Thomas1</dc:creator>
      <dc:date>2018-08-15T05:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Show means on box plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68041#M34745</link>
      <description>&lt;P&gt;The attached script has been updated. Note this script shows hardcoded column names and rounding units, it does not&amp;nbsp; include data prep etc. Both the mean and n has been added&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12022i83FD9D7DBB537735/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 07:25:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68041#M34745</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2018-08-15T07:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Show means on box plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68042#M34746</link>
      <description>&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Thanks. That is a great solution. Is there a way to do this without scripting, by using default built in features in JMP?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 07:59:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68042#M34746</guid>
      <dc:creator>Thomas1</dc:creator>
      <dc:date>2018-08-15T07:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Show means on box plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68046#M34748</link>
      <description>&lt;P&gt;Right click on the Graph Builder Frame Box. Select Customize.&amp;nbsp; Select the&amp;nbsp; plus sign (+)&amp;nbsp; above the list of boxplots.&lt;/P&gt;&lt;P&gt;Select the&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;Templates&lt;/STRONG&gt;&amp;nbsp;menu above the Script Box, and select Text, then fill in the information. Select Text again and add the information for the next box.&amp;nbsp; Note there is an option available in JMP 14 Graph Builder boxplots to show the 5 number summay for the box, but that does not include the mean.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 936px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12024iA9837005EB08071C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 357px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12023i8F7FB1862E7161BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 09:40:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68046#M34748</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2018-08-15T09:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Show means on box plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68061#M34753</link>
      <description>&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Thanks for your advice on how to customize graphs. What are the 5 numbers within the&amp;nbsp;5&amp;nbsp;Numbers&amp;nbsp;Summary in JMP 14? Could you display an example? Unfortunately I don't have access to JMP 14 yet.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 13:51:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68061#M34753</guid>
      <dc:creator>Thomas1</dc:creator>
      <dc:date>2018-08-15T13:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Show means on box plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68084#M34767</link>
      <description>&lt;P&gt;I think the easiest way to get the mean labeled on the boxplot graph is to add another element. Use the Shift-click on the bar chart icon. Make sure that the summary statistic for the bar chart is the Mean. Change the bar style to "Float". You then have the option to "Label by Value". All interactive and provides the label. Enclosed is an example using Big Class Families (with the control panel still on so you can see those options).&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Boxplot with Labeled Mean.PNG" style="width: 578px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12032i96EC46A0FD384BB1/image-dimensions/578x444?v=v2" width="578" height="444" role="button" title="Boxplot with Labeled Mean.PNG" alt="Boxplot with Labeled Mean.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 15:57:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68084#M34767</guid>
      <dc:creator>Dan_Obermiller</dc:creator>
      <dc:date>2018-08-15T15:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Show means on box plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68124#M34774</link>
      <description>&lt;P&gt;Thanks Dan. That is great&amp;nbsp;way to show the mean right at the box plot.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 17:59:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68124#M34774</guid>
      <dc:creator>Thomas1</dc:creator>
      <dc:date>2018-08-15T17:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Show means on box plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68137#M34777</link>
      <description>&lt;P&gt;Thank you, Dan. I never investigated Float bar type.&amp;nbsp; Your post got me thinking of alternative methods to add the means and hav them appear at the bottom or the top of the graph.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One method was interesting but messy and changed the original table. [See *** below]. Then I notoced that JMP has a new element called a Caption Box.&amp;nbsp; It is very cool, but each Caption Box seems to allow only one caption per FrameBox. This can be easy by making the categorical X-axis the X Group variable.&amp;nbsp; See the picture and script. However, now the connected means gets tough.&amp;nbsp; &amp;nbsp;This might be a nice wish list item for future versions: &lt;FONT color="#0000FF"&gt;add a caption box option for nominal X-axis plots&lt;/FONT&gt;. So for boxplots, one option could be the Five number Summary another N, Mean, Std dev.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12039iFC3FF22F63B29008/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;gb2 = dt &amp;lt;&amp;lt; Graph Builder(
	Size( 1065, 516 ),
	Show Control Panel( 0 ),
	Variables( Y( :Sales ), Group X( :Month ) ),
	Elements(
		Box Plot( Y, Legend( 6 ), Box Style( "Solid" ) ),
		Line( Y, Legend( 7 ) ),
		Caption Box( Y, Legend( 9 ) )
	),
	SendToReport(
		Dispatch(
			{},
			"Sales",
			ScaleBox,
			{Min( 50 ), Max( 700 ), Inc( 100 ), Minor Ticks( 1 )}
		),
	
	)
);
bpseg = gb2 &amp;lt;&amp;lt; Xpath("//BoxPlotSeg");
bpseg &amp;lt;&amp;lt; {Box Style( "Solid" ), Confidence Diamond( 1 ), Fences( 0 )};

//if you want to color each by month
for(i=1, i&amp;lt;=nitems(bpseg), i++,
 bpseg[i] &amp;lt;&amp;lt; Fill Color(Color Of(As Row State(cc[i])))	
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The full script is attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;***Method takes some work all UI. I might do this once.&amp;nbsp; Scripting seems easier, especially if the Caption Box wish&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Concatenate the original table and the table summary.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Add a column called Means that is really the positon where you want the means to appear.&lt;/LI&gt;&lt;LI&gt;Make the Mean(Sales) column a label.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Plot both Sales and Means versus Month&lt;/LI&gt;&lt;LI&gt;Move Mean sales to the right and align tick marks&amp;nbsp; &amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Make the changes as shown previously for the left axis (chaging points to the boxplot, add a line)&lt;/LI&gt;&lt;LI&gt;Change the Points on the right to a bar style single and Label ("Label by Row")&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12040iA2125E433E8BFF35/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 18:31:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68137#M34777</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2018-08-15T18:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Show means on box plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68168#M34780</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/70"&gt;@gzmorgan0&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Thank you, Dan. I never investigated Float bar type.&amp;nbsp; Your post got me thinking of alternative methods to add the means and hav them appear at the bottom or the top of the graph.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One method was interesting but messy and changed the original table. [See *** below]. Then I notoced that JMP has a new element called a Caption Box.&amp;nbsp; It is very cool, but each Caption Box seems to allow only one caption per FrameBox. This can be easy by making the categorical X-axis the X Group variable.&amp;nbsp; See the picture and script. However, now the connected means gets tough.&amp;nbsp; &amp;nbsp;This might be a nice wish list item for future versions: &lt;FONT color="#0000FF"&gt;add a caption box option for nominal X-axis plots&lt;/FONT&gt;. So for boxplots, one option could be the Five number Summary another N, Mean, Std dev.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/70"&gt;@gzmorgan0&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Thank you, Dan. I never investigated Float bar type.&amp;nbsp; Your post got me thinking of alternative methods to add the means and hav them appear at the bottom or the top of the graph.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One method was interesting but messy and changed the original table. [See *** below]. Then I notoced that JMP has a new element called a Caption Box.&amp;nbsp; It is very cool, but each Caption Box seems to allow only one caption per FrameBox. This can be easy by making the categorical X-axis the X Group variable.&amp;nbsp; See the picture and script. However, now the connected means gets tough.&amp;nbsp; &amp;nbsp;This might be a nice wish list item for future versions: &lt;FONT color="#0000FF"&gt;add a caption box option for nominal X-axis plots&lt;/FONT&gt;. So for boxplots, one option could be the Five number Summary another N, Mean, Std dev.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12039iFC3FF22F63B29008/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;gb2 = dt &amp;lt;&amp;lt; Graph Builder(
	Size( 1065, 516 ),
	Show Control Panel( 0 ),
	Variables( Y( :Sales ), Group X( :Month ) ),
	Elements(
		Box Plot( Y, Legend( 6 ), Box Style( "Solid" ) ),
		Line( Y, Legend( 7 ) ),
		Caption Box( Y, Legend( 9 ) )
	),
	SendToReport(
		Dispatch(
			{},
			"Sales",
			ScaleBox,
			{Min( 50 ), Max( 700 ), Inc( 100 ), Minor Ticks( 1 )}
		),
	
	)
);
bpseg = gb2 &amp;lt;&amp;lt; Xpath("//BoxPlotSeg");
bpseg &amp;lt;&amp;lt; {Box Style( "Solid" ), Confidence Diamond( 1 ), Fences( 0 )};

//if you want to color each by month
for(i=1, i&amp;lt;=nitems(bpseg), i++,
 bpseg[i] &amp;lt;&amp;lt; Fill Color(Color Of(As Row State(cc[i])))	
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The full script is attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;***Method takes some work all UI. I might do this once.&amp;nbsp; Scripting seems easier, especially if the Caption Box wish&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Concatenate the original table and the table summary.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Add a column called Means that is really the positon where you want the means to appear.&lt;/LI&gt;&lt;LI&gt;Make the Mean(Sales) column a label.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Plot both Sales and Means versus Month&lt;/LI&gt;&lt;LI&gt;Move Mean sales to the right and align tick marks&amp;nbsp; &amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Make the changes as shown previously for the left axis (chaging points to the boxplot, add a line)&lt;/LI&gt;&lt;LI&gt;Change the Points on the right to a bar style single and Label ("Label by Row")&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12040iA2125E433E8BFF35/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You can add as much caption boxes as you want by drag &amp;amp; drop. By default they are displaying the mean. This however can be changed to Std Dev, N etc.&lt;/P&gt;&lt;P&gt;However, in case of the mean, I prefer to show him at the box plot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12039iFC3FF22F63B29008/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;gb2 = dt &amp;lt;&amp;lt; Graph Builder(
	Size( 1065, 516 ),
	Show Control Panel( 0 ),
	Variables( Y( :Sales ), Group X( :Month ) ),
	Elements(
		Box Plot( Y, Legend( 6 ), Box Style( "Solid" ) ),
		Line( Y, Legend( 7 ) ),
		Caption Box( Y, Legend( 9 ) )
	),
	SendToReport(
		Dispatch(
			{},
			"Sales",
			ScaleBox,
			{Min( 50 ), Max( 700 ), Inc( 100 ), Minor Ticks( 1 )}
		),
	
	)
);
bpseg = gb2 &amp;lt;&amp;lt; Xpath("//BoxPlotSeg");
bpseg &amp;lt;&amp;lt; {Box Style( "Solid" ), Confidence Diamond( 1 ), Fences( 0 )};

//if you want to color each by month
for(i=1, i&amp;lt;=nitems(bpseg), i++,
 bpseg[i] &amp;lt;&amp;lt; Fill Color(Color Of(As Row State(cc[i])))	
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The full script is attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;***Method takes some work all UI. I might do this once.&amp;nbsp; Scripting seems easier, especially if the Caption Box wish&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Concatenate the original table and the table summary.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Add a column called Means that is really the positon where you want the means to appear.&lt;/LI&gt;&lt;LI&gt;Make the Mean(Sales) column a label.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Plot both Sales and Means versus Month&lt;/LI&gt;&lt;LI&gt;Move Mean sales to the right and align tick marks&amp;nbsp; &amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Make the changes as shown previously for the left axis (chaging points to the boxplot, add a line)&lt;/LI&gt;&lt;LI&gt;Change the Points on the right to a bar style single and Label ("Label by Row")&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12040iA2125E433E8BFF35/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 20:10:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68168#M34780</guid>
      <dc:creator>Thomas1</dc:creator>
      <dc:date>2018-08-15T20:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Show means on box plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68205#M34784</link>
      <description>&lt;P&gt;I am learning on the fly. JMP 14 already has a feature that fulfilled my wish list: the CaptionBox has a factor checkbox so it work for each category displayed on the X-Axis.&lt;/P&gt;&lt;P&gt;This displays the 5 number summary (min, Q1, Median, Q3, max) and the means as a caption box.&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="image.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12051i042921965945ED64/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;Here is the script showing the customization, for just the first boxplot.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size( 1029, 608 ),
	Show Control Panel( 0 ),
	Variables( X( :Month ), Y( :Sales ) ),
	Elements(
		Box Plot( X, Y, Legend( 6 ), Name( "5 Number Summary" )(1) ),
		Line( X, Y, Legend( 7 ) ),
		Caption Box(
			X,
			Y,
			Legend( 9 ),
			X Position( "Middle" ),
			Y Position( "Bottom" ),
			Per Factor( 1 )
		)
	),
	SendToReport(
		Dispatch(
			{},
			"Sales",
			ScaleBox,
			{Min( 50 ), Max( 700 ), Inc( 100 ), Minor Ticks( 1 )}
		),
		Dispatch(
			{},
			"Graph Builder",
			FrameBox,
			{DispatchSeg(
				Box Plot Seg( "Box Plot (June)" ),
				{Box Style( "Solid" ), Confidence Diamond( 1 ), Fences( 0 ),
				Fill Color( {162, 43, 221} )}
.....&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Aug 2018 21:51:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/68205#M34784</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2018-08-15T21:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Show means on box plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/106559#M39026</link>
      <description>&lt;P&gt;Hi, I'm having a trouble with making a line connecting all those middle value of each of box plots. What do I do?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 01:35:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/106559#M39026</guid>
      <dc:creator>DANN</dc:creator>
      <dc:date>2019-01-16T01:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Show means on box plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/106560#M39027</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/13685"&gt;@DANN&lt;/a&gt;, please specify which version of JMP you are using. Also, if you could use the Graphbuilder menu pull down, and select Save Script, Copy script or save to Script Window and save it and attach in a reply, I can look to see if you missed something.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 01:46:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/106560#M39027</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2019-01-16T01:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Show means on box plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/106561#M39028</link>
      <description>Hi, I appreciate your comment. I'm a user of JMP Pro 14 and I'm afraid I can't upload the script you said. Because of e-scecurity program in my office, I can't upload any file online. if it's enough to describe what I've done to get a way, then I would. Thanks again.</description>
      <pubDate>Wed, 16 Jan 2019 02:23:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/106561#M39028</guid>
      <dc:creator>DANN</dc:creator>
      <dc:date>2019-01-16T02:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Show means on box plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/106571#M39030</link>
      <description>&lt;P&gt;Okay, describe your steps. Hopefully, I can see what might be missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 03:20:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/106571#M39030</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2019-01-16T03:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Show means on box plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/106573#M39031</link>
      <description>Okay, thank you for your patience.&lt;BR /&gt;There's four column and each has twenty different values.&lt;BR /&gt;ex) Design 1 2 3 4&lt;BR /&gt;1 a .. .. ..&lt;BR /&gt;2 b .. .. ..&lt;BR /&gt;3 c&lt;BR /&gt;4 ..&lt;BR /&gt;5&lt;BR /&gt;6&lt;BR /&gt;...&lt;BR /&gt;20&lt;BR /&gt;First, I opend Graph Builder.&lt;BR /&gt;Second, I dragged those four columns into x-axis( default box plot ). As a result, I got four different box plots.&lt;BR /&gt;at this point, I want to get the line connecting the median of each box plot. What should I do?&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2019 04:55:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/106573#M39031</guid>
      <dc:creator>DANN</dc:creator>
      <dc:date>2019-01-16T04:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Show means on box plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/106612#M39037</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/13685"&gt;@DANN&lt;/a&gt;, are the 4 columns responses (results)&amp;nbsp; of the experiment or factors (input) for the design?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As your table is setup, it would take a custom function to connect the box medians, since you have no Y variable.&amp;nbsp; I am going to use the JMP sample data Iris.JMP to emulate your data and the steps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If using the UI (point and click):&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Select Tables &amp;gt; Stack choose your 4 columns as the &lt;STRONG&gt;Stack Columns, &lt;/STRONG&gt;change the names&amp;nbsp; (Data and Label) if you like and select OK. &lt;STRONG&gt;Data&lt;/STRONG&gt; will be the values of the 4 columns and &lt;STRONG&gt;Values&lt;/STRONG&gt; will be the column names. For your example a better name than label might be Factors or Responses.&lt;/LI&gt;
&lt;LI&gt;Now select Graphs &amp;gt; Graphbuilder and drag Data to the Y column and Label to the X column.&lt;/LI&gt;
&lt;LI&gt;Right Click and select Box Plots and Line and select the Summary Statistics to be Median&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Here is a picture of the Iris data table after following the instructions above&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/15129i70EB6AF41D351C29/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without stacking the data, I can only provide a JSL solution. My earlier post/example had one or multiple columns for Y and and a categorical X (Months).&amp;nbsp; The elements Line or Smoother need both and X and Y.&amp;nbsp; There is another graph called the parallel plot that would be appropriate if your 4 columns were responses to an experiment.&amp;nbsp; Each of the 20 lines would represent a "profile" of each experimental trial's results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 11:09:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/106612#M39037</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2019-01-16T11:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Show means on box plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/106717#M39056</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/70"&gt;@gzmorgan0&lt;/a&gt;&amp;nbsp;Oh My Gosh, It just was A perfect solution that I really needed. Now everything's preperly working&amp;nbsp;with no problem.&amp;nbsp;I really appreciate your kindness and expertise. Thank you so much! Have a great day.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 23:46:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/106717#M39056</guid>
      <dc:creator>DANN</dc:creator>
      <dc:date>2019-01-16T23:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Show means on box plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/244233#M48133</link>
      <description>&lt;P&gt;This is easily done interactively.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Start with the box plots turned on. Then click and drag the &lt;A href="http://www.jmp.com/support/help/en/15.1/#page/jmp/points.shtml" target="_self"&gt;points element&lt;/A&gt; into the graph. Change the summary statistic for the points to mean. Then drag the &lt;A href="http://www.jmp.com/support/help/en/15.1/#page/jmp/line.shtml#" target="_self"&gt;line element&lt;/A&gt; into the graph.&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="ScreenFlow.gif" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/21417i28B694154AC73768/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ScreenFlow.gif" alt="ScreenFlow.gif" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 19:16:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Show-means-on-box-plot-in-graph-builder/m-p/244233#M48133</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2020-01-30T19:16:25Z</dc:date>
    </item>
  </channel>
</rss>

