<?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: X - Axis settings in Graph Builder in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/X-Axis-settings-in-Graph-Builder/m-p/933087#M108953</link>
    <description>&lt;P&gt;I don't think there are preferences for those which would only apply to Graph Builder. You can change preferences but it would apply to all platforms and columns&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/94662i5470655B67F47070/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I would most likely, for now, utilize Presets, as I think they can handle cases like this. You cannot use them as defaults (&lt;LI-MESSAGE title="Let us define which Preset to use as default on platform launch" uid="907711" url="https://community.jmp.com/t5/JMP-Wish-List/Let-us-define-which-Preset-to-use-as-default-on-platform-launch/m-p/907711#U907711" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;).&lt;/P&gt;
&lt;P&gt;Or you could create a script which would set those for either Graph Builder or as column properties like Dan mentioned.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-SPOILER&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

rep = Current Report();

gbs = rep &amp;lt;&amp;lt; XPath("//OutlineBox[@helpKey='Graph Builder']");

If(N Items(gbs) == 0,
	stop();
);

// Lazy option and works for very simple cases
abs = gbs[1] &amp;lt;&amp;lt; XPath("//AxisBox");

abs[1] &amp;lt;&amp;lt; Axis Settings(
	Show Major Labels(1),
	Show Major Grid(1),
	Tick Mark Style("Long Divider"),
	Lower Frame(1), 
	Major Grid Line Color("Orange")
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI-SPOILER&gt;
&lt;P&gt;We also have Tags which can "duplicate" column properties, but I don't think we can save / auto-load those (I have made request this last year in Discovery Summit, no idea if it is in any lists) so no "preference" like feature from that either.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 28 Feb 2026 06:23:12 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2026-02-28T06:23:12Z</dc:date>
    <item>
      <title>X - Axis settings in Graph Builder</title>
      <link>https://community.jmp.com/t5/Discussions/X-Axis-settings-in-Graph-Builder/m-p/933061#M108951</link>
      <description>&lt;P&gt;Is it possible to save this preference and make it the default for the x-axis when I'm using graph builder? I specifically need the Show tick label, long divider, show grid, and lower frame to be like this in default. Thanks.&lt;/P&gt;
&lt;DIV id="tinyMceEditorRA899_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Feb 2026 00:19:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/X-Axis-settings-in-Graph-Builder/m-p/933061#M108951</guid>
      <dc:creator>RA899</dc:creator>
      <dc:date>2026-02-28T00:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: X - Axis settings in Graph Builder</title>
      <link>https://community.jmp.com/t5/Discussions/X-Axis-settings-in-Graph-Builder/m-p/933073#M108952</link>
      <description>&lt;P&gt;If you go to the Column Info for the x-axis variable and choose the Axis property, I believe you can set all of the properties that you want. Whenever that variable is used in a graph, those axis properties will be utilized.&lt;/P&gt;
&lt;P&gt;I have not found a way to save these properties for the use of ANY nominal x-variable. Perhaps another community member has found a way to do it. My only suggestion is to copy the axis settings from a variable that was set and then paste to any other column that you want to use on the x-axis.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Feb 2026 01:29:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/X-Axis-settings-in-Graph-Builder/m-p/933073#M108952</guid>
      <dc:creator>Dan_Obermiller</dc:creator>
      <dc:date>2026-02-28T01:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: X - Axis settings in Graph Builder</title>
      <link>https://community.jmp.com/t5/Discussions/X-Axis-settings-in-Graph-Builder/m-p/933087#M108953</link>
      <description>&lt;P&gt;I don't think there are preferences for those which would only apply to Graph Builder. You can change preferences but it would apply to all platforms and columns&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/94662i5470655B67F47070/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I would most likely, for now, utilize Presets, as I think they can handle cases like this. You cannot use them as defaults (&lt;LI-MESSAGE title="Let us define which Preset to use as default on platform launch" uid="907711" url="https://community.jmp.com/t5/JMP-Wish-List/Let-us-define-which-Preset-to-use-as-default-on-platform-launch/m-p/907711#U907711" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;).&lt;/P&gt;
&lt;P&gt;Or you could create a script which would set those for either Graph Builder or as column properties like Dan mentioned.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-SPOILER&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

rep = Current Report();

gbs = rep &amp;lt;&amp;lt; XPath("//OutlineBox[@helpKey='Graph Builder']");

If(N Items(gbs) == 0,
	stop();
);

// Lazy option and works for very simple cases
abs = gbs[1] &amp;lt;&amp;lt; XPath("//AxisBox");

abs[1] &amp;lt;&amp;lt; Axis Settings(
	Show Major Labels(1),
	Show Major Grid(1),
	Tick Mark Style("Long Divider"),
	Lower Frame(1), 
	Major Grid Line Color("Orange")
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI-SPOILER&gt;
&lt;P&gt;We also have Tags which can "duplicate" column properties, but I don't think we can save / auto-load those (I have made request this last year in Discovery Summit, no idea if it is in any lists) so no "preference" like feature from that either.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Feb 2026 06:23:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/X-Axis-settings-in-Graph-Builder/m-p/933087#M108953</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-02-28T06:23:12Z</dc:date>
    </item>
  </channel>
</rss>

