<?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 do I use Graph builderto overlay Points &amp;amp; Boxplots in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-I-use-Graph-builderto-overlay-Points-amp-Boxplots/m-p/736272#M91706</link>
    <description>&lt;P&gt;Choose the jittering options that suit your data. The default is usually Centered Grid, but you might want to select Random Uniform to prevent the points from aligning in rows. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Mar 2024 12:28:17 GMT</pubDate>
    <dc:creator>deborah621</dc:creator>
    <dc:date>2024-03-20T12:28:17Z</dc:date>
    <item>
      <title>How do I use Graph builderto overlay Points &amp; Boxplots</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-use-Graph-builderto-overlay-Points-amp-Boxplots/m-p/735209#M91632</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I've never been able to get the points to overlay the boxplts correctly in JMP. Does anyone know a way to get the points to align within each boxplot?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Naeem&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ndowidar_0-1710526535325.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/62248iFB5B2DAB08C75E76/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ndowidar_0-1710526535325.png" alt="ndowidar_0-1710526535325.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 18:17:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-use-Graph-builderto-overlay-Points-amp-Boxplots/m-p/735209#M91632</guid>
      <dc:creator>ndowidar</dc:creator>
      <dc:date>2024-03-15T18:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use Graph builderto overlay Points &amp; Boxplots</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-use-Graph-builderto-overlay-Points-amp-Boxplots/m-p/735217#M91634</link>
      <description>&lt;P&gt;You could try adding extra column to x-axis and use that same column for color&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1710528641424.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/62252iCD93A33F3545B30D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1710528641424.png" alt="jthi_0-1710528641424.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1); 

dt = open("$SAMPLE_DATA/Big Class.jmp");

gb = Graph Builder(
	Variables(X(:age), X(:sex, Position(1)), Y(:height), Color(:sex)),
	Elements(
		Box Plot(X(1), X(2), Y, Legend(3)),
		Points(X(1), X(2), Y, Legend(4))
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Mar 2024 18:51:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-use-Graph-builderto-overlay-Points-amp-Boxplots/m-p/735217#M91634</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-03-15T18:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use Graph builderto overlay Points &amp; Boxplots</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-use-Graph-builderto-overlay-Points-amp-Boxplots/m-p/736272#M91706</link>
      <description>&lt;P&gt;Choose the jittering options that suit your data. The default is usually Centered Grid, but you might want to select Random Uniform to prevent the points from aligning in rows. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 12:28:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-use-Graph-builderto-overlay-Points-amp-Boxplots/m-p/736272#M91706</guid>
      <dc:creator>deborah621</dc:creator>
      <dc:date>2024-03-20T12:28:17Z</dc:date>
    </item>
  </channel>
</rss>

