<?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: Setting both axis to the same range in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Setting-both-axis-to-the-same-range/m-p/11902#M11400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Howard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution is the more desired.&amp;nbsp; I would suggest that this be a feature request to be settable like isometric.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Apr 2015 15:14:51 GMT</pubDate>
    <dc:creator>Hegedus</dc:creator>
    <dc:date>2015-04-14T15:14:51Z</dc:date>
    <item>
      <title>Setting both axis to the same range</title>
      <link>https://community.jmp.com/t5/Discussions/Setting-both-axis-to-the-same-range/m-p/11898#M11396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The default range setting in Y by X graphs is to show the full range of the data independently in x and y.&amp;nbsp; This is fine, but I have a special condition where I an plotting some residual errors in the x and y direction and I would like the graphs to have the same range in both x and y.&amp;nbsp; The effect I am trying to achieve is that if the errors are normally distributed in each direction then the residuals so show up in a circular pattern. If they are worse in either X or Y a ellipse should be seen.&amp;nbsp; Of course there are outliers in each direction and the axis range is being set by them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the easiest way to script the axis to take the full range of the worse direction?&amp;nbsp; Something akin to uniform scaling in histogram plots.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 18:06:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Setting-both-axis-to-the-same-range/m-p/11898#M11396</guid>
      <dc:creator>Hegedus</dc:creator>
      <dc:date>2015-04-13T18:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Setting both axis to the same range</title>
      <link>https://community.jmp.com/t5/Discussions/Setting-both-axis-to-the-same-range/m-p/11899#M11397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;interactively, right-click-graph-&amp;gt;Graph-&amp;gt;Size/Scale-&amp;gt;Size To Isometric.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1428951601118409 jive_text_macro" jivemacro_uid="_1428951601118409" modifiedtitle="true"&gt;&lt;BR /&gt;&lt;P&gt;g = Graph Builder(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Size( 348, 336 ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Show Control Panel( 0 ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Variables( X( :weight ), Y( :height ) ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Elements( Points( X, Y, Legend( 6 ) ), Smoother( X, Y, Legend( 7 ) ) )&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;);&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;(report(g)[framebox(1)])&amp;lt;&amp;lt;size to isometric;&lt;/P&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the graph starts out about square, 348x336.&amp;nbsp; size to isometric:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8540_isometric.PNG" style="width: 823px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1437i1CC91F726CF77B47/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8540_isometric.PNG" alt="8540_isometric.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The two scales match, 50 to 70 on the v-axis is a little shorter than 50 to 75 on the h-axis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 23:02:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Setting-both-axis-to-the-same-range/m-p/11899#M11397</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2016-10-18T23:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Setting both axis to the same range</title>
      <link>https://community.jmp.com/t5/Discussions/Setting-both-axis-to-the-same-range/m-p/11900#M11398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 19:59:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Setting-both-axis-to-the-same-range/m-p/11900#M11398</guid>
      <dc:creator>Hegedus</dc:creator>
      <dc:date>2015-04-13T19:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Setting both axis to the same range</title>
      <link>https://community.jmp.com/t5/Discussions/Setting-both-axis-to-the-same-range/m-p/11901#M11399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Craige's answer is probably the easiest. We often need a square version of the graph with the axes spanning the entire range. One way to do that is to determine the min and max values and set both axes to the same values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;g = Bivariate( Y( :height ), X( :weight ) );&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;minaxis = Min( Col Min( :height ), Col Min( :weight ) );&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;maxaxis = Max( Col Max( :height ), Col Max( :weight ) );&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(Report( g )[axisbox( 1 )]) &amp;lt;&amp;lt; {Min( minaxis ), Max( maxaxis )};&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(Report( g )[axisbox( 2 )]) &amp;lt;&amp;lt; {Min( minaxis ), Max( maxaxis )};&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(Report( g )[framebox( 1 )]) &amp;lt;&amp;lt; Frame Size( 320, 320 );&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The resulting graph:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8541_Bivariate.jpg" style="width: 391px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1438i9AE5FE64C8052FFE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8541_Bivariate.jpg" alt="8541_Bivariate.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I sometimes add a 45-degree line to this graph to indicate X=Y. This graph is useful if X and Y represent the &lt;SPAN style="text-decoration: underline;"&gt;same&lt;/SPAN&gt; property or characteristic (not height and weight). &lt;/SPAN&gt;If X and Y represented values of the same characteristic measured by measurement devices X and Y, this graph would tell us that there is a problem between the two measurement devices.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Some points are on the edge of the graph. This can be fixed by using a "weighted combination" of min and max values to widen the axes:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;minaxis = 1.05 * Min( Col Min( :height ), Col Min( :weight ) ) - 0.05 * &lt;SPAN style="font-family: 'courier new', courier; font-size: 13.3333330154419px;"&gt;Max( Col Max( :height ), Col Max( :weight ) )&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;maxaxis = &lt;SPAN style="font-family: 'courier new', courier; font-size: 13.3333330154419px;"&gt;-0.05 * Min( Col Min( :height ), Col Min( :weight ) ) + 1.05 * &lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.3333330154419px;"&gt;Max( Col Max( :height ), Col Max( :weight ) )&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.3333330154419px;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Howard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 23:02:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Setting-both-axis-to-the-same-range/m-p/11901#M11399</guid>
      <dc:creator>hlrauch</dc:creator>
      <dc:date>2016-10-18T23:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Setting both axis to the same range</title>
      <link>https://community.jmp.com/t5/Discussions/Setting-both-axis-to-the-same-range/m-p/11902#M11400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Howard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution is the more desired.&amp;nbsp; I would suggest that this be a feature request to be settable like isometric.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 15:14:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Setting-both-axis-to-the-same-range/m-p/11902#M11400</guid>
      <dc:creator>Hegedus</dc:creator>
      <dc:date>2015-04-14T15:14:51Z</dc:date>
    </item>
  </channel>
</rss>

