<?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: How to make a scatter line plot instead of the scatter dot plot in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-make-a-scatter-line-plot-instead-of-the-scatter-dot-plot/m-p/704633#M88884</link>
    <description>&lt;P&gt;Hi Peng,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't want to plot the mean as the line plot, I would like to plot each part as a line plot without using part color overlay. Anyway, I will re-open this question in another thread to better describe my question. Thank you for looking into it.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Dec 2023 04:53:13 GMT</pubDate>
    <dc:creator>TDK_Long</dc:creator>
    <dc:date>2023-12-01T04:53:13Z</dc:date>
    <item>
      <title>How to make a scatter line plot instead of the scatter dot plot</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-a-scatter-line-plot-instead-of-the-scatter-dot-plot/m-p/704512#M88868</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a data table with the data of 5 parts, how can I make the line plot instead of the dot plot shown below. The dot plot looks broken and think a smooth line replace those dots would be preferred in my case. I am attaching the data table and appreciate if you can paste a JSL to enable the line plot. Thank you.&amp;nbsp;&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="Dot plot - example.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59171i39AC50F51204DDDD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Dot plot - example.png" alt="Dot plot - example.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 23:47:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-a-scatter-line-plot-instead-of-the-scatter-dot-plot/m-p/704512#M88868</guid>
      <dc:creator>TDK_Long</dc:creator>
      <dc:date>2023-11-30T23:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a scatter line plot instead of the scatter dot plot</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-a-scatter-line-plot-instead-of-the-scatter-dot-plot/m-p/704548#M88869</link>
      <description>&lt;P&gt;Not sure whether the following is what you want to achieve:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="peng_liu_0-1701389869374.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59173iF93B4F3CB9E965B1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="peng_liu_0-1701389869374.png" alt="peng_liu_0-1701389869374.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is Gain vs Freq, overlaid by Part. To get it interactively, assuming you are using Graph Builder, select the Lines icons (in yellow), and grab and drop Part to "overlay" (in green).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="peng_liu_1-1701389969049.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59174i5C02C6A5796F72D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="peng_liu_1-1701389969049.png" alt="peng_liu_1-1701389969049.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And this is the resulting codes:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size( 533, 456 ),
	Show Control Panel( 0 ),
	Variables( X( :Freq ), Y( :Gain ), Overlay( :Part ) ),
	Elements( Line( X, Y, Legend( 9 ) ) )
);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Dec 2023 00:20:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-a-scatter-line-plot-instead-of-the-scatter-dot-plot/m-p/704548#M88869</guid>
      <dc:creator>peng_liu</dc:creator>
      <dc:date>2023-12-01T00:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a scatter line plot instead of the scatter dot plot</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-a-scatter-line-plot-instead-of-the-scatter-dot-plot/m-p/704558#M88870</link>
      <description>&lt;P&gt;Hi Peng,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you. But when I look at it closely, this is not what I am looking for. I know how to do the part-to-part overlay and then the line plot like what you recommended. My case is that we don't want to overlay the parts, we have other "type" to overlay. For example, we will have modeling result and testing result which has 5 parts, and we would like to overlay the modeling and testing with different color, and we would like to make a line plot in my original post. Please help advise it. Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 00:36:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-a-scatter-line-plot-instead-of-the-scatter-dot-plot/m-p/704558#M88870</guid>
      <dc:creator>TDK_Long</dc:creator>
      <dc:date>2023-12-01T00:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a scatter line plot instead of the scatter dot plot</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-a-scatter-line-plot-instead-of-the-scatter-dot-plot/m-p/704566#M88872</link>
      <description>&lt;P&gt;If you want each part has its own line, then overlay is necessary. I guess you might have already tried to remove overlay, and the result is an average of all parts:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="peng_liu_0-1701392202337.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59178i4BD014FA100E77A5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="peng_liu_0-1701392202337.png" alt="peng_liu_0-1701392202337.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If only different colors bother you, maybe you can try changing to a single color, and over lay other things with other colors:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="peng_liu_1-1701392269688.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59179i349DE7BFA5AB4535/image-size/medium?v=v2&amp;amp;px=400" role="button" title="peng_liu_1-1701392269688.png" alt="peng_liu_1-1701392269688.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 00:57:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-a-scatter-line-plot-instead-of-the-scatter-dot-plot/m-p/704566#M88872</guid>
      <dc:creator>peng_liu</dc:creator>
      <dc:date>2023-12-01T00:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a scatter line plot instead of the scatter dot plot</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-a-scatter-line-plot-instead-of-the-scatter-dot-plot/m-p/704633#M88884</link>
      <description>&lt;P&gt;Hi Peng,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't want to plot the mean as the line plot, I would like to plot each part as a line plot without using part color overlay. Anyway, I will re-open this question in another thread to better describe my question. Thank you for looking into it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 04:53:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-a-scatter-line-plot-instead-of-the-scatter-dot-plot/m-p/704633#M88884</guid>
      <dc:creator>TDK_Long</dc:creator>
      <dc:date>2023-12-01T04:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a scatter line plot instead of the scatter dot plot</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-a-scatter-line-plot-instead-of-the-scatter-dot-plot/m-p/704956#M88940</link>
      <description>&lt;P&gt;Another try, but you need to change data format. I attach the needed data format. It is obtained by Split:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="peng_liu_0-1701469999472.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59211i3C49BBAA32F68E65/image-size/large?v=v2&amp;amp;px=999" role="button" title="peng_liu_0-1701469999472.png" alt="peng_liu_0-1701469999472.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then put all "part" columns to Y, and "freq" to X, and get this. And you can certain change legend colors if you don't want different colors.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="peng_liu_1-1701470069922.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59212iD4721367CE530F94/image-size/large?v=v2&amp;amp;px=999" role="button" title="peng_liu_1-1701470069922.png" alt="peng_liu_1-1701470069922.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 22:35:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-a-scatter-line-plot-instead-of-the-scatter-dot-plot/m-p/704956#M88940</guid>
      <dc:creator>peng_liu</dc:creator>
      <dc:date>2023-12-01T22:35:06Z</dc:date>
    </item>
  </channel>
</rss>

