<?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: Number of points in a Variability chart in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Number-of-points-in-a-Variability-chart/m-p/214534#M42917</link>
    <description>&lt;P&gt;And to follow on Vince's excellent suggestion, if you do it in Graph Builder without the script, you can simply Add-.Caption Box, and in the Control Panel under Summary Statistic, the top item is N.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2019 17:52:00 GMT</pubDate>
    <dc:creator>andersonmj2</dc:creator>
    <dc:date>2019-06-25T17:52:00Z</dc:date>
    <item>
      <title>Number of points in a Variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/Number-of-points-in-a-Variability-chart/m-p/213925#M42773</link>
      <description>&lt;P&gt;I have a standard Variabilty chart, and I woiuld like to somehow see the number of points in each group.&amp;nbsp; Is there a way to do this?&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="variability_plot_sample.png" style="width: 814px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/17833iC10186100B496615/image-size/large?v=v2&amp;amp;px=999" role="button" title="variability_plot_sample.png" alt="variability_plot_sample.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 14:43:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Number-of-points-in-a-Variability-chart/m-p/213925#M42773</guid>
      <dc:creator>wsande</dc:creator>
      <dc:date>2019-06-20T14:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Number of points in a Variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/Number-of-points-in-a-Variability-chart/m-p/213960#M42780</link>
      <description>Under the menu there is the 'Variability Summary' which gives you the summary statistics and also at the end the number of observations per subgroup - so if you have 5 x-axis levels you will get a cluster for each nested level set.</description>
      <pubDate>Thu, 20 Jun 2019 17:31:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Number-of-points-in-a-Variability-chart/m-p/213960#M42780</guid>
      <dc:creator>andersonmj2</dc:creator>
      <dc:date>2019-06-20T17:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Number of points in a Variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/Number-of-points-in-a-Variability-chart/m-p/214440#M42880</link>
      <description>&lt;P&gt;I was hoping to display the number of points on the chart, similar to "Show Counts" on a histogram.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 20:41:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Number-of-points-in-a-Variability-chart/m-p/214440#M42880</guid>
      <dc:creator>wsande</dc:creator>
      <dc:date>2019-06-24T20:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Number of points in a Variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/Number-of-points-in-a-Variability-chart/m-p/214457#M42887</link>
      <description>You should submit this request to the JMP Wish List</description>
      <pubDate>Mon, 24 Jun 2019 21:51:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Number-of-points-in-a-Variability-chart/m-p/214457#M42887</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-06-24T21:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Number of points in a Variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/Number-of-points-in-a-Variability-chart/m-p/214459#M42888</link>
      <description>&lt;P&gt;If you don't need to do variability charts specifically, you can do similar stuff in graph builder.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names default to here(1);
dt = open("$SAMPLE_DATA\Big Class.jmp");
dt &amp;lt;&amp;lt; Graph Builder(
	Size( 528, 454 ),
	Show Control Panel( 0 ),
	X Group Edge( "Bottom" ),
	Variables( Y( :height ), Group X( :age ), Group X( :sex ) ),
	Elements(
		Points( Y, Legend( 10 ) ),
		Caption Box( Y, Legend( 9 ), Summary Statistic( "N" ) ),
		Box Plot( Y, Legend( 11 ) )
	)
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Non-Variability.png" style="width: 624px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/17917iFB0FBC1E4DE76ACC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Non-Variability.png" alt="Non-Variability.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 22:59:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Number-of-points-in-a-Variability-chart/m-p/214459#M42888</guid>
      <dc:creator>vince_faller</dc:creator>
      <dc:date>2019-06-24T22:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Number of points in a Variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/Number-of-points-in-a-Variability-chart/m-p/214534#M42917</link>
      <description>&lt;P&gt;And to follow on Vince's excellent suggestion, if you do it in Graph Builder without the script, you can simply Add-.Caption Box, and in the Control Panel under Summary Statistic, the top item is N.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 17:52:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Number-of-points-in-a-Variability-chart/m-p/214534#M42917</guid>
      <dc:creator>andersonmj2</dc:creator>
      <dc:date>2019-06-25T17:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Number of points in a Variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/Number-of-points-in-a-Variability-chart/m-p/214580#M42922</link>
      <description>&lt;P&gt;Thanks for all the helpful answers!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 20:26:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Number-of-points-in-a-Variability-chart/m-p/214580#M42922</guid>
      <dc:creator>wsande</dc:creator>
      <dc:date>2019-06-25T20:26:50Z</dc:date>
    </item>
  </channel>
</rss>

