<?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: Auto scaling Y axis of control chart in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Auto-scaling-Y-axis-of-control-chart/m-p/394766#M64531</link>
    <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I edited that part of my script but its still resulting in the same thing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It ends up looking like this:&amp;nbsp;&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="wut1997_0-1624296236978.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/33688i9C41BC30788CD44A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wut1997_0-1624296236978.png" alt="wut1997_0-1624296236978.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;SendToReport(
		Dispatch(
			{},
			"test",
			ScaleBox,
			{Min(), Max(), Inc(),
			Minor Ticks( 0 )}
		),
		Dispatch(
			{},
			"test",
			ScaleBox,
			{Format( "Best", 12 ), Min(),
			Max(), Inc(), Minor Ticks( 1 )}
		)&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 21 Jun 2021 17:24:12 GMT</pubDate>
    <dc:creator>wut1997</dc:creator>
    <dc:date>2021-06-21T17:24:12Z</dc:date>
    <item>
      <title>Auto scaling Y axis of control chart</title>
      <link>https://community.jmp.com/t5/Discussions/Auto-scaling-Y-axis-of-control-chart/m-p/393878#M64429</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm pretty new to JMP and I currently have a bunch of control charts for a data set I'm analyzing. They're all saved to the data table and every time I run them I have to manually drag the y axis until the range is correct. Is there a way to edit the script so this is done automatically?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found this post but couldn't figure out how to implement into my scripts:&amp;nbsp;&lt;LI-MESSAGE title="Control Chart Builder y axis scale - can I set dynamically using JSL?" uid="16434" url="https://community.jmp.com/t5/Discussions/Control-Chart-Builder-y-axis-scale-can-I-set-dynamically-using/m-p/16434#U16434" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:32:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Auto-scaling-Y-axis-of-control-chart/m-p/393878#M64429</guid>
      <dc:creator>wut1997</dc:creator>
      <dc:date>2023-06-10T23:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Auto scaling Y axis of control chart</title>
      <link>https://community.jmp.com/t5/Discussions/Auto-scaling-Y-axis-of-control-chart/m-p/393939#M64433</link>
      <description>Hi,&lt;BR /&gt;It looks like the script captured your manual assignment of the Y axis Max and Min values. In the script, locate the line below the ScaleBox statement and delete the numbers within the parentheses for Min, Max, and Inc (leave the parentheses). Save the new script to the table and now the Control Chart will scale automatically to the data range.&lt;BR /&gt;Is this what you were looking for?&lt;BR /&gt;Best,&lt;BR /&gt;TS</description>
      <pubDate>Thu, 17 Jun 2021 04:20:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Auto-scaling-Y-axis-of-control-chart/m-p/393939#M64433</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2021-06-17T04:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Auto scaling Y axis of control chart</title>
      <link>https://community.jmp.com/t5/Discussions/Auto-scaling-Y-axis-of-control-chart/m-p/394766#M64531</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I edited that part of my script but its still resulting in the same thing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It ends up looking like this:&amp;nbsp;&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="wut1997_0-1624296236978.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/33688i9C41BC30788CD44A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wut1997_0-1624296236978.png" alt="wut1997_0-1624296236978.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;SendToReport(
		Dispatch(
			{},
			"test",
			ScaleBox,
			{Min(), Max(), Inc(),
			Minor Ticks( 0 )}
		),
		Dispatch(
			{},
			"test",
			ScaleBox,
			{Format( "Best", 12 ), Min(),
			Max(), Inc(), Minor Ticks( 1 )}
		)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Jun 2021 17:24:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Auto-scaling-Y-axis-of-control-chart/m-p/394766#M64531</guid>
      <dc:creator>wut1997</dc:creator>
      <dc:date>2021-06-21T17:24:12Z</dc:date>
    </item>
  </channel>
</rss>

