<?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: Unbiased bisector on Scatter plot in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Unbiased-bisector-on-Scatter-plot/m-p/826293#M100717</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN&gt;Jarmo&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jan 2025 05:47:15 GMT</pubDate>
    <dc:creator>Jacovz</dc:creator>
    <dc:date>2025-01-08T05:47:15Z</dc:date>
    <item>
      <title>Unbiased bisector on Scatter plot</title>
      <link>https://community.jmp.com/t5/Discussions/Unbiased-bisector-on-Scatter-plot/m-p/826281#M100715</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;Is there a way to plot the 1:1 bisector on a scatter plot. I have plotted the fit line but i want the 1:1 bisector to show potential bias in the data.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jacovz_0-1736306064851.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/71746iA225B98B0B80489C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jacovz_0-1736306064851.png" alt="Jacovz_0-1736306064851.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 03:14:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unbiased-bisector-on-Scatter-plot/m-p/826281#M100715</guid>
      <dc:creator>Jacovz</dc:creator>
      <dc:date>2025-01-08T03:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unbiased bisector on Scatter plot</title>
      <link>https://community.jmp.com/t5/Discussions/Unbiased-bisector-on-Scatter-plot/m-p/826292#M100716</link>
      <description>&lt;P&gt;You can use graphic scripts to add extra lines to your graphs. For example line built using&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;CODE class=" language-jsl"&gt;Line({X Origin(), Y Origin()}, {X Origin() + X Range(), Y Origin() + Y Range()});&lt;/CODE&gt;&amp;nbsp;will go from bottom left to top right and you can replace X Origin()... and so on with your own values as needed&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); 

dt = open("$SAMPLE_DATA/Big Class.jmp");

gb = dt &amp;lt;&amp;lt; Graph Builder(
	Variables(X(:weight), Y(:height), Overlay(:sex)),
	Elements(Points(X, Y, Legend(9)))
);

Report(gb)[FrameBox(1)] &amp;lt;&amp;lt; Add Graphics Script(
	Pen Color("Blue");
	Pen Size(1);
	Line({X Origin(), Y Origin()}, {X Origin() + X Range(), Y Origin() + Y Range()});
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1736314626185.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/71747i9E5F16F2AB20718E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1736314626185.png" alt="jthi_0-1736314626185.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 05:38:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unbiased-bisector-on-Scatter-plot/m-p/826292#M100716</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-01-08T05:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unbiased bisector on Scatter plot</title>
      <link>https://community.jmp.com/t5/Discussions/Unbiased-bisector-on-Scatter-plot/m-p/826293#M100717</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN&gt;Jarmo&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 05:47:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unbiased-bisector-on-Scatter-plot/m-p/826293#M100717</guid>
      <dc:creator>Jacovz</dc:creator>
      <dc:date>2025-01-08T05:47:15Z</dc:date>
    </item>
  </channel>
</rss>

