<?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 How to set Axis Labels for Graph box in JMP application? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-set-Axis-Labels-for-Graph-box-in-JMP-application/m-p/52050#M29535</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using JMP application for plotting a test result. I am using the below script lines to set values to the graph,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Results1 &amp;lt;&amp;lt; Set Title ("WFM");
Result Graph &amp;lt;&amp;lt; Set X Axis ({Min(0), Max(Res_x_max), Format("Best", 9)});
Result Graph &amp;lt;&amp;lt; Set Y Axis ({Min(Res_y_max), Max(Res_y_min), Format("Best", 9)});
Result Graph &amp;lt;&amp;lt; Set Graphics Script (Marker (Res_x,Res_y));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;My problem is I want to update the X and Y axis labels whenever I launch the the module. I don't know how to set axis labels and its orientation. Please help me with this&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 23:24:41 GMT</pubDate>
    <dc:creator>Saravana</dc:creator>
    <dc:date>2023-06-09T23:24:41Z</dc:date>
    <item>
      <title>How to set Axis Labels for Graph box in JMP application?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-set-Axis-Labels-for-Graph-box-in-JMP-application/m-p/52050#M29535</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using JMP application for plotting a test result. I am using the below script lines to set values to the graph,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Results1 &amp;lt;&amp;lt; Set Title ("WFM");
Result Graph &amp;lt;&amp;lt; Set X Axis ({Min(0), Max(Res_x_max), Format("Best", 9)});
Result Graph &amp;lt;&amp;lt; Set Y Axis ({Min(Res_y_max), Max(Res_y_min), Format("Best", 9)});
Result Graph &amp;lt;&amp;lt; Set Graphics Script (Marker (Res_x,Res_y));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;My problem is I want to update the X and Y axis labels whenever I launch the the module. I don't know how to set axis labels and its orientation. Please help me with this&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:24:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-set-Axis-Labels-for-Graph-box-in-JMP-application/m-p/52050#M29535</guid>
      <dc:creator>Saravana</dc:creator>
      <dc:date>2023-06-09T23:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to set Axis Labels for Graph box in JMP application?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-set-Axis-Labels-for-Graph-box-in-JMP-application/m-p/52101#M29547</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/11024"&gt;@Saravana&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Is the graph a custom graphbox?&amp;nbsp; I'm guessing you want to do something like use the name of a column that the user specifies in the dialog as an axis label.&amp;nbsp; You can set the axis names using&amp;nbsp;something like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;X_label = "X Variable";
GB &amp;lt;&amp;lt; Set X Name(X_label);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I'm sure there's a way to orient the label text using Rotate Text("Right"|"Left"|"Horizontal") somehow, but I wasn't able to get anything from the Scripting Index on that.&amp;nbsp; I tried a few things, but nothing worked.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 22:03:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-set-Axis-Labels-for-Graph-box-in-JMP-application/m-p/52101#M29547</guid>
      <dc:creator>cwillden</dc:creator>
      <dc:date>2018-02-26T22:03:10Z</dc:date>
    </item>
  </channel>
</rss>

