<?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 plot spline un-selected faded in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Bivariate-plot-spline-un-selected-faded/m-p/484997#M72912</link>
    <description>&lt;P&gt;Looks amazing&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26363"&gt;@ErraticAttack&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd appreciate if you could share your script.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Sun, 08 May 2022 12:00:34 GMT</pubDate>
    <dc:creator>Tomer9w</dc:creator>
    <dc:date>2022-05-08T12:00:34Z</dc:date>
    <item>
      <title>Bivariate plot spline un-selected faded</title>
      <link>https://community.jmp.com/t5/Discussions/Bivariate-plot-spline-un-selected-faded/m-p/483328#M72768</link>
      <description>&lt;P&gt;Is there a way to make &lt;U&gt;all un-selected splines faded&lt;/U&gt;? in a bivariate plot!&lt;/P&gt;&lt;P&gt;The default is same as pre-selection.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 00:48:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bivariate-plot-spline-un-selected-faded/m-p/483328#M72768</guid>
      <dc:creator>Tomer9w</dc:creator>
      <dc:date>2023-06-09T00:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Bivariate plot spline un-selected faded</title>
      <link>https://community.jmp.com/t5/Discussions/Bivariate-plot-spline-un-selected-faded/m-p/483378#M72776</link>
      <description>&lt;P&gt;You'll have to do this manually -- JMP does not give an automatic handle to this.&amp;nbsp; I use &lt;CODE class=" language-jsl"&gt;Spline Coef()&lt;/CODE&gt; and &lt;CODE class=" language-jsl"&gt;Spline Eval()&lt;/CODE&gt; to generate the spline points, then use a graphics script to draw the lines and add a handle to the legend box.&lt;/P&gt;</description>
      <pubDate>Sun, 01 May 2022 18:54:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bivariate-plot-spline-un-selected-faded/m-p/483378#M72776</guid>
      <dc:creator>ErraticAttack</dc:creator>
      <dc:date>2022-05-01T18:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Bivariate plot spline un-selected faded</title>
      <link>https://community.jmp.com/t5/Discussions/Bivariate-plot-spline-un-selected-faded/m-p/483401#M72780</link>
      <description>&lt;P&gt;go to analyze &amp;gt; fit y by x &amp;gt; then input y and x variables in contextual&amp;nbsp;&lt;/P&gt;&lt;P&gt;then&amp;nbsp;follow the next photo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 01 May 2022 22:43:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bivariate-plot-spline-un-selected-faded/m-p/483401#M72780</guid>
      <dc:creator>Raaed</dc:creator>
      <dc:date>2022-05-01T22:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Bivariate plot spline un-selected faded</title>
      <link>https://community.jmp.com/t5/Discussions/Bivariate-plot-spline-un-selected-faded/m-p/483458#M72791</link>
      <description>&lt;P&gt;Do you have a set up like this example, where the Group by menu command sets up groups of data before using the Fit Flexible command?&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="splines.PNG" style="width: 408px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/42156iB3CA1FB7647ABE19/image-size/large?v=v2&amp;amp;px=999" role="button" title="splines.PNG" alt="splines.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, then I do mot know what you mean by selected or un-selected splines. There is no way to select one of the fitted groups.&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 13:38:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bivariate-plot-spline-un-selected-faded/m-p/483458#M72791</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2022-05-02T13:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Bivariate plot spline un-selected faded</title>
      <link>https://community.jmp.com/t5/Discussions/Bivariate-plot-spline-un-selected-faded/m-p/483476#M72798</link>
      <description>&lt;P&gt;I believe that it is a pretty common situation when looking at a large number of trendlines (perhaps you have 50 tools all running the same process and are comparing defectivity vs. tool) that you'd want to be able to highlight a specific trend.&amp;nbsp; The natural way of doing this is by selecting the trend in the legend, but this only emphasizes the&amp;nbsp;&lt;EM&gt;points&lt;/EM&gt;, not the lines.&amp;nbsp; I've created a custom script that does this and I believe this is what the OP is asking about.&amp;nbsp; Below is a comparison of my solution vs. a standard Row Legend behavior on some fake data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The second plot here (the default behavior) is mostly useless w/re to comparing anything about the trendlines&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="ErraticAttach_1-1651512404478.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/42162iC79B77A5D84588CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ErraticAttach_1-1651512404478.png" alt="ErraticAttach_1-1651512404478.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="ErraticAttach_2-1651512716686.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/42163i2EB7B17196F446A4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ErraticAttach_2-1651512716686.png" alt="ErraticAttach_2-1651512716686.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JMP provides all the tool necessary to do this -- Spline Eval, Spline Coef, and handlers to the TableBox object to re-draw the lines when the legend selection is updated, but it can be a bit of a chore to setup initially.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 17:36:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bivariate-plot-spline-un-selected-faded/m-p/483476#M72798</guid>
      <dc:creator>ErraticAttack</dc:creator>
      <dc:date>2022-05-02T17:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bivariate plot spline un-selected faded</title>
      <link>https://community.jmp.com/t5/Discussions/Bivariate-plot-spline-un-selected-faded/m-p/484997#M72912</link>
      <description>&lt;P&gt;Looks amazing&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26363"&gt;@ErraticAttack&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd appreciate if you could share your script.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 08 May 2022 12:00:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bivariate-plot-spline-un-selected-faded/m-p/484997#M72912</guid>
      <dc:creator>Tomer9w</dc:creator>
      <dc:date>2022-05-08T12:00:34Z</dc:date>
    </item>
  </channel>
</rss>

