<?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: Make 'smoother' lines transparent in Graph Builder? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Make-smoother-lines-transparent-in-Graph-Builder/m-p/59533#M32653</link>
    <description>&lt;P&gt;Erik,&lt;/P&gt;&lt;P&gt;Regarding widening the lines all at once, try this, assuming the reference variable for your graph builder is called gb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;_xx = gb &amp;lt;&amp;lt; Xpath("//LineSeg");&lt;/P&gt;&lt;P&gt;&amp;nbsp;_xx &amp;lt;&amp;lt; Line Width(3);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One method to view one line (one overlay variable) at a time is to add a Local Data Filter.&amp;nbsp; The only problem I saw was the line and symbol colors are not maintained in the few examples I tried.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is a script from Chapter 7 of our book, demonstrating interactive graphs.&amp;nbsp; This script enhances a graphbuilder plot that has a many level overlay variable,&amp;nbsp; U. S. states.&amp;nbsp; The enhancements include:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;a scrollable legend, so the legend box is not taller than the graph, and&lt;/LI&gt;&lt;LI&gt;a mousebox, that hides all but the state of interest; when the mouse is hovered near a state's name in the legend, only that state's curve/points are displayed.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I modified the book example with the JSL shown above, that is, it is modified to have wide lines.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jun 2018 06:24:02 GMT</pubDate>
    <dc:creator>gzmorgan0</dc:creator>
    <dc:date>2018-06-07T06:24:02Z</dc:date>
    <item>
      <title>Make 'smoother' lines transparent in Graph Builder?</title>
      <link>https://community.jmp.com/t5/Discussions/Make-smoother-lines-transparent-in-Graph-Builder/m-p/59513#M32643</link>
      <description>&lt;P&gt;As the subject says, is there any way to make the "smoother" lines in Graph Builder transparent? Right-click &amp;gt; Graph &amp;gt; Transparency... only affects the points, not the lines.&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="example.png" style="width: 641px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/11005i73FBC96A7D9D1913/image-size/large?v=v2&amp;amp;px=999" role="button" title="example.png" alt="example.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to be able to build a graph with hundreds of lines overlaid, and make those lines transparent so that they are not overplotted and it's easier to see the "distribution" of trends.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Likewise, is there a way to change the line width/style of all the lines at once? You can change individual lines in the Customize... window, but that is infeasible for hundreds or thousands of lines.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently using JMP 13.2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 20:58:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Make-smoother-lines-transparent-in-Graph-Builder/m-p/59513#M32643</guid>
      <dc:creator>ErikSwan</dc:creator>
      <dc:date>2018-06-06T20:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Make 'smoother' lines transparent in Graph Builder?</title>
      <link>https://community.jmp.com/t5/Discussions/Make-smoother-lines-transparent-in-Graph-Builder/m-p/59527#M32648</link>
      <description>&lt;P&gt;You can right click on the smoother legend and select Transparency, to change it&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="transparent.PNG" style="width: 940px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/11006iA54A8D8D73C6A431/image-size/large?v=v2&amp;amp;px=999" role="button" title="transparent.PNG" alt="transparent.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 01:17:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Make-smoother-lines-transparent-in-Graph-Builder/m-p/59527#M32648</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-06-07T01:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Make 'smoother' lines transparent in Graph Builder?</title>
      <link>https://community.jmp.com/t5/Discussions/Make-smoother-lines-transparent-in-Graph-Builder/m-p/59533#M32653</link>
      <description>&lt;P&gt;Erik,&lt;/P&gt;&lt;P&gt;Regarding widening the lines all at once, try this, assuming the reference variable for your graph builder is called gb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;_xx = gb &amp;lt;&amp;lt; Xpath("//LineSeg");&lt;/P&gt;&lt;P&gt;&amp;nbsp;_xx &amp;lt;&amp;lt; Line Width(3);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One method to view one line (one overlay variable) at a time is to add a Local Data Filter.&amp;nbsp; The only problem I saw was the line and symbol colors are not maintained in the few examples I tried.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is a script from Chapter 7 of our book, demonstrating interactive graphs.&amp;nbsp; This script enhances a graphbuilder plot that has a many level overlay variable,&amp;nbsp; U. S. states.&amp;nbsp; The enhancements include:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;a scrollable legend, so the legend box is not taller than the graph, and&lt;/LI&gt;&lt;LI&gt;a mousebox, that hides all but the state of interest; when the mouse is hovered near a state's name in the legend, only that state's curve/points are displayed.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I modified the book example with the JSL shown above, that is, it is modified to have wide lines.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 06:24:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Make-smoother-lines-transparent-in-Graph-Builder/m-p/59533#M32653</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2018-06-07T06:24:02Z</dc:date>
    </item>
  </channel>
</rss>

