<?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 can I show in Graph Builder that there are outliers not shown? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-I-show-in-Graph-Builder-that-there-are-outliers-not/m-p/621063#M82024</link>
    <description>&lt;P&gt;Or keep the original graph and add the Y variable a second time, then adjust the scales&lt;/P&gt;&lt;P&gt;&amp;nbsp;... of the original graph to focus on the main distribution&lt;/P&gt;&lt;P&gt;&amp;nbsp;... of the additional graph to indicate that there are outliers:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1680882199460.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51818i7EEE2F8C08983915/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1680882199460.png" alt="hogi_1-1680882199460.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;Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

:sex[18]="";
:sex[40]="";
:weight[18]=1500;
:weight[40]=1000;

Graph Builder(
	Size( 462, 468 ),
	Show Control Panel( 0 ),
	Variables( X( :height ), Y( :weight ), Y( :weight ), Overlay( :sex ) ),
	Relative Sizes( "Y", [77 341] ),
	Elements( Position( 1, 1 ), Points( X, Y, Legend( 37 ) ) ),
	Elements( Position( 1, 2 ), Points( X, Y, Legend( 39 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"weight",
			ScaleBox,
			{Min( 200 ), Max( 2000 ), Inc( 200 ),
			Minor Ticks( 1 )}
		),
		Dispatch(
			{},
			"weight",
			ScaleBox( 2 ),
			{Min( 0 ), Max( 200 ), Inc( 50 )}
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Apr 2023 15:45:01 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2023-04-07T15:45:01Z</dc:date>
    <item>
      <title>How can I show in Graph Builder that there are outliers not shown?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-show-in-Graph-Builder-that-there-are-outliers-not/m-p/620974#M82014</link>
      <description>&lt;P&gt;Good morning!&lt;/P&gt;&lt;P&gt;I run into this problem almost daily where I have a graph with outliers that are many orders of magnitude out of range of the rest of my data (graph on left).&amp;nbsp; I need to adjust the y-axis to show the detail of the collected data (graph on right), but I'd still like to indicate to the viewer that there are outliers that aren't shown (like the red triangles I mocked up in MS Paint and circled in red).&amp;nbsp; Is there a way to do something like this?&amp;nbsp; Or any other ideas on how to show that there are outliers while having the y axis from -1 to 1?&amp;nbsp; JMP 16.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Andy8_0-1680877670927.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51808iC562898EC5E21E1B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Andy8_0-1680877670927.png" alt="Andy8_0-1680877670927.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you kindly,&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:31:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-show-in-Graph-Builder-that-there-are-outliers-not/m-p/620974#M82014</guid>
      <dc:creator>Andy8</dc:creator>
      <dc:date>2023-06-11T11:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I show in Graph Builder that there are outliers not shown?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-show-in-Graph-Builder-that-there-are-outliers-not/m-p/621048#M82022</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/43704"&gt;@Andy8&lt;/a&gt;&amp;nbsp;, have you tried to change the Y-axis scale? You may try to right click on the Y-axis and select axis settings.&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="MeichenDong_0-1680880787244.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51814iB8648C2349C83F31/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MeichenDong_0-1680880787244.png" alt="MeichenDong_0-1680880787244.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;On scale panel, you may change linear to log/power/...&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MeichenDong_1-1680880825340.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51815i0F6A64447100DE0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MeichenDong_1-1680880825340.png" alt="MeichenDong_1-1680880825340.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope this may help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2023 15:22:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-show-in-Graph-Builder-that-there-are-outliers-not/m-p/621048#M82022</guid>
      <dc:creator>MeichenDong</dc:creator>
      <dc:date>2023-04-07T15:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I show in Graph Builder that there are outliers not shown?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-show-in-Graph-Builder-that-there-are-outliers-not/m-p/621063#M82024</link>
      <description>&lt;P&gt;Or keep the original graph and add the Y variable a second time, then adjust the scales&lt;/P&gt;&lt;P&gt;&amp;nbsp;... of the original graph to focus on the main distribution&lt;/P&gt;&lt;P&gt;&amp;nbsp;... of the additional graph to indicate that there are outliers:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1680882199460.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51818i7EEE2F8C08983915/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1680882199460.png" alt="hogi_1-1680882199460.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;Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

:sex[18]="";
:sex[40]="";
:weight[18]=1500;
:weight[40]=1000;

Graph Builder(
	Size( 462, 468 ),
	Show Control Panel( 0 ),
	Variables( X( :height ), Y( :weight ), Y( :weight ), Overlay( :sex ) ),
	Relative Sizes( "Y", [77 341] ),
	Elements( Position( 1, 1 ), Points( X, Y, Legend( 37 ) ) ),
	Elements( Position( 1, 2 ), Points( X, Y, Legend( 39 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"weight",
			ScaleBox,
			{Min( 200 ), Max( 2000 ), Inc( 200 ),
			Minor Ticks( 1 )}
		),
		Dispatch(
			{},
			"weight",
			ScaleBox( 2 ),
			{Min( 0 ), Max( 200 ), Inc( 50 )}
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2023 15:45:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-show-in-Graph-Builder-that-there-are-outliers-not/m-p/621063#M82024</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-04-07T15:45:01Z</dc:date>
    </item>
  </channel>
</rss>

