<?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: Graph Builder: Add 1:1 Line in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/41857#M24417</link>
    <description>&lt;P&gt;Dang Mark,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's a sweet solution. &amp;nbsp;I've never drilled around that part of GB before and I now see lots of other capabilities I can add to my graphs. &amp;nbsp;Thanks for sharing the tip.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2017 15:49:46 GMT</pubDate>
    <dc:creator>terapin</dc:creator>
    <dc:date>2017-07-12T15:49:46Z</dc:date>
    <item>
      <title>Graph Builder: Add 1:1 Line</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/41806#M24383</link>
      <description>&lt;P&gt;Does anyone know how to add a 1:1 line to Graph Builder? &amp;nbsp;In the platform Fit Y by X there was a way to both fit the displayed data and show a 1:1 line. &amp;nbsp;I can't find how to do that in GB. &amp;nbsp;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 18:51:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/41806#M24383</guid>
      <dc:creator>terapin</dc:creator>
      <dc:date>2017-07-11T18:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Add 1:1 Line</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/41823#M24395</link>
      <description>&lt;OL&gt;
&lt;LI&gt;Right-click on the canvas and select Customize.&lt;/LI&gt;
&lt;LI&gt;Click Add.&lt;/LI&gt;
&lt;LI&gt;Click Template and select Y Function.&lt;/LI&gt;
&lt;LI&gt;Change the function arguments to ( x, x ).&lt;/LI&gt;
&lt;LI&gt;Click OK.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 11 Jul 2017 23:56:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/41823#M24395</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2017-07-11T23:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Add 1:1 Line</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/41857#M24417</link>
      <description>&lt;P&gt;Dang Mark,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's a sweet solution. &amp;nbsp;I've never drilled around that part of GB before and I now see lots of other capabilities I can add to my graphs. &amp;nbsp;Thanks for sharing the tip.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 15:49:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/41857#M24417</guid>
      <dc:creator>terapin</dc:creator>
      <dc:date>2017-07-12T15:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Add 1:1 Line</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/41869#M24419</link>
      <description>&lt;P&gt;In fact, the templates are just a convenience for new users. You can enter any graphics script you want and it will be evaluated by the frame box that is used for the canvas in Graph Builder.&lt;/P&gt;
&lt;P&gt;The Customize command works in all of the frame box objects that are used&amp;nbsp;to make plots in JMP...&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 16:46:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/41869#M24419</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2017-07-12T16:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Add 1:1 Line</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/42488#M24685</link>
      <description>Can you add a reference line like this in graph builder based on an equation? I have tried this but get an error. Y Function(y=350E^(-0.01*x));</description>
      <pubDate>Tue, 25 Jul 2017 14:50:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/42488#M24685</guid>
      <dc:creator>gridge</dc:creator>
      <dc:date>2017-07-25T14:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Add 1:1 Line</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/42490#M24687</link>
      <description>&lt;P&gt;You are missing the second argument that indicates the independent variable (x) in the formula. The first&amp;nbsp;argument should be the valid expression for the function computation, not&amp;nbsp;an equation.&lt;/P&gt;
&lt;P&gt;It should look like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Y Function( 350*Exp(-0.01*x), x );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Jul 2017 16:06:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/42490#M24687</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2017-07-25T16:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Add 1:1 Line</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/240594#M47541</link>
      <description>&lt;P&gt;Thank you for the answer. I have a question on how to label that line in the graph. How do you do it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to change the properties of the lines i.e. make it thicker, make it dotted, etc.?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you. :D&lt;/img&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 03:08:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/240594#M47541</guid>
      <dc:creator>harirzharfan19</dc:creator>
      <dc:date>2020-01-09T03:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Add 1:1 Line</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/240595#M47542</link>
      <description>&lt;P&gt;You should look in the Scripting Index under the Graphics() category.&amp;nbsp; There you will find Text(), Pen Size() etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; Help==&amp;gt;Scripting Index&lt;/P&gt;
&lt;P&gt;There is also examples and documentation in the Scripting Guide&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; Help==&amp;gt;JMP Documentation Library==&amp;gt;Scripting Guide&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Scripting Graphs&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 04:24:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/240595#M47542</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-01-09T04:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Add 1:1 Line</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/240666#M47555</link>
      <description>&lt;P&gt;You can interactively change some of these characteristics by right-clicking in the plot frame and select &lt;STRONG&gt;Customize&lt;/STRONG&gt;. The elements are listed on the left. For example, select a Line element and then the properties, for example thickness and color, appear on the right side where they can be changed.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 18:22:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/240666#M47555</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2020-01-09T18:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Add 1:1 Line</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/336783#M58422</link>
      <description>&lt;P&gt;How about to put a slope limit for example +-3%. How can I do that?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 02:01:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/336783#M58422</guid>
      <dc:creator>JeffO</dc:creator>
      <dc:date>2020-11-24T02:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Add 1:1 Line</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/336791#M58424</link>
      <description>gotcha, need to put 0.97x, x and 1.03x, x</description>
      <pubDate>Tue, 24 Nov 2020 02:42:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/336791#M58424</guid>
      <dc:creator>JeffO</dc:creator>
      <dc:date>2020-11-24T02:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Add 1:1 Line</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/794676#M97143</link>
      <description>&lt;P&gt;1:1 line - now available at a single mouse click via&amp;nbsp;&lt;LI-MESSAGE title="Graph Builder Toolbar" uid="565466" url="https://community.jmp.com/t5/JMP-Add-Ins/Graph-Builder-Toolbar/m-p/565466#U565466" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1725395091829.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67857iEEC1CE4DBB209453/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1725395091829.png" alt="hogi_0-1725395091829.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 20:24:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Add-1-1-Line/m-p/794676#M97143</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-09-03T20:24:59Z</dc:date>
    </item>
  </channel>
</rss>

