<?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: Adding a Horizontal Reference Line With Color and Thickness Adjustment in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Adding-a-Horizontal-Reference-Line-With-Color-and-Thickness/m-p/419248#M66826</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You will need to add a couple of commands before the H Line (Y) command:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Pen size (3) (or any size in pixel you would like)&lt;/LI&gt;
&lt;LI&gt;Pen color (blue) (or whatever color recognized by JMP)&lt;/LI&gt;
&lt;LI&gt;Line Style ("Dotted") (or "Solid", "Dashed")&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I hope it helps.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;</description>
    <pubDate>Mon, 20 Sep 2021 01:23:06 GMT</pubDate>
    <dc:creator>Thierry_S</dc:creator>
    <dc:date>2021-09-20T01:23:06Z</dc:date>
    <item>
      <title>Adding a Horizontal Reference Line With Color and Thickness Adjustment</title>
      <link>https://community.jmp.com/t5/Discussions/Adding-a-Horizontal-Reference-Line-With-Color-and-Thickness/m-p/419234#M66823</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am novice user of JMP. When creating a graph, I know I can add a horizontal line using this method:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Right-click in one of the plots and select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Customize&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Add&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(plus sign).&lt;/LI&gt;&lt;LI&gt;Type&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;H Line( Y )&lt;/STRONG&gt;, where the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Y&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;argument is the value for the reference line.&lt;/LI&gt;&lt;LI&gt;Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;OK&lt;/STRONG&gt;.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;But what is the script for choosing thickness and how do I change the color of that line.&lt;/P&gt;&lt;P&gt;Right now, I have thin black line:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HCC_0-1632099471943.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/35931i392091E4DD483E15/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HCC_0-1632099471943.png" alt="HCC_0-1632099471943.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 19:56:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Adding-a-Horizontal-Reference-Line-With-Color-and-Thickness/m-p/419234#M66823</guid>
      <dc:creator>HCC</dc:creator>
      <dc:date>2023-06-09T19:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Horizontal Reference Line With Color and Thickness Adjustment</title>
      <link>https://community.jmp.com/t5/Discussions/Adding-a-Horizontal-Reference-Line-With-Color-and-Thickness/m-p/419244#M66825</link>
      <description>&lt;P&gt;Add:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Pen Size( 2 );
Pen Color( red );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;with of course your thickness and color.&lt;/P&gt;
&lt;P&gt;These commands are all documented in the Scripting Guide and Scripting Index.&lt;/P&gt;
&lt;P&gt;I strongly suggest you read the Scripting Guide, and that you familiarize yourself with the Scripting Index.&amp;nbsp; It will make your journey into JMP fare more pleasant and more productive.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 01:22:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Adding-a-Horizontal-Reference-Line-With-Color-and-Thickness/m-p/419244#M66825</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-09-20T01:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Horizontal Reference Line With Color and Thickness Adjustment</title>
      <link>https://community.jmp.com/t5/Discussions/Adding-a-Horizontal-Reference-Line-With-Color-and-Thickness/m-p/419248#M66826</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You will need to add a couple of commands before the H Line (Y) command:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Pen size (3) (or any size in pixel you would like)&lt;/LI&gt;
&lt;LI&gt;Pen color (blue) (or whatever color recognized by JMP)&lt;/LI&gt;
&lt;LI&gt;Line Style ("Dotted") (or "Solid", "Dashed")&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I hope it helps.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 01:23:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Adding-a-Horizontal-Reference-Line-With-Color-and-Thickness/m-p/419248#M66826</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2021-09-20T01:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Horizontal Reference Line With Color and Thickness Adjustment</title>
      <link>https://community.jmp.com/t5/Discussions/Adding-a-Horizontal-Reference-Line-With-Color-and-Thickness/m-p/419256#M66827</link>
      <description>&lt;P&gt;Thanks for solution. I'll take a look at the scripting guide.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 01:29:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Adding-a-Horizontal-Reference-Line-With-Color-and-Thickness/m-p/419256#M66827</guid>
      <dc:creator>HCC</dc:creator>
      <dc:date>2021-09-20T01:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Horizontal Reference Line With Color and Thickness Adjustment</title>
      <link>https://community.jmp.com/t5/Discussions/Adding-a-Horizontal-Reference-Line-With-Color-and-Thickness/m-p/419257#M66828</link>
      <description>&lt;P&gt;Thank you for your solution.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 01:29:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Adding-a-Horizontal-Reference-Line-With-Color-and-Thickness/m-p/419257#M66828</guid>
      <dc:creator>HCC</dc:creator>
      <dc:date>2021-09-20T01:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Horizontal Reference Line With Color and Thickness Adjustment</title>
      <link>https://community.jmp.com/t5/Discussions/Adding-a-Horizontal-Reference-Line-With-Color-and-Thickness/m-p/419310#M66832</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/31973"&gt;@HCC&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;This is more for your own information and for those who do not script.&amp;nbsp; You can add a reference line by right clicking on the axis of choice and select Axis Settings.&amp;nbsp; The lower right corner of the UI is dedicated to adding reference lines including thickness and color.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;Bill&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 12:22:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Adding-a-Horizontal-Reference-Line-With-Color-and-Thickness/m-p/419310#M66832</guid>
      <dc:creator>Bill_Worley</dc:creator>
      <dc:date>2021-09-20T12:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Horizontal Reference Line With Color and Thickness Adjustment</title>
      <link>https://community.jmp.com/t5/Discussions/Adding-a-Horizontal-Reference-Line-With-Color-and-Thickness/m-p/419417#M66837</link>
      <description>&lt;P&gt;Plus,&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/31973"&gt;@HCC&lt;/a&gt;&amp;nbsp;, re: Bill&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/4767"&gt;@Bill_Worley&lt;/a&gt;&amp;nbsp;descibiing interactive approach, please remember that most of what you do interactively you can save to script and then edit/incorproate the saved JSL into other scripts.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 15:01:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Adding-a-Horizontal-Reference-Line-With-Color-and-Thickness/m-p/419417#M66837</guid>
      <dc:creator>gail_massari</dc:creator>
      <dc:date>2021-09-20T15:01:59Z</dc:date>
    </item>
  </channel>
</rss>

