<?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: Graph Builder: adjust the axes to the filtered data in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Graph-Builder-adjust-the-axes-to-the-filtered-data/m-p/651201#M84199</link>
    <description>&lt;P&gt;Seems to be somehow bugged or working inversed with multiple response columns. You could &lt;STRONG&gt;enable&lt;/STRONG&gt; Show Excluded Rows (hold shift while pressing red triangle to access Show Excluded Rows).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1687519262977.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/54111i08914EDA9D695B6A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1687519262977.png" alt="jthi_0-1687519262977.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1687519331794.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/54112i8D56F9F6CA7955DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1687519331794.png" alt="jthi_1-1687519331794.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jun 2023 11:23:00 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2023-06-23T11:23:00Z</dc:date>
    <item>
      <title>Graph Builder: adjust the axes to the filtered data</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-adjust-the-axes-to-the-filtered-data/m-p/651190#M84198</link>
      <description>&lt;P&gt;If a user applies a data filter to exclude rows, the Graph Builder Plot restricts the axes (and Group X/Y areas) accordingly.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Graph_Datafilter_.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/54109iBB3C08D74CF3CA3C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Graph_Datafilter_.png" alt="Graph_Datafilter_.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;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Graph_Datafilter.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/54108i1B3B8C9AAB86732C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Graph_Datafilter.png" alt="Graph_Datafilter.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... but not always:&lt;BR /&gt;For columns with modeling type &lt;STRONG&gt;multiple response&lt;/STRONG&gt;, Jmp (17.1) displays all existing values on the axis (and Group X/Y areas)&lt;BR /&gt;- even if the data is restricted by a global data filter and a local data filter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a setting&amp;nbsp;to change this behavior?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1687518152580.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/54110iD7381E700EF9ADBA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1687518152580.png" alt="hogi_1-1687518152580.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;workaround&lt;/STRONG&gt; (for the case with the global data filter):&lt;BR /&gt;generate a subset and plot from there.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" );
dt &amp;lt;&amp;lt; Data Filter(
	Location( {88, 88} ),
	Mode( Select( 0 ), Include( 1 ) ),
	Add Filter(
		columns( :sports ),
		Match Any( Where( :sports == "Baseball" ) ),
		Display( :sports, Find( Set Text( "" ) ) )
	)
);
dt &amp;lt;&amp;lt; Graph Builder(
	Size( 353, 453 ),
	Show Control Panel( 0 ),
	Summary Statistic( "Median" ),
	Variables( X( :name ), Y( :sports ) ),
	Elements( Points( X, Y, Legend( 4 ) ) ),
	Local Data Filter(
		Add Filter(
			columns( :sports ),
			Match Any( Where( :sports == "Baseball" ) ),
			Display( :sports, Find( Set Text( "" ) ) )
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Fri, 23 Jun 2023 11:04:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-adjust-the-axes-to-the-filtered-data/m-p/651190#M84198</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-06-23T11:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: adjust the axes to the filtered data</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-adjust-the-axes-to-the-filtered-data/m-p/651201#M84199</link>
      <description>&lt;P&gt;Seems to be somehow bugged or working inversed with multiple response columns. You could &lt;STRONG&gt;enable&lt;/STRONG&gt; Show Excluded Rows (hold shift while pressing red triangle to access Show Excluded Rows).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1687519262977.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/54111i08914EDA9D695B6A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1687519262977.png" alt="jthi_0-1687519262977.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1687519331794.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/54112i8D56F9F6CA7955DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1687519331794.png" alt="jthi_1-1687519331794.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 11:23:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-adjust-the-axes-to-the-filtered-data/m-p/651201#M84199</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-06-23T11:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: adjust the axes to the filtered data</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-adjust-the-axes-to-the-filtered-data/m-p/651206#M84201</link>
      <description>&lt;P&gt;cool, thanks&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;!&lt;BR /&gt;works for global and local data filter.&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="hogi_1-1687520560427.png" style="width: 157px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/54117iDE6357DE50D58F97/image-dimensions/157x18?v=v2" width="157" height="18" role="button" title="hogi_1-1687520560427.png" alt="hogi_1-1687520560427.png" /&gt;&lt;/span&gt;" - good that the function forgets do to this.&lt;BR /&gt;So it can be used as a workaround till the issue is fixed :)&lt;/img&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 11:45:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-adjust-the-axes-to-the-filtered-data/m-p/651206#M84201</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-06-23T11:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: adjust the axes to the filtered data</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-adjust-the-axes-to-the-filtered-data/m-p/651235#M84206</link>
      <description>&lt;P&gt;I sent Jmp support a link to this post:&amp;nbsp;TS-00044559&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 12:25:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-adjust-the-axes-to-the-filtered-data/m-p/651235#M84206</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-06-23T12:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: adjust the axes to the filtered data</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-adjust-the-axes-to-the-filtered-data/m-p/780721#M96301</link>
      <description>&lt;P&gt;Will be fixed in JMP19.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Aug 2024 07:56:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-adjust-the-axes-to-the-filtered-data/m-p/780721#M96301</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-08-10T07:56:52Z</dc:date>
    </item>
  </channel>
</rss>

