<?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 to Remove a Distribution Comparison? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-Remove-a-Distribution-Comparison/m-p/231834#M45982</link>
    <description>&lt;P&gt;It is in the Help &amp;gt; Scripting Index and Help &amp;gt; Books &amp;gt; Scripting Guide.&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");
obj = dt &amp;lt;&amp;lt; Distribution(
	Column(:Height, :Weight),
	Fit Distribution("All")
);
obj &amp;lt;&amp;lt; All(0);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 02 Nov 2019 10:21:34 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2019-11-02T10:21:34Z</dc:date>
    <item>
      <title>How to Remove a Distribution Comparison?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Remove-a-Distribution-Comparison/m-p/231823#M45981</link>
      <description>&lt;P&gt;Hi. &amp;nbsp;I'd like to know if there's a way to remove a "Compare Distributions" from an existing Distribution platform output using JSL. &amp;nbsp;For example:&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");
obj = Distribution(
	Column(:Height, :Weight),
	Fit Distribution("All")
);

//These are things I've tried to remove the CmpDist for the Height Distribution, but did not work:
obj[1] &amp;lt;&amp;lt; Remove Fit;						
obj[1] &amp;lt;&amp;lt; (Fit Handle[1] &amp;lt;&amp;lt; Remove Fit);	
obj[1] &amp;lt;&amp;lt; Fit Distribution(0);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I want to completely remove the "Compare Distributions" outline box and its contents, along with the fit curve in the plot. &amp;nbsp;IOW, as if I'd never issued the Fit Distribution("All") command at all for that distribution. &amp;nbsp;IOOW, as if I went to the red down arrow for the Height distribution &amp;gt; Continuous Fit and unchecked "All". &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have not yet attempted to delete the display boxes from the report window via brute force. &amp;nbsp;Hoping there's a simpler option?&lt;/P&gt;</description>
      <pubDate>Sat, 02 Nov 2019 00:37:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Remove-a-Distribution-Comparison/m-p/231823#M45981</guid>
      <dc:creator>nikles</dc:creator>
      <dc:date>2019-11-02T00:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove a Distribution Comparison?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Remove-a-Distribution-Comparison/m-p/231834#M45982</link>
      <description>&lt;P&gt;It is in the Help &amp;gt; Scripting Index and Help &amp;gt; Books &amp;gt; Scripting Guide.&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");
obj = dt &amp;lt;&amp;lt; Distribution(
	Column(:Height, :Weight),
	Fit Distribution("All")
);
obj &amp;lt;&amp;lt; All(0);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 02 Nov 2019 10:21:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Remove-a-Distribution-Comparison/m-p/231834#M45982</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2019-11-02T10:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove a Distribution Comparison?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Remove-a-Distribution-Comparison/m-p/232046#M46028</link>
      <description>&lt;P&gt;Thanks. &amp;nbsp;This works, but for the life of me, I could not find this in the Scripting Guide. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 20:53:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Remove-a-Distribution-Comparison/m-p/232046#M46028</guid>
      <dc:creator>nikles</dc:creator>
      <dc:date>2019-11-04T20:53:50Z</dc:date>
    </item>
  </channel>
</rss>

