<?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 Changing the scales of a graph box in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Changing-the-scales-of-a-graph-box/m-p/52571#M29763</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wirking on a custom graph. I want to draw the graph similar to this:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;nw = New Window("Test",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Outline Box( "Outline",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;gb = Graph Box(&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FrameSize( 600, 300),&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;XName("X axis"),&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;YName("Y axis"),&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;X Scale( 0, 5*Pi() ),&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Y Scale( -1, 1 )&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;gb &amp;lt;&amp;lt; Set Graphics Script(Y Function(Sin(x), x));&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I want to change the scales of the graph. I can drag to change the size and scale of the graph, but how do I change properties like "FrameSize" or "XName" by script,&amp;nbsp;&lt;EM&gt;after&lt;/EM&gt; I made the graph?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Jesper&lt;/P&gt;</description>
    <pubDate>Mon, 05 Mar 2018 08:30:14 GMT</pubDate>
    <dc:creator>JesperJohansen</dc:creator>
    <dc:date>2018-03-05T08:30:14Z</dc:date>
    <item>
      <title>Changing the scales of a graph box</title>
      <link>https://community.jmp.com/t5/Discussions/Changing-the-scales-of-a-graph-box/m-p/52571#M29763</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wirking on a custom graph. I want to draw the graph similar to this:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;nw = New Window("Test",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Outline Box( "Outline",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;gb = Graph Box(&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FrameSize( 600, 300),&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;XName("X axis"),&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;YName("Y axis"),&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;X Scale( 0, 5*Pi() ),&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Y Scale( -1, 1 )&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;gb &amp;lt;&amp;lt; Set Graphics Script(Y Function(Sin(x), x));&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I want to change the scales of the graph. I can drag to change the size and scale of the graph, but how do I change properties like "FrameSize" or "XName" by script,&amp;nbsp;&lt;EM&gt;after&lt;/EM&gt; I made the graph?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Jesper&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 08:30:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Changing-the-scales-of-a-graph-box/m-p/52571#M29763</guid>
      <dc:creator>JesperJohansen</dc:creator>
      <dc:date>2018-03-05T08:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the scales of a graph box</title>
      <link>https://community.jmp.com/t5/Discussions/Changing-the-scales-of-a-graph-box/m-p/52579#M29767</link>
      <description>&lt;P&gt;I'm not sure why the gb&amp;lt;&amp;lt;framesize and gb&amp;lt;&amp;lt;xscale and gb&amp;lt;&amp;lt;Xname messages won't work (added to my list, thanks!), but these messages do:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;gb&amp;lt;&amp;lt;setWidth(500); // or Height
