<?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: Bivariate Fit - how to delete line fitting frame box in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Bivariate-Fit-how-to-delete-line-fitting-frame-box/m-p/246524#M48410</link>
    <description>&lt;P&gt;You simply have to delete the object from the Display Tree;&amp;nbsp; Below is a simple example.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt=open("$SAMPLE_DATA/big class.jmp");
biv = dt &amp;lt;&amp;lt; Bivariate(
	Y( :height ),
	X( :weight ),
	Fit Line( {Line Color( "Medium Dark Red" )} )
);

report(biv)[PictureBox(2)]&amp;lt;&amp;lt;delete;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 07 Feb 2020 22:24:07 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2020-02-07T22:24:07Z</dc:date>
    <item>
      <title>Bivariate Fit - how to delete line fitting frame box</title>
      <link>https://community.jmp.com/t5/Discussions/Bivariate-Fit-how-to-delete-line-fitting-frame-box/m-p/246514#M48408</link>
      <description>&lt;P&gt;In jsl, how do I delete the box containing all of the "Fit Each Value" line items. I want to keep the plot with the fitted lines, but delete box containing all of the "Fit Each Value" lines which can be &amp;gt;100 items long and makes scrolling through many plots painful.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RonSwanson_0-1581112180652.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/21650iA82CB8793BC79767/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RonSwanson_0-1581112180652.png" alt="RonSwanson_0-1581112180652.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 21:58:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bivariate-Fit-how-to-delete-line-fitting-frame-box/m-p/246514#M48408</guid>
      <dc:creator>RonSwanson</dc:creator>
      <dc:date>2020-02-07T21:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Bivariate Fit - how to delete line fitting frame box</title>
      <link>https://community.jmp.com/t5/Discussions/Bivariate-Fit-how-to-delete-line-fitting-frame-box/m-p/246524#M48410</link>
      <description>&lt;P&gt;You simply have to delete the object from the Display Tree;&amp;nbsp; Below is a simple example.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt=open("$SAMPLE_DATA/big class.jmp");
biv = dt &amp;lt;&amp;lt; Bivariate(
	Y( :height ),
	X( :weight ),
	Fit Line( {Line Color( "Medium Dark Red" )} )
);

report(biv)[PictureBox(2)]&amp;lt;&amp;lt;delete;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 07 Feb 2020 22:24:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bivariate-Fit-how-to-delete-line-fitting-frame-box/m-p/246524#M48410</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-02-07T22:24:07Z</dc:date>
    </item>
  </channel>
</rss>

