<?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: Format tick mark label in graph builder in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Format-tick-mark-label-in-graph-builder/m-p/366838#M61666</link>
    <description>&lt;P&gt;Not that I know of.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Mar 2021 14:52:36 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2021-03-10T14:52:36Z</dc:date>
    <item>
      <title>Format tick mark label in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Format-tick-mark-label-in-graph-builder/m-p/366643#M61637</link>
      <description>&lt;P&gt;All-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to format the tick mark label for a log axis to show the number with 10 as base and the power as superscript (10&lt;SPAN&gt;²)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please let me know if you know how to do this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The example below shows what I want to achieve.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="a_betancourt_0-1615326829853.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/31132i4B49B7B9557766AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="a_betancourt_0-1615326829853.png" alt="a_betancourt_0-1615326829853.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:11:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Format-tick-mark-label-in-graph-builder/m-p/366643#M61637</guid>
      <dc:creator>a_betancourt</dc:creator>
      <dc:date>2023-06-11T11:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Format tick mark label in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Format-tick-mark-label-in-graph-builder/m-p/366799#M61659</link>
      <description>&lt;P&gt;You can modify the axis settings to suit your need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the initial plot using default log scale:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="initial axes.PNG" style="width: 628px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/31147i16F9F6176096A2ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="initial axes.PNG" alt="initial axes.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Right-click or double click the axis (the Y axis in my example) to open the axis settings dialog.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="axis dialog.PNG" style="width: 823px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/31148i2CE8983CCF661652/image-size/large?v=v2&amp;amp;px=999" role="button" title="axis dialog.PNG" alt="axis dialog.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the settings on the left side to use the log type of axis, the minimum and maximum to start on a power of ten, the log base of 10, and the number of tick marks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="updated axis.PNG" style="width: 628px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/31149iE0C23F9ACEAB666D/image-size/large?v=v2&amp;amp;px=999" role="button" title="updated axis.PNG" alt="updated axis.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 12:25:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Format-tick-mark-label-in-graph-builder/m-p/366799#M61659</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2021-03-10T12:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Format tick mark label in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Format-tick-mark-label-in-graph-builder/m-p/366835#M61665</link>
      <description>&lt;P&gt;Thanks for that.&lt;/P&gt;&lt;P&gt;What I am referring is to the format of the tick label specifically.&lt;/P&gt;&lt;P&gt;In the example you provided, the format for the tick label of 1000 is "1000." If I switch to scientific format it is going to be "1.0e+3." Following this example, I want the label to be displayed simply as "10&lt;SPAN&gt;³ ."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there some type of custom format that would show this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 14:45:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Format-tick-mark-label-in-graph-builder/m-p/366835#M61665</guid>
      <dc:creator>a_betancourt</dc:creator>
      <dc:date>2021-03-10T14:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Format tick mark label in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Format-tick-mark-label-in-graph-builder/m-p/366838#M61666</link>
      <description>&lt;P&gt;Not that I know of.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 14:52:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Format-tick-mark-label-in-graph-builder/m-p/366838#M61666</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2021-03-10T14:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Format tick mark label in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Format-tick-mark-label-in-graph-builder/m-p/436404#M68561</link>
      <description>&lt;P&gt;There exist symbols for each number (and a minus) in superscript:&amp;nbsp;⁻¹²³⁴⁵⁶⁷⁸⁹⁰&lt;/P&gt;&lt;P&gt;You can simply hardcode relabel all of your labels using some sort of variation of&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;SendToReport(
&amp;nbsp;Dispatch(
&amp;nbsp;{},
&amp;nbsp;"column here",
&amp;nbsp;ScaleBox,
&amp;nbsp;{
&amp;nbsp; Label Row(1, {Tick Mark( Label( 1 ), Label( "10⁰" ) )})
&amp;nbsp;}))&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;(not tested - probably best to do some labels by hand and then copy the script and continue it)&lt;/P&gt;&lt;P&gt;Or use the&amp;nbsp;Tick Label List function (see scripting index) and do some kind of dynamic evaluation of what values will show up, but again it's probably easier to hardcode a large range.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 13:14:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Format-tick-mark-label-in-graph-builder/m-p/436404#M68561</guid>
      <dc:creator>Samu</dc:creator>
      <dc:date>2021-11-15T13:14:44Z</dc:date>
    </item>
  </channel>
</rss>