gb&amp;lt;&amp;lt;getXaxis; // try this to see the syntax
gb&amp;lt;&amp;lt;setXaxis(min(1),max(3)); // uses same syntax
gb[textbox(1)]&amp;lt;&amp;lt;settext("Ralph"); // text box 1 is Y, 2 is X&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The setXaxis message controls all of the axis parameters; here's what getXaxis returned:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;{Scale( "Linear" ), Format( "Fixed Dec", 12, 0 ), Min( 0 ), Max( 15.707963267949 ),
Interval( "Numeric" ), Inc( 5 ), Minor Ticks( 1 ), Label Row Nesting( 1 ),
Label Row(
    {Automatic Font Size( 0 ), Automatic Tick Marks( 0 ), Inside Ticks( 0 ),
    Label Orientation( "Horizontal" ), Major Grid Line Color( -14145495 ),
    Minor Grid Line Color( -15790320 ), Show Major Grid( 0 ), Show Major Labels( 1 ),
    Show Major Ticks( 1 ), Show Minor Grid( 0 ), Show Minor Labels( 0 ),
    Show Minor Ticks( 1 ), Tick Offset( 0 )}
)}&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;(Using JMP 13, might be&amp;nbsp;fewer options in earlier versions.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 12:11:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Changing-the-scales-of-a-graph-box/m-p/52579#M29767</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2018-03-05T12:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the scales of a graph box</title>
      <link>https://community.jmp.com/t5/Discussions/Changing-the-scales-of-a-graph-box/m-p/52582#M29768</link>
      <description>Thank you. Just what I was looking for :)&lt;/img&gt;</description>
      <pubDate>Mon, 05 Mar 2018 15:25:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Changing-the-scales-of-a-graph-box/m-p/52582#M29768</guid>
      <dc:creator>JesperJohansen</dc:creator>
      <dc:date>2018-03-05T15:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the scales of a graph box</title>
      <link>https://community.jmp.com/t5/Discussions/Changing-the-scales-of-a-graph-box/m-p/594592#M79844</link>
      <description>&lt;P&gt;an alternative approach: Send a message to the AxisBox&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;gb[Axisbox( 1 )] &amp;lt;&amp;lt; {Min( 1 ), Max( 3 )};&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;... which, unfortunately, is not available if the axis is not available due to &lt;FONT face="courier new,courier"&gt;SuppressAxes.&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;And I didn't want to &lt;EM&gt;show&lt;/EM&gt;, &lt;EM&gt;change&lt;/EM&gt; and &lt;EM&gt;hide again&lt;/EM&gt; the axis.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;So, thanks a lot for this EasterEgg :)&lt;/img&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;btw.&lt;BR /&gt;seems that curly brackets are necessary to get the &lt;EM&gt;second&lt;/EM&gt; argument executed as well:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;gb&amp;lt;&amp;lt;setXaxis({min(1),max(3)});&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 29 Jan 2023 13:18:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Changing-the-scales-of-a-graph-box/m-p/594592#M79844</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-01-29T13:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the scales of a graph box</title>
      <link>https://community.jmp.com/t5/Discussions/Changing-the-scales-of-a-graph-box/m-p/594605#M79846</link>
      <description>&lt;P&gt;Ouch!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So even&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;gb&amp;lt;&amp;lt;setXaxis({min(1),max(3)});&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;talks to the AxisBox.&lt;BR /&gt;After re-enabling the&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;SuppressAxes&lt;/STRONG&gt;, the rescale command didn't wok anymore :(&lt;/img&gt;&lt;BR /&gt;--&amp;gt; no AxisBox, no rescale possible.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2023 13:54:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Changing-the-scales-of-a-graph-box/m-p/594605#M79846</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-01-29T13:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the scales of a graph box</title>
      <link>https://community.jmp.com/t5/Discussions/Changing-the-scales-of-a-graph-box/m-p/594630#M79850</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&lt;SPAN&gt;And I didn't want to&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;show&lt;/EM&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;change&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;hide again&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;the axis.&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Now, with the feeling that I do not have another choice&amp;nbsp; ...&lt;BR /&gt;is there even a possibility to do so?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like &lt;STRONG&gt;FrameSize&lt;/STRONG&gt;, &lt;STRONG&gt;SuppressAxes&lt;/STRONG&gt; doesn't seem to work if sent to a Graph Box - although it seems to be a valid message to be sent to a Graph Box:&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1675001398829.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49589i207A5177E3040ACD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1675001398829.png" alt="hogi_1-1675001398829.png" /&gt;&lt;/span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1675001342958.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49588iCE1361D3F5108409/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1675001342958.png" alt="hogi_0-1675001342958.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2023 14:11:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Changing-the-scales-of-a-graph-box/m-p/594630#M79850</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-01-29T14:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the scales of a graph box</title>
      <link>https://community.jmp.com/t5/Discussions/Changing-the-scales-of-a-graph-box/m-p/923578#M108188</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/982"&gt;@Craige_Hales&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I'm not sure why the gb&amp;lt;&amp;lt;framesize and gb&amp;lt;&amp;lt;xscale and gb&amp;lt;&amp;lt;Xname messages won't work (added to my list, thanks!),&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ah, maybe because they are no messages, but "named property arguments" - which have to be used as argument, and cannot be used as message:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1768243063559.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/90801i1DC3327B5ECB433F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1768243063559.png" alt="hogi_0-1768243063559.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add-On questions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Is Graph Box a Display Box - where can I find it in the Scripting Index?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_2-1768243222004.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/90804i1C4B0531AB5CC8B1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_2-1768243222004.png" alt="hogi_2-1768243222004.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;How can I activate the documentation for Set X Axis?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1768243154870.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/90803iAF4462CD92190D95/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1768243154870.png" alt="hogi_1-1768243154870.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2026 18:41:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Changing-the-scales-of-a-graph-box/m-p/923578#M108188</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-01-12T18:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the scales of a graph box</title>
      <link>https://community.jmp.com/t5/Discussions/Changing-the-scales-of-a-graph-box/m-p/923641#M108196</link>
      <description>&lt;P&gt;GraphBox() is a function that returns a more complicated nest of display boxes than the other xxxBox() functions.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Craige_Hales_0-1768278399627.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/90829i083E4B6B43AA8D20/image-size/large?v=v2&amp;amp;px=999" role="button" title="Craige_Hales_0-1768278399627.png" alt="Craige_Hales_0-1768278399627.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 04:51:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Changing-the-scales-of-a-graph-box/m-p/923641#M108196</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2026-01-13T04:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the scales of a graph box</title>
      <link>https://community.jmp.com/t5/Discussions/Changing-the-scales-of-a-graph-box/m-p/923655#M108198</link>
      <description>&lt;P&gt;I mean, in analogy to a Graph Builder Box, which is generated by Graph Builder().&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_2-1768287692294.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/90839i92C2B62C8D3C6445/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_2-1768287692294.png" alt="hogi_2-1768287692294.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The recipient of &lt;FONT face="courier new,courier"&gt;&amp;lt;&amp;lt; set X Axis()&lt;/FONT&gt;is a&amp;nbsp; "Custom Box"?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1768287679155.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/90838iAFD10BBE10B48B58/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1768287679155.png" alt="hogi_1-1768287679155.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the&amp;nbsp; Scripting Index, Custom Box doesn't know a message&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&amp;lt;&amp;lt; set X Axis():&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_3-1768287948932.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/90840iF11CB9FD25CEFA0E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_3-1768287948932.png" alt="hogi_3-1768287948932.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OwnerBox?&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1768286939145.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/90837i15B45EF61DB80FF2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1768286939145.png" alt="hogi_0-1768286939145.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 07:06:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Changing-the-scales-of-a-graph-box/m-p/923655#M108198</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-01-13T07:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the scales of a graph box</title>
      <link>https://community.jmp.com/t5/Discussions/Changing-the-scales-of-a-graph-box/m-p/923745#M108206</link>
      <description>&lt;P&gt;Yes, I saw that too. The OwnerBox is a very thin wrapper box used to attach a scriptable interface (with commands in addition to the scripting a box normally has.) My quick test did not convince me that the custombox was that scriptable interface. Probably it just forwards some commands to the appropriate grandchild box.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 12:04:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Changing-the-scales-of-a-graph-box/m-p/923745#M108206</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2026-01-13T12:04:13Z</dc:date>
    </item>
  </channel>
</rss>

