<?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: Set Ref Lines axis settings JSL in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Set-Ref-Lines-axis-settings-JSL/m-p/136383#M2004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A __default_attr="648875" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://communities.sas.com/"&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try &lt;SPAN style="font-family: 'courier new', courier;"&gt;Add Ref Line()&lt;/SPAN&gt; like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote" modifiedtitle="true"&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; background-color: #ffffff;"&gt;Set Property("axis", &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier; background-color: #ffffff;"&gt;{min(0.1), Max(150), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier; background-color: #ffffff;"&gt;Inc(1), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier; background-color: #ffffff;"&gt;Minor Ticks(1), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier; background-color: #ffffff;"&gt;Show Major Grid(1), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier; background-color: #ffffff;"&gt;Show Minor Grid(1), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier; background-color: #ffffff;"&gt;Inside Ticks(0), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier; background-color: #ffffff;"&gt;Scale(Log), &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier; background-color: #ffffff;"&gt;&lt;STRONG&gt;Add&lt;/STRONG&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Ref Line(0.3)&lt;/STRONG&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;I figured it out by adding the property by hand using the dialog you pictured, then I right-clicked at the top of the column and chose &lt;STRONG&gt;Copy Column Properties&lt;/STRONG&gt;. That puts a script on the clipboard which I then pasted into a script editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: There's a whole Community just for JMP users at &lt;A href="http://community.jmp.com/"&gt;community.jmp.com&lt;/A&gt;. You'll find that's a better place to post questions like this. I hope I'll see you there soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Sep 2014 21:00:23 GMT</pubDate>
    <dc:creator>JeffPerkinson_JMP</dc:creator>
    <dc:date>2014-09-09T21:00:23Z</dc:date>
    <item>
      <title>Set Ref Lines axis settings JSL</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Set-Ref-Lines-axis-settings-JSL/m-p/136382#M2003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used JSL to change some axis settings of a column sucessfully. Though for one of the settings, "Ref Lines" I can't find a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works for me:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;dt &amp;lt;&amp;lt; New Column("Values_ln",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Formula(:Values),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Set Property("axis", &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;{min(0.1), Max(150), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Inc(1), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Minor Ticks(1), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Show Major Grid(1), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Show Minor Grid(1), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Inside Ticks(0), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Scale(Log)}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; );&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; );&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i also want the Ref Lines Setting to be 0.3 and I cant find that setting i.e. nothing happens when i do this:&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-family: 'courier new', courier;"&gt;Set Property("axis", &lt;SPAN style="font-size: 10pt;"&gt;{min(0.1), Max(150), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Inc(1), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Minor Ticks(1), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Show Major Grid(1), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Show Minor Grid(1), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Inside Ticks(0), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Scale(Log), &lt;STRONG&gt;Ref Lines(0.3)&lt;/STRONG&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;There is an attached image of the box i want to fill.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11088iA99DCCD9236891E0/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Ref Lines.jpg" title="Ref Lines.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 08:50:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Set-Ref-Lines-axis-settings-JSL/m-p/136382#M2003</guid>
      <dc:creator>Tompa</dc:creator>
      <dc:date>2014-09-09T08:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Set Ref Lines axis settings JSL</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Set-Ref-Lines-axis-settings-JSL/m-p/136383#M2004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A __default_attr="648875" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://communities.sas.com/"&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try &lt;SPAN style="font-family: 'courier new', courier;"&gt;Add Ref Line()&lt;/SPAN&gt; like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote" modifiedtitle="true"&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; background-color: #ffffff;"&gt;Set Property("axis", &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier; background-color: #ffffff;"&gt;{min(0.1), Max(150), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier; background-color: #ffffff;"&gt;Inc(1), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier; background-color: #ffffff;"&gt;Minor Ticks(1), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier; background-color: #ffffff;"&gt;Show Major Grid(1), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier; background-color: #ffffff;"&gt;Show Minor Grid(1), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier; background-color: #ffffff;"&gt;Inside Ticks(0), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier; background-color: #ffffff;"&gt;Scale(Log), &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier; background-color: #ffffff;"&gt;&lt;STRONG&gt;Add&lt;/STRONG&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Ref Line(0.3)&lt;/STRONG&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;I figured it out by adding the property by hand using the dialog you pictured, then I right-clicked at the top of the column and chose &lt;STRONG&gt;Copy Column Properties&lt;/STRONG&gt;. That puts a script on the clipboard which I then pasted into a script editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: There's a whole Community just for JMP users at &lt;A href="http://community.jmp.com/"&gt;community.jmp.com&lt;/A&gt;. You'll find that's a better place to post questions like this. I hope I'll see you there soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 21:00:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Set-Ref-Lines-axis-settings-JSL/m-p/136383#M2004</guid>
      <dc:creator>JeffPerkinson_JMP</dc:creator>
      <dc:date>2014-09-09T21:00:23Z</dc:date>
    </item>
  </channel>
</rss>

