<?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: edit spline line in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/edit-spline-line/m-p/57800#M32164</link>
    <description>&lt;P&gt;My recommendation is to use GraphBuilder to create your display. By default, when the legend is selected, the group and associated elements (points, line, splines, etc.) are selected.&lt;/P&gt;&lt;P&gt;Try this and select F or M to see the behavior.&amp;nbsp; Of course GraphBuilder structure is a bit more complex compared to Bivariate.&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 );
Open( "$SAMPLE_DATA/Big Class.jmp" );
gb = dt &amp;lt;&amp;lt; 
	 Graph Builder(
		Size( 534, 454 ),
		Show Control Panel( 0 ),
		Variables( X( :height ), Y( :weight ), Overlay( :sex ) ),
		Elements( Points( X, Y, Legend( 13 ) ), Smoother( X, Y, Legend( 14 ) ) )
	);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If you are using Bivariate, when you select a group, I suggest you change the selected spline to be wider (2 or 3), and change the other unselected splines to width 1 and modify the color. For example, for each color define an unselected color, such as, for medium dark blue, {0, 0, 221},&amp;nbsp; define its unselected color as&amp;nbsp; {170, 197, 253}, lighter with some graying.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 May 2018 18:39:52 GMT</pubDate>
    <dc:creator>gzmorgan0</dc:creator>
    <dc:date>2018-05-21T18:39:52Z</dc:date>
    <item>
      <title>edit spline line</title>
      <link>https://community.jmp.com/t5/Discussions/edit-spline-line/m-p/57773#M32151</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I searched for an answer before, but I couldn't find a solution.&lt;/P&gt;&lt;P&gt;I have a chart and a row legend and splines, I want that by clicking on one of the legends his spline will be highlighted or will become more bold.&lt;/P&gt;&lt;P&gt;This option is possible only for the values dots by clicking-&amp;gt;&amp;gt; Marker Selection Mode-&amp;gt;&amp;gt; "Unselected Faded" inside the chart option.&lt;/P&gt;&lt;P&gt;I want to write a script, but I couldn't find a way to edit the fit spline of the chart (for example- when clicking on one option in the legend the color of all the splines will change except the one spline that the user choose).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 12:41:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/edit-spline-line/m-p/57773#M32151</guid>
      <dc:creator>shiro</dc:creator>
      <dc:date>2018-05-21T12:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: edit spline line</title>
      <link>https://community.jmp.com/t5/Discussions/edit-spline-line/m-p/57800#M32164</link>
      <description>&lt;P&gt;My recommendation is to use GraphBuilder to create your display. By default, when the legend is selected, the group and associated elements (points, line, splines, etc.) are selected.&lt;/P&gt;&lt;P&gt;Try this and select F or M to see the behavior.&amp;nbsp; Of course GraphBuilder structure is a bit more complex compared to Bivariate.&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 );
Open( "$SAMPLE_DATA/Big Class.jmp" );
gb = dt &amp;lt;&amp;lt; 
	 Graph Builder(
		Size( 534, 454 ),
		Show Control Panel( 0 ),
		Variables( X( :height ), Y( :weight ), Overlay( :sex ) ),
		Elements( Points( X, Y, Legend( 13 ) ), Smoother( X, Y, Legend( 14 ) ) )
	);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If you are using Bivariate, when you select a group, I suggest you change the selected spline to be wider (2 or 3), and change the other unselected splines to width 1 and modify the color. For example, for each color define an unselected color, such as, for medium dark blue, {0, 0, 221},&amp;nbsp; define its unselected color as&amp;nbsp; {170, 197, 253}, lighter with some graying.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 18:39:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/edit-spline-line/m-p/57800#M32164</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2018-05-21T18:39:52Z</dc:date>
    </item>
  </channel>
</rss>

