<?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 Plotting a line for only one variable in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Plotting-a-line-for-only-one-variable/m-p/4339#M4339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is exactly what I was looking for. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jan 2012 15:05:15 GMT</pubDate>
    <dc:creator>peterj</dc:creator>
    <dc:date>2012-01-27T15:05:15Z</dc:date>
    <item>
      <title>Plotting a line for only one variable</title>
      <link>https://community.jmp.com/t5/Discussions/Plotting-a-line-for-only-one-variable/m-p/4336#M4336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a data set in which I would like one column of data to be displayed as a line, and the other displayed as points only so I can determine where the points plot relative to my line. I know can shift one of the variables to a second y axis and get the plot I want, but if one y-axis is manipulated, the second does not move. Based off other posts it doesn't look like scripting in JMP 9 allows for detecting a change in the axis so it would be hard, or impossible to solve through a dynamic plot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to lock the two y-axis scales together? Is there some other trick that I could use to create a plot as described.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 00:10:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Plotting-a-line-for-only-one-variable/m-p/4336#M4336</guid>
      <dc:creator>peterj</dc:creator>
      <dc:date>2012-01-27T00:10:00Z</dc:date>
    </item>
    <item>
      <title>Plotting a line for only one variable</title>
      <link>https://community.jmp.com/t5/Discussions/Plotting-a-line-for-only-one-variable/m-p/4337#M4337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think graph builder can do what you're after. If you drag two variables together to the Y field you can via the contextual menues (right-click) add both a line and points and then set which variable that goes with each graph type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A script example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Courier; color: #801392;"&gt;&lt;SPAN style="color: #000000;"&gt;dt &lt;/SPAN&gt;&lt;SPAN style="color: #160091;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2800e1;"&gt;Open&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;"$SAMPLE_DATA/Big Class.jmp"&lt;SPAN style="color: #000000;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #160091;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Courier;"&gt;Graph Builder&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Variables&lt;STRONG&gt;(&lt;/STRONG&gt; X&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #160091;"&gt;:&lt;/SPAN&gt;name &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt; Y&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #160091;"&gt;:&lt;/SPAN&gt;height &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt; Y&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #160091;"&gt;:&lt;/SPAN&gt;weight&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt; Position&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #509092;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Elements&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Points&lt;STRONG&gt;(&lt;/STRONG&gt; X&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt; Y&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #509092;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG&gt;))&lt;/STRONG&gt;&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="color: #2800e1;"&gt;Line&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; X&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt; Y&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #509092;"&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Courier;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 10:31:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Plotting-a-line-for-only-one-variable/m-p/4337#M4337</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2012-01-27T10:31:25Z</dc:date>
    </item>
    <item>
      <title>Plotting a line for only one variable</title>
      <link>https://community.jmp.com/t5/Discussions/Plotting-a-line-for-only-one-variable/m-p/4338#M4338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like the data from the two columns is on the same exact scale.&amp;nbsp; If this is true, you might find it easier to stack the two columns.&amp;nbsp; Then you can easily plot all the data, color coding by the "Column 1" data and the "Column 2" data.&amp;nbsp; And you can easily exclude but not hide the "Column 2" data when you fit a line.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course I am suggesting that this be done from the Fit Y by X platform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 14:27:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Plotting-a-line-for-only-one-variable/m-p/4338#M4338</guid>
      <dc:creator>laural</dc:creator>
      <dc:date>2012-01-27T14:27:18Z</dc:date>
    </item>
    <item>
      <title>Plotting a line for only one variable</title>
      <link>https://community.jmp.com/t5/Discussions/Plotting-a-line-for-only-one-variable/m-p/4339#M4339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is exactly what I was looking for. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 15:05:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Plotting-a-line-for-only-one-variable/m-p/4339#M4339</guid>
      <dc:creator>peterj</dc:creator>
      <dc:date>2012-01-27T15:05:15Z</dc:date>
    </item>
    <item>
      <title>Plotting a line for only one variable</title>
      <link>https://community.jmp.com/t5/Discussions/Plotting-a-line-for-only-one-variable/m-p/4340#M4340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; This method works too, and I hadn't thought of it. The drawback for me is sometimes I have a multi segment line that I want plotted as straight segments and not a fitted approximation. I suppose I could make several series with it to get around that. Thanks!.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 15:12:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Plotting-a-line-for-only-one-variable/m-p/4340#M4340</guid>
      <dc:creator>peterj</dc:creator>
      <dc:date>2012-01-27T15:12:20Z</dc:date>
    </item>
  </channel>
</rss>

