<?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: Reference line from axis to specific value in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Reference-line-from-axis-to-specific-value/m-p/54700#M30919</link>
    <description>&lt;P&gt;Since you are new to JMP, I am reluctant to show you this option that might work for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JMP data table columns have multiple properties that can be set. Value Ordering that allows you to set the order of nominal axes instead of the default alphabetical order is probably the most used ( ex. Never, Seldom, Sometimes, Frequent, Always).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another popular column property is Value Labels. This property can be set with a JMP script (JSL) or interactively.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is a table with 2 columns x and y; and and an attached script called y vs. x. Use the inverted red triangle menu and select Run Script. It will create a GraphBuilder plot with only 1,2,3,6,9,12,18,24 labeled.&amp;nbsp; But you will notice that the data table x values look strange.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can select Column Info for x and uncheck use value labels. The graph will continue to have the limited labeling unless it is redrawn.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a method to create a custom graph axis that is good for generating the graph. I wouldn't use it for an interactive graph. This is the JSL syntax for the Value Labels. I set the X axis scale to be 0.5 to 24.5 with an increment of 1. Note the unwanted laebls are set to empty strings, and hence will not appear.&amp;nbsp;You did not mention if you wanted these values to be equidistant, or linear spacing with limited labeling.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your data only has your specified values (ex. a lifetime test, 1day 2, days, 3 days, etc.) another platform graph or a variability chart might be more useful. Interesting question.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;:x &amp;lt;&amp;lt; Value Labels(
			{1 = "1", 2 = "2", 3 = "3", 4 = "", 5 = "", 6 = "6", 7 = "", 8 = "", 9
			 = "9", 10 = "", 11 = "", 12 = "12", 13 = "", 14 = "", 15 = "", 16 = "",
			17 = "", 18 = "18", 19 = "", 20 = "", 21 = "", 22 = "", 23 = "", 24 =
			"24"}
		) &amp;lt;&amp;lt; Use Value Labels( 1 );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Apr 2018 13:57:04 GMT</pubDate>
    <dc:creator>gzmorgan0</dc:creator>
    <dc:date>2018-04-09T13:57:04Z</dc:date>
    <item>
      <title>Reference line from axis to specific value</title>
      <link>https://community.jmp.com/t5/Discussions/Reference-line-from-axis-to-specific-value/m-p/54532#M30836</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i am new user to JMP and I was using Graph Builder for&amp;nbsp;for developing a&amp;nbsp;graph. However, I could not have specific value for x axis and y axis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I have option to keep minimum Scale and maximum scale with a increment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;eg.: Minimum: 0&lt;/P&gt;&lt;P&gt;Maximum: 24&lt;/P&gt;&lt;P&gt;Increment: 5&lt;/P&gt;&lt;P&gt;Then axis will be 0, 5, 10, 15, 20 and 25.&lt;/P&gt;&lt;P&gt;But I want like below:&lt;/P&gt;&lt;P&gt;0, 1, 2, 3, 6, 9, 12, 18, 24.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help? Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 11:57:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Reference-line-from-axis-to-specific-value/m-p/54532#M30836</guid>
      <dc:creator>pprabhu</dc:creator>
      <dc:date>2018-04-06T11:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reference line from axis to specific value</title>
      <link>https://community.jmp.com/t5/Discussions/Reference-line-from-axis-to-specific-value/m-p/54533#M30837</link>
      <description>&lt;P&gt;You cannot specify individual&amp;nbsp;tick mark values. You might be able to get the scale you want by using the Power scale. (Right click on axis and select Axis Settings, then click Linear at the top left and select Power.) It might take further adjustment of the minimum, maximum, and increment settings to get what you want.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 12:23:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Reference-line-from-axis-to-specific-value/m-p/54533#M30837</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-04-06T12:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reference line from axis to specific value</title>
      <link>https://community.jmp.com/t5/Discussions/Reference-line-from-axis-to-specific-value/m-p/54678#M30900</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, that should help. However, I am not finding Power option. I am using JMP 12.1.0&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 08:38:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Reference-line-from-axis-to-specific-value/m-p/54678#M30900</guid>
      <dc:creator>pprabhu</dc:creator>
      <dc:date>2018-04-09T08:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reference line from axis to specific value</title>
      <link>https://community.jmp.com/t5/Discussions/Reference-line-from-axis-to-specific-value/m-p/54683#M30905</link>
      <description>&lt;P&gt;It's there - I just checked: right click on the axis you want to change and select Axis Settings. The first option at the top left of the dialog is where you can change from the default linear scale to another scale. Power is one of the choices.&lt;/P&gt;
&lt;P&gt;Unfortunately, I don't think this change gives you what you want.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 11:12:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Reference-line-from-axis-to-specific-value/m-p/54683#M30905</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-04-09T11:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Reference line from axis to specific value</title>
      <link>https://community.jmp.com/t5/Discussions/Reference-line-from-axis-to-specific-value/m-p/54700#M30919</link>
      <description>&lt;P&gt;Since you are new to JMP, I am reluctant to show you this option that might work for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JMP data table columns have multiple properties that can be set. Value Ordering that allows you to set the order of nominal axes instead of the default alphabetical order is probably the most used ( ex. Never, Seldom, Sometimes, Frequent, Always).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another popular column property is Value Labels. This property can be set with a JMP script (JSL) or interactively.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is a table with 2 columns x and y; and and an attached script called y vs. x. Use the inverted red triangle menu and select Run Script. It will create a GraphBuilder plot with only 1,2,3,6,9,12,18,24 labeled.&amp;nbsp; But you will notice that the data table x values look strange.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can select Column Info for x and uncheck use value labels. The graph will continue to have the limited labeling unless it is redrawn.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a method to create a custom graph axis that is good for generating the graph. I wouldn't use it for an interactive graph. This is the JSL syntax for the Value Labels. I set the X axis scale to be 0.5 to 24.5 with an increment of 1. Note the unwanted laebls are set to empty strings, and hence will not appear.&amp;nbsp;You did not mention if you wanted these values to be equidistant, or linear spacing with limited labeling.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your data only has your specified values (ex. a lifetime test, 1day 2, days, 3 days, etc.) another platform graph or a variability chart might be more useful. Interesting question.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;:x &amp;lt;&amp;lt; Value Labels(
			{1 = "1", 2 = "2", 3 = "3", 4 = "", 5 = "", 6 = "6", 7 = "", 8 = "", 9
			 = "9", 10 = "", 11 = "", 12 = "12", 13 = "", 14 = "", 15 = "", 16 = "",
			17 = "", 18 = "18", 19 = "", 20 = "", 21 = "", 22 = "", 23 = "", 24 =
			"24"}
		) &amp;lt;&amp;lt; Use Value Labels( 1 );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 13:57:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Reference-line-from-axis-to-specific-value/m-p/54700#M30919</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2018-04-09T13:57:04Z</dc:date>
    </item>
  </channel>
</rss>

