<?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: How do I change the size of the x-axis labels in the Fit Y to X (Oneway) Platform? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-I-change-the-size-of-the-x-axis-labels-in-the-Fit-Y-to-X/m-p/78920#M36614</link>
    <description>&lt;P&gt;Thanks txnelson.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did some testing based on what you stated and found that in the Fit Y by X platform, the ability to modify the x-axis labels and titles is dependent upon the data’s modeling type. In the Chart platform the x-axis labels ans title could not be modified for any modeling type. Axis&amp;nbsp;label and title size&amp;nbsp;is mutually exclusive of the type of data being presented, so I have to wonder what the history behind this paradigm is in JMP.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Oct 2018 16:02:31 GMT</pubDate>
    <dc:creator>mdawson69</dc:creator>
    <dc:date>2018-10-15T16:02:31Z</dc:date>
    <item>
      <title>How do I change the size of the x-axis labels in the Fit Y to X (Oneway) Platform?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-change-the-size-of-the-x-axis-labels-in-the-Fit-Y-to-X/m-p/78858#M36580</link>
      <description>&lt;P&gt;I have a script that generates the graph below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-10-12 at 16.10.39.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12781i6AB802191C0B683A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-10-12 at 16.10.39.png" alt="Screen Shot 2018-10-12 at 16.10.39.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;While I was able to right-click onn the Y-axis to change the font size, doing the same on the X-axis only provides the following options:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Rotated Tick Labels&lt;/LI&gt;&lt;LI&gt;Tick Marks ▸&lt;/LI&gt;&lt;LI&gt;Lower Frame&lt;/LI&gt;&lt;LI&gt;Edit ▸&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So there is no Axis Settings… or Font… option that will allow me to change the X-axis labels&amp;nbsp;to the size I want. As I am generating these graphs from scripts, I figure I might be able to do this in JSL, but while there are some display element references that are not named and therefore make no sense, such as the script I saved to the data table from the report above:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Oneway(
	Y(:Read Rate),
	X(:Replicate),
	All Pairs(1),
	Comparison Circles(0),
	Unequal Variances(1),
	Std Dev Lines(0),
	Points(0),
	Mean Diamonds(1),
	Comparison Circles(0),
	X Axis Proportional(0),
	Grand Mean(0),
	SendToReport(
		Dispatch(
			{},
			"1",
			ScaleBox,
			{Format("Percent", 9, 0), Add Ref Line(
				0.95,
				"Solid",
				{255, 0, 0},
				"",
				1
			), Label Row(
				{Show Major Grid(1), Show Minor Grid(1), Set Font Size(14)}
			)}
		),
		Dispatch(
			{},
			"Read Rate",
			TextEditBox,
			{Set Font Size(20), Set Text("Mean Read Rate")}
		),
		Dispatch(
			{},
			"Oneway Plot",
			FrameBox,
			{Frame Size(704, 536), DispatchSeg(
				CustomStreamSeg(2),
				{Line Color({64, 105, 156})}
			)}
		),
		Dispatch({}, "Replicate", TextEditBox, {Set Font Size(20)})
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The Dispatches for &lt;FONT color="#993366"&gt;Read Rate&lt;/FONT&gt; and &lt;FONT color="#993366"&gt;Oneway Plot&lt;/FONT&gt; clue me&amp;nbsp;into what I am working with, but the first displatch is for display element &lt;FONT color="#993366"&gt;1&lt;/FONT&gt;. 🤦🏽‍:male_sign:&lt;/img&gt; The same occurs in my scripts for Graph Builder that have the very descriptive display element named &lt;FONT color="#993366"&gt;400&lt;/FONT&gt;. :face_with_rolling_eyes:&lt;/img&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to modify the size of the X-axis labels in the Oneway plot?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:25:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-change-the-size-of-the-x-axis-labels-in-the-Fit-Y-to-X/m-p/78858#M36580</guid>
      <dc:creator>mdawson69</dc:creator>
      <dc:date>2023-06-09T23:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change the size of the x-axis labels in the Fit Y to X (Oneway) Platform?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-change-the-size-of-the-x-axis-labels-in-the-Fit-Y-to-X/m-p/78861#M36583</link>
      <description>&lt;P&gt;You can change the size of the text on all axes in JMP using JMP Preferences. On a Windows machine, select File =&amp;gt; Preferences, on a Mac JMP =&amp;gt; Preferences. In the Preference Group select Fonts and then change the font for the Axis.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 20:47:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-change-the-size-of-the-x-axis-labels-in-the-Fit-Y-to-X/m-p/78861#M36583</guid>
      <dc:creator>susan_walsh1</dc:creator>
      <dc:date>2018-10-12T20:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change the size of the x-axis labels in the Fit Y to X (Oneway) Platform?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-change-the-size-of-the-x-axis-labels-in-the-Fit-Y-to-X/m-p/78866#M36585</link>
      <description>&lt;P&gt;I have the same issue in the Chart platform.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-10-12 at 18.20.22.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12783iD4272F7D02E998D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-10-12 at 18.20.22.png" alt="Screen Shot 2018-10-12 at 18.20.22.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Right-clicking on the x-axis and selecting Axis Settings… generates a very limited dialog box:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-10-12 at 18.21.46.png" style="width: 387px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12784i934149C8E294C1F9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2018-10-12 at 18.21.46.png" alt="Screen Shot 2018-10-12 at 18.21.46.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;No settings for the axis labels or the axis title. As powerful as JMP is as a data visualization and analysis tool—which is not a surprise for SAS’ little sibling—the inconsistencies in&amp;nbsp;graph settings across platforms is perplexing and often exasperating. 🤯&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 22:28:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-change-the-size-of-the-x-axis-labels-in-the-Fit-Y-to-X/m-p/78866#M36585</guid>
      <dc:creator>mdawson69</dc:creator>
      <dc:date>2018-10-12T22:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change the size of the x-axis labels in the Fit Y to X (Oneway) Platform?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-change-the-size-of-the-x-axis-labels-in-the-Fit-Y-to-X/m-p/78868#M36587</link>
      <description>&lt;P&gt;The issue is that the X axis is not a numeric, continuous column.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 23:20:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-change-the-size-of-the-x-axis-labels-in-the-Fit-Y-to-X/m-p/78868#M36587</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-10-12T23:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change the size of the x-axis labels in the Fit Y to X (Oneway) Platform?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-change-the-size-of-the-x-axis-labels-in-the-Fit-Y-to-X/m-p/78900#M36606</link>
      <description>The axis for Oneway is being updated to have the full complement of axis settings. In the mean time, you can use the global axis font setting in preferences or replicate the graph in Graph Builder.</description>
      <pubDate>Sun, 14 Oct 2018 22:56:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-change-the-size-of-the-x-axis-labels-in-the-Fit-Y-to-X/m-p/78900#M36606</guid>
      <dc:creator>XanGregg</dc:creator>
      <dc:date>2018-10-14T22:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change the size of the x-axis labels in the Fit Y to X (Oneway) Platform?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-change-the-size-of-the-x-axis-labels-in-the-Fit-Y-to-X/m-p/78906#M36609</link>
      <description>&lt;P&gt;As an FYI to Xan's last post, here is an example of how to do this in JSL.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here(1);

usr = get preferences("Axis Font");
Preferences(Axis Font( "Segoe UI", 11, "Bold" ));

dt = Open("$sample_data/semiconductor capability.jmp");

onew = dt &amp;lt;&amp;lt;Oneway( Y( :NPN1 ), X( :lot_id ) );
wait(10);
//After you have saved and closed your windows, run the next line
usr;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 15 Oct 2018 00:20:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-change-the-size-of-the-x-axis-labels-in-the-Fit-Y-to-X/m-p/78906#M36609</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2018-10-15T00:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change the size of the x-axis labels in the Fit Y to X (Oneway) Platform?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-change-the-size-of-the-x-axis-labels-in-the-Fit-Y-to-X/m-p/78919#M36613</link>
      <description>&lt;P&gt;Thanks, Susan.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do have preset sizes in my JMP Preferences, but for scripting&amp;nbsp;I want to have explicit definitions, as the axis labels and titles may need to be sized differently for certain graphs. For my puposes, this is particularly important for scripts that I provide to co-workers, many of whom are not as well-versed in JMP as I am, and based on their backgrounds and responsibilites, may never be. Or, in my case, having to constantly disrupt my workflow to go&amp;nbsp;into JMP&amp;nbsp;Preferences until I find a suitable size for axis labels&amp;nbsp;and titles; I always have to consider how any graphic will appear in reports my company generates.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 15:57:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-change-the-size-of-the-x-axis-labels-in-the-Fit-Y-to-X/m-p/78919#M36613</guid>
      <dc:creator>mdawson69</dc:creator>
      <dc:date>2018-10-15T15:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change the size of the x-axis labels in the Fit Y to X (Oneway) Platform?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-change-the-size-of-the-x-axis-labels-in-the-Fit-Y-to-X/m-p/78920#M36614</link>
      <description>&lt;P&gt;Thanks txnelson.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did some testing based on what you stated and found that in the Fit Y by X platform, the ability to modify the x-axis labels and titles is dependent upon the data’s modeling type. In the Chart platform the x-axis labels ans title could not be modified for any modeling type. Axis&amp;nbsp;label and title size&amp;nbsp;is mutually exclusive of the type of data being presented, so I have to wonder what the history behind this paradigm is in JMP.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 16:02:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-change-the-size-of-the-x-axis-labels-in-the-Fit-Y-to-X/m-p/78920#M36614</guid>
      <dc:creator>mdawson69</dc:creator>
      <dc:date>2018-10-15T16:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change the size of the x-axis labels in the Fit Y to X (Oneway) Platform?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-change-the-size-of-the-x-axis-labels-in-the-Fit-Y-to-X/m-p/78926#M36617</link>
      <description>&lt;P&gt;&lt;SPAN&gt;“The axis for Oneway is being updated to have the full complement of axis settings.”&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Good to know. I sent an e-mail to JMP support a few years back with regard to having uniform&amp;nbsp;interface for customizing the numerous facets of graphs across all JMP platforms that generate graphs. While my work only involves a few JMP platforms, from what I do use—Graph Builder, Chart, and Oneway—the differences in graphing features is not unexpected, but the difference in how each of those platforms handles modifying similar aspects of graphs seem to range from minor to major. Granted, I know that any feature change or addition on JMP’s front-end will also require updating JSL, which&amp;nbsp;takes time to implement and test.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 16:40:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-change-the-size-of-the-x-axis-labels-in-the-Fit-Y-to-X/m-p/78926#M36617</guid>
      <dc:creator>mdawson69</dc:creator>
      <dc:date>2018-10-15T16:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change the size of the x-axis labels in the Fit Y to X (Oneway) Platform?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-change-the-size-of-the-x-axis-labels-in-the-Fit-Y-to-X/m-p/78928#M36618</link>
      <description>&lt;P&gt;Thanks gzmorgan0. That code looks like it could be a interim solution.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 17:03:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-change-the-size-of-the-x-axis-labels-in-the-Fit-Y-to-X/m-p/78928#M36618</guid>
      <dc:creator>mdawson69</dc:creator>
      <dc:date>2018-10-15T17:03:37Z</dc:date>
    </item>
  </channel>
</rss>

