<?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: Fit Y by X Spline fit color in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/318590#M56909</link>
    <description>&lt;P&gt;Is this a typo or you have another variable named "ht"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="111.PNG" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/27213i7C7E76B35AEB3259/image-size/large?v=v2&amp;amp;px=999" role="button" title="111.PNG" alt="111.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2020 02:08:49 GMT</pubDate>
    <dc:creator>ThuongLe</dc:creator>
    <dc:date>2020-10-07T02:08:49Z</dc:date>
    <item>
      <title>Fit Y by X Spline fit color</title>
      <link>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/317206#M56848</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a fit Y by X plot with smoothing spline fit, is there any way that I can make the marker colors gray and the spline fit line in JMP default color? I tried changing the color theme into medium light gray, but it's not working&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;rbiv[Framebox( 1 )] &amp;lt;&amp;lt; Row Legend( Column( col1 ), Color( 1 ), Marker( 0 ), Color Theme("JMP Default"), Continuous Scale( 0 ) );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:06:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/317206#M56848</guid>
      <dc:creator>UserID16644</dc:creator>
      <dc:date>2023-06-11T11:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Fit Y by X Spline fit color</title>
      <link>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/317265#M56850</link>
      <description>&lt;P&gt;You can right click on the graph and select "Customize"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.PNG" style="width: 629px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/27181iF6D25C095E7AB805/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then select the color you want&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.PNG" style="width: 990px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/27182iC6B4830B4314A7DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.PNG" alt="2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then export the script to window to see the real code behind&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Oneway(
	Y( :Yield ),
	X( :WW ),
	SendToReport(
		Dispatch(
			{},
			"Oneway Plot",
			FrameBox,
			{DispatchSeg(
				Marker Seg( 1 ),
				{Color( "Orange" ), Marker( "Triangle" )}
			)}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Oct 2020 06:25:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/317265#M56850</guid>
      <dc:creator>ThuongLe</dc:creator>
      <dc:date>2020-10-06T06:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Fit Y by X Spline fit color</title>
      <link>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/318486#M56892</link>
      <description>Hi, I tried this method but it is not working when I put it into my function</description>
      <pubDate>Tue, 06 Oct 2020 23:38:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/318486#M56892</guid>
      <dc:creator>UserID16644</dc:creator>
      <dc:date>2020-10-06T23:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Fit Y by X Spline fit color</title>
      <link>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/318547#M56897</link>
      <description>Can you share your full code?</description>
      <pubDate>Wed, 07 Oct 2020 01:18:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/318547#M56897</guid>
      <dc:creator>ThuongLe</dc:creator>
      <dc:date>2020-10-07T01:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fit Y by X Spline fit color</title>
      <link>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/318561#M56905</link>
      <description>&lt;P&gt;Here's the function:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;bivht = Function( {x_param, y_param, htt},
    biv = Bivariate(
        Y( Column( y_param ) ),
        X( Column( x_param ) ),
        GroupBy( Column( ht ) ),
        &amp;lt;&amp;lt;Fit Spline( 1000, {Line Width( 2 )} )
    );
    rbiv = biv &amp;lt;&amp;lt; Report;
    rbiv[Framebox( 1 )] &amp;lt;&amp;lt; {Marker Size( 3 )};
    rbiv[Axisbox( 2 )] &amp;lt;&amp;lt; Tick Font( style( 0 ), size( 9 ) ) &amp;lt;&amp;lt; Show Major Grid( 1 ) &amp;lt;&amp;lt; Show Minor Grid( 1 ) &amp;lt;&amp;lt;
    Show Minor Ticks( 1 );
    rbiv[Axisbox( 1 )] &amp;lt;&amp;lt; Tick Font( style( 0 ), size( 9 ) ) &amp;lt;&amp;lt; Show Major Grid( 1 ) &amp;lt;&amp;lt; Show Minor Grid( 1 ) &amp;lt;&amp;lt;
    Show Minor Ticks( 1 );
    rbiv[Text Edit Box( 2 )] &amp;lt;&amp;lt; Set Font Size( 10 ) &amp;lt;&amp;lt; Set Font Style( "Bold" );
    rbiv[Text Edit Box( 1 )] &amp;lt;&amp;lt; Set Font Size( 10 ) &amp;lt;&amp;lt; Set Font Style( "Bold" );
    rbiv[Outline Box( 1 )] &amp;lt;&amp;lt; Set Title( y_param || " by " || x_param );
    rbiv["Smoothing Spline Fit, lambda=1000 ?"] &amp;lt;&amp;lt; Close All Like This;
    rbiv[Framebox( 1 )] &amp;lt;&amp;lt; Row Legend(
        Column( ht ),
        Color( 1 ),
        Marker( 0 ),
        Color Theme( "JMP Default" ),
        Continuous Scale( 0 )
    );
    rbiv[Border Box( 2 )] &amp;lt;&amp;lt; Delete;
    pbiv = rbiv[Outline Box( 1 )] &amp;lt;&amp;lt; get picture;
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Oct 2020 10:15:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/318561#M56905</guid>
      <dc:creator>UserID16644</dc:creator>
      <dc:date>2020-10-07T10:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Fit Y by X Spline fit color</title>
      <link>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/318590#M56909</link>
      <description>&lt;P&gt;Is this a typo or you have another variable named "ht"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="111.PNG" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/27213i7C7E76B35AEB3259/image-size/large?v=v2&amp;amp;px=999" role="button" title="111.PNG" alt="111.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 02:08:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/318590#M56909</guid>
      <dc:creator>ThuongLe</dc:creator>
      <dc:date>2020-10-07T02:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fit Y by X Spline fit color</title>
      <link>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/318591#M56910</link>
      <description>ht is a variable name</description>
      <pubDate>Wed, 07 Oct 2020 02:10:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/318591#M56910</guid>
      <dc:creator>UserID16644</dc:creator>
      <dc:date>2020-10-07T02:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Fit Y by X Spline fit color</title>
      <link>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/318592#M56911</link>
      <description>I mean in your function, you define htt but you never use it. Instead, you use ht&lt;BR /&gt;That could be the issue</description>
      <pubDate>Wed, 07 Oct 2020 02:24:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/318592#M56911</guid>
      <dc:creator>ThuongLe</dc:creator>
      <dc:date>2020-10-07T02:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Fit Y by X Spline fit color</title>
      <link>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/318611#M56912</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;lb = Lineup Box( N Col( 4 ) );
For( j = 1, j &amp;lt;= N Items( xparam ), j++,
    bivht( xparam[j], yparam[j], h );
    lb &amp;lt;&amp;lt; append( pbiv );
    biv &amp;lt;&amp;lt; Close Window;
);
ppt9 &amp;lt;&amp;lt; append( lb &amp;lt;&amp;lt; get picture );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Oct 2020 10:16:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/318611#M56912</guid>
      <dc:creator>UserID16644</dc:creator>
      <dc:date>2020-10-07T10:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fit Y by X Spline fit color</title>
      <link>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/318612#M56913</link>
      <description>I'm lost now :D&lt;/img&gt;</description>
      <pubDate>Wed, 07 Oct 2020 03:09:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/318612#M56913</guid>
      <dc:creator>ThuongLe</dc:creator>
      <dc:date>2020-10-07T03:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Fit Y by X Spline fit color</title>
      <link>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/318613#M56914</link>
      <description>htt is my 3rd parameter&lt;BR /&gt;ht is a column name&lt;BR /&gt;&lt;BR /&gt;This is my function:&lt;BR /&gt;bivht = Function( { x_param, y_param, htt },&lt;BR /&gt;biv = Bivariate( Y( Column( y_param ) ), X( Column( x_param ) ), GroupBy( column( ht ) ),&lt;BR /&gt;&amp;lt;&amp;lt; Fit Spline( 1000, {Line Width( 2 )}));&lt;BR /&gt;rbiv = biv &amp;lt;&amp;lt; Report;&lt;BR /&gt;rbiv[Framebox( 1 )] &amp;lt;&amp;lt; {Marker Size( 3 )};&lt;BR /&gt;rbiv[Axisbox( 2 )] &amp;lt;&amp;lt; Tick Font( style( 0 ), size( 9 ) ) &amp;lt;&amp;lt; Show Major Grid( 1 ) &amp;lt;&amp;lt; Show Minor Grid( 1 ) &amp;lt;&amp;lt; Show Minor Ticks( 1 );&lt;BR /&gt;rbiv[Axisbox( 1 )] &amp;lt;&amp;lt; Tick Font( style( 0 ), size( 9 ) ) &amp;lt;&amp;lt; Show Major Grid( 1 ) &amp;lt;&amp;lt; Show Minor Grid( 1 ) &amp;lt;&amp;lt; Show Minor Ticks( 1 );&lt;BR /&gt;rbiv[TextEditBox( 2 )] &amp;lt;&amp;lt; Set Font Size( 10 ) &amp;lt;&amp;lt; Set Font Style( "Bold" );&lt;BR /&gt;rbiv[TextEditBox( 1 )] &amp;lt;&amp;lt; Set Font Size( 10 ) &amp;lt;&amp;lt; Set Font Style( "Bold" );&lt;BR /&gt;rbiv[Outline Box( 1 )] &amp;lt;&amp;lt; Set Title( y_param||" by "||x_param );&lt;BR /&gt;rbiv["Smoothing Spline Fit, lambda=1000 ?"] &amp;lt;&amp;lt; Close All Like This;&lt;BR /&gt;rbiv[Framebox( 1 )] &amp;lt;&amp;lt; Row Legend( Column( ht ), Color( 1 ), Marker( 0 ), Color Theme("JMP Default"), Continuous Scale( 0 ) );&lt;BR /&gt;rbiv[BorderBox(2)] &amp;lt;&amp;lt; Delete;&lt;BR /&gt;pbiv = rbiv[OutlineBox( 1 )] &amp;lt;&amp;lt; get picture;&lt;BR /&gt;);&lt;BR /&gt;&lt;BR /&gt;This is how I call my function:&lt;BR /&gt;lb = LineupBox(NCol(4));&lt;BR /&gt;For(j=1, j&amp;lt;=nitems( xparam ), j++,&lt;BR /&gt;bivht( xparam[j], yparam[j], h );&lt;BR /&gt;lb &amp;lt;&amp;lt; append(pbiv);&lt;BR /&gt;biv &amp;lt;&amp;lt; Close Window;&lt;BR /&gt;);&lt;BR /&gt;ppt9 &amp;lt;&amp;lt; append(lb &amp;lt;&amp;lt; get picture);</description>
      <pubDate>Wed, 07 Oct 2020 03:11:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Fit-Y-by-X-Spline-fit-color/m-p/318613#M56914</guid>
      <dc:creator>UserID16644</dc:creator>
      <dc:date>2020-10-07T03:11:06Z</dc:date>
    </item>
  </channel>
</rss>

