<?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: Graph Builder bug? multiple response and boxplots in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Graph-Builder-bug-multiple-response-and-boxplots/m-p/600986#M80439</link>
    <description>&lt;P&gt;.Yes, looks like a bug in the combination of box plot + MR x + MR overlay. Thanks for the nice example.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2023 18:45:35 GMT</pubDate>
    <dc:creator>XanGregg</dc:creator>
    <dc:date>2023-02-14T18:45:35Z</dc:date>
    <item>
      <title>Graph Builder bug? multiple response and boxplots</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-bug-multiple-response-and-boxplots/m-p/593980#M79788</link>
      <description>&lt;P&gt;I just noticed that &lt;STRONG&gt;Graph Builder/BoxPlot&lt;/STRONG&gt; has some problems with columns of modeling type &lt;STRONG&gt;Multiple Response&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;this gets apparent if non-multiple-response entries are used.&lt;BR /&gt;In&amp;nbsp; plot 1, a male subset is showing up in the female group on the left.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This is not the case if &lt;STRONG&gt;color&lt;/STRONG&gt; is used instead of &lt;STRONG&gt;Overlay&lt;/STRONG&gt; (second plot).&lt;BR /&gt;The wrong female plot looks like the 3rd plot -&amp;nbsp; where on the x axis&amp;nbsp;no distinction is made between male and female.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Same issue if X and Y axis are interchanged.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Point plots are fine.&lt;/P&gt;&lt;P&gt;Plots&amp;nbsp; via Group X or Group Y are fine.&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="hogi_3-1674821294602.png" style="width: 295px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49527iB61B825F979372E5/image-dimensions/295x218?v=v2" width="295" height="218" role="button" title="hogi_3-1674821294602.png" alt="hogi_3-1674821294602.png" /&gt;&lt;/span&gt;&amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_4-1674821305544.png" style="width: 324px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49528i1329DA658A1AF735/image-dimensions/324x237?v=v2" width="324" height="237" role="button" title="hogi_4-1674821305544.png" alt="hogi_4-1674821305544.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="hogi_5-1674821337609.png" style="width: 344px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49529iD2F780736A75156E/image-dimensions/344x240?v=v2" width="344" height="240" role="button" title="hogi_5-1674821337609.png" alt="hogi_5-1674821337609.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_6-1674821351637.png" style="width: 303px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49530i9B7A7D8822042D5A/image-dimensions/303x243?v=v2" width="303" height="243" role="button" title="hogi_6-1674821351637.png" alt="hogi_6-1674821351637.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );&lt;BR /&gt;&lt;BR /&gt;dt:sex &amp;lt;&amp;lt; Set Modeling Type( "Multiple Response" );

Graph Builder(
	Show Control Panel( 0 ),
	Variables( X( :sex ), Y( :height ), Overlay( :sex ) ),
	Elements( Box Plot( X, Y, Legend( 5 ) ) )
);

Graph Builder(
	Show Control Panel( 0 ),
	Variables( X( :sex ), Y( :height ), Color( :sex ) ),
	Elements( Box Plot( X, Y, Legend( 5 ) ) )
);

Graph Builder(
	Show Control Panel( 0 ),
	Variables( Y( :height ), Overlay( :sex ) ),
	Elements( Box Plot( Y, Legend( 5 ) ) )
);

Graph Builder(
	Show Control Panel( 0 ),
	Variables( X( :sex ), Y( :height ), Overlay( :sex ) ),
	Elements( Points( X, Y, Legend( 6 ) ) ),
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:40:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-bug-multiple-response-and-boxplots/m-p/593980#M79788</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-06-08T16:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder bug? multiple response and boxplots</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-bug-multiple-response-and-boxplots/m-p/594128#M79800</link>
      <description>&lt;P&gt;Just curious...if you think you found a bug, you should report this to &lt;A href="mailto:support@jmp.com" target="_blank"&gt;support@jmp.com&lt;/A&gt;&amp;nbsp;I'm not sure why you report it here on the forum. &amp;nbsp;Unless you want us to confirm what you are finding, then it would be useful to attach the JMP table you are using.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 15:26:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-bug-multiple-response-and-boxplots/m-p/594128#M79800</guid>
      <dc:creator>statman</dc:creator>
      <dc:date>2023-01-27T15:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder bug? multiple response and boxplots</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-bug-multiple-response-and-boxplots/m-p/594149#M79803</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/4358"&gt;@statman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes, you are right, it's still a question :)&lt;/img&gt;&lt;/P&gt;&lt;P&gt;Actually, I cannot imagine what could be wrong with the code.&lt;/P&gt;&lt;P&gt;But sometimes, it's a small comma or point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sure:&lt;BR /&gt;If somebody confirms that this behavior is not like expected, I will send a link to this post to &lt;A href="mailto:support@jmp.com" target="_blank" rel="noopener"&gt;support@jmp.com.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the comment about the data table.&lt;BR /&gt;At first I didn't get the actual "message" - it was quite &lt;EM&gt;implicitly&lt;/EM&gt;.&lt;BR /&gt;Direct answer to the question: the data table is from the sample directory - so everybody should have the file on his computer.&lt;BR /&gt;But you are right - no issues with this file :)&lt;/img&gt;&lt;BR /&gt;--&amp;gt; when posting the script, I missed the line with the modeling type conversion.&lt;BR /&gt;&lt;BR /&gt;I just added it now. So, you should be able now to reproduce the described behavior with the file from your sample directory.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 15:55:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-bug-multiple-response-and-boxplots/m-p/594149#M79803</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-01-27T15:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder bug? multiple response and boxplots</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-bug-multiple-response-and-boxplots/m-p/600986#M80439</link>
      <description>&lt;P&gt;.Yes, looks like a bug in the combination of box plot + MR x + MR overlay. Thanks for the nice example.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 18:45:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-bug-multiple-response-and-boxplots/m-p/600986#M80439</guid>
      <dc:creator>XanGregg</dc:creator>
      <dc:date>2023-02-14T18:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder bug? multiple response and boxplots</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-bug-multiple-response-and-boxplots/m-p/601044#M80447</link>
      <description>&lt;P&gt;submitted to Jmp Support: Case Number TS-00034079&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 20:11:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-bug-multiple-response-and-boxplots/m-p/601044#M80447</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-02-14T20:11:40Z</dc:date>
    </item>
  </channel>
</rss>

