<?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: Column filter for graph builder (Parallel plot) in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Column-filter-for-graph-builder-Parallel-plot/m-p/424634#M67377</link>
    <description>&lt;P&gt;Would Column Switcher help? You might need multiple ones and if you have duplicates in the column switchers the changing gets a bit annoying&lt;/P&gt;</description>
    <pubDate>Fri, 08 Oct 2021 08:15:41 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2021-10-08T08:15:41Z</dc:date>
    <item>
      <title>Column filter for graph builder (Parallel plot)</title>
      <link>https://community.jmp.com/t5/Discussions/Column-filter-for-graph-builder-Parallel-plot/m-p/424613#M67373</link>
      <description>&lt;P&gt;The local data filter allows the user to select the rows of interest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wonder how I can allow the same functionality but for columns without having to edit the graph.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, allowing the user to select what to visualize between weight, size, age, sex...&amp;nbsp;&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" );

Graph Builder(
	Size( 490, 448 ),
	Show Control Panel( 0 ),
	Variables(
		X( :age ),
		X( :sex, Position( 1 ) ),
		X( :height, Position( 1 ) ),
		X( :weight, Position( 1 ) ),
		Color( :sex )
	),
	Elements( Parallel( X( 1 ), X( 2 ), X( 3 ), X( 4 ), Legend( 5 ) ) )
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:01:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Column-filter-for-graph-builder-Parallel-plot/m-p/424613#M67373</guid>
      <dc:creator>FN</dc:creator>
      <dc:date>2023-06-09T18:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Column filter for graph builder (Parallel plot)</title>
      <link>https://community.jmp.com/t5/Discussions/Column-filter-for-graph-builder-Parallel-plot/m-p/424634#M67377</link>
      <description>&lt;P&gt;Would Column Switcher help? You might need multiple ones and if you have duplicates in the column switchers the changing gets a bit annoying&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2021 08:15:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Column-filter-for-graph-builder-Parallel-plot/m-p/424634#M67377</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-10-08T08:15:41Z</dc:date>
    </item>
  </channel>
</rss>

