<?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 connect bias points to central line? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-connect-bias-points-to-central-line/m-p/561329#M77441</link>
    <description>&lt;P&gt;There might be some problems if there are multiple values for same concentration. In that case V Line might be the easiest option. Below is one option which should work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Pen Size(1);
For Each({val, idx}, :Concentration &amp;lt;&amp;lt; Get Values,
	V Line(val, 0, :Bias[idx]);
);&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-1666891990279.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46644i657BBD26958F53AC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1666891990279.png" alt="jthi_0-1666891990279.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: In some cases it might be enough to change the bar plots summary statistic to min/max. In some cases you might have to add two bar charts, one for Min and one for Max&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Oct 2022 17:37:21 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2022-10-27T17:37:21Z</dc:date>
    <item>
      <title>How to connect bias points to central line?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-connect-bias-points-to-central-line/m-p/561287#M77434</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on some error analysis and have been asked to represent our biases in a plot graph. I have the biases plotted but was also asked about connecting each point back to "0 bias". I know I could do it with HLine for each individual point but was wondering if there was a way to accomplish the same feat using a script for all points rather than one by one. I am using JMP 16. I am also attaching a mockup version of the data for reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:28:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-connect-bias-points-to-central-line/m-p/561287#M77434</guid>
      <dc:creator>Jericson</dc:creator>
      <dc:date>2023-06-11T11:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect bias points to central line?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-connect-bias-points-to-central-line/m-p/561306#M77437</link>
      <description>&lt;P&gt;You can most likely add bar chart which is being styled as Needle. This way you won't need scripting at all&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1666891048873.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46640iF1132061743349F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1666891048873.png" alt="jthi_0-1666891048873.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and then you can add 0 as reference line if you want (and style the visuals as you want)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1666891104992.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46641iE58769A18FD8C65E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1666891104992.png" alt="jthi_1-1666891104992.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 17:18:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-connect-bias-points-to-central-line/m-p/561306#M77437</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-10-27T17:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect bias points to central line?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-connect-bias-points-to-central-line/m-p/561325#M77440</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much. Glad to see the answer was even simpler than I expected. This does exactly what I was trying to do with much less work than I was expecting.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 17:27:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-connect-bias-points-to-central-line/m-p/561325#M77440</guid>
      <dc:creator>Jericson</dc:creator>
      <dc:date>2022-10-27T17:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect bias points to central line?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-connect-bias-points-to-central-line/m-p/561329#M77441</link>
      <description>&lt;P&gt;There might be some problems if there are multiple values for same concentration. In that case V Line might be the easiest option. Below is one option which should work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Pen Size(1);
For Each({val, idx}, :Concentration &amp;lt;&amp;lt; Get Values,
	V Line(val, 0, :Bias[idx]);
);&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-1666891990279.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46644i657BBD26958F53AC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1666891990279.png" alt="jthi_0-1666891990279.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: In some cases it might be enough to change the bar plots summary statistic to min/max. In some cases you might have to add two bar charts, one for Min and one for Max&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 17:37:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-connect-bias-points-to-central-line/m-p/561329#M77441</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-10-27T17:37:21Z</dc:date>
    </item>
  </channel>
</rss>

