<?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: JMP &amp;gt; Graph Builder &amp;gt; Customize &amp;gt; Set Arrowhead syntax? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-gt-Graph-Builder-gt-Customize-gt-Set-Arrowhead-syntax/m-p/482864#M72720</link>
    <description>&lt;P&gt;Seems like Arrowhead() is related to Line Seg(). Maybe you have to plot to arrows in opposite directions to get what you want in graph builder:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Pen Size(4);
Arrow([10 30 10], [88 22 88]);&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-1651162483268.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/42089i61A325F6F4DAE5BB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1651162483268.png" alt="jthi_0-1651162483268.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Apr 2022 16:14:50 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2022-04-28T16:14:50Z</dc:date>
    <item>
      <title>JMP &gt; Graph Builder &gt; Customize &gt; Set Arrowhead syntax?</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-gt-Graph-Builder-gt-Customize-gt-Set-Arrowhead-syntax/m-p/482822#M72716</link>
      <description>&lt;P&gt;Hi JMP Community,&lt;/P&gt;
&lt;P&gt;I stumbled on a simple problem that I cannot resolve: I would like to draw two-headed arrows in a Graph Builder plot via the Customize option.&lt;/P&gt;
&lt;P&gt;Specifically, using the Arrow () function, I can only get single-headed arrows and the Set Arrowhead () command is not recognized (see script below).&lt;/P&gt;
&lt;P&gt;I also tried to modify a V line segment, but the Set Arrowhead () command does not work either. Hence, I believe that the Arrow and V Line objects are not directly modifiable, and I would need your help to figure out the proper syntax to make it work.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Pen Color( red );
Ar1 = Arrow( {4, 0.035}, {4, 0.1} );
Ar1 &amp;lt;&amp;lt; Set Arrowhead ("Both"); // Does not work

Seg1 = V Line (4, 0.035, 0.1);
Seg1 &amp;lt;&amp;lt; Set Arrowhead ("Both"); // Does not work&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Any hints would be appreciated.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:24:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-gt-Graph-Builder-gt-Customize-gt-Set-Arrowhead-syntax/m-p/482822#M72716</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2023-06-11T11:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: JMP &gt; Graph Builder &gt; Customize &gt; Set Arrowhead syntax?</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-gt-Graph-Builder-gt-Customize-gt-Set-Arrowhead-syntax/m-p/482864#M72720</link>
      <description>&lt;P&gt;Seems like Arrowhead() is related to Line Seg(). Maybe you have to plot to arrows in opposite directions to get what you want in graph builder:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Pen Size(4);
Arrow([10 30 10], [88 22 88]);&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-1651162483268.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/42089i61A325F6F4DAE5BB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1651162483268.png" alt="jthi_0-1651162483268.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 16:14:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-gt-Graph-Builder-gt-Customize-gt-Set-Arrowhead-syntax/m-p/482864#M72720</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-04-28T16:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: JMP &gt; Graph Builder &gt; Customize &gt; Set Arrowhead syntax?</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-gt-Graph-Builder-gt-Customize-gt-Set-Arrowhead-syntax/m-p/482917#M72723</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We think alike: it is the workaround I decided to use, but I am still curious about the possibility of modifying Graphics Script elements. It looks like in the plot structure, the added arrows are not reported as an element.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;TS&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 16:52:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-gt-Graph-Builder-gt-Customize-gt-Set-Arrowhead-syntax/m-p/482917#M72723</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2022-04-28T16:52:52Z</dc:date>
    </item>
  </channel>
</rss>

