<?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: Using Column Switcher with Graphlets in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Using-Column-Switcher-with-Graphlets/m-p/916269#M107657</link>
    <description>&lt;P&gt;You can for example utilize Click&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class Families.jmp");

gb = dt &amp;lt;&amp;lt; Graph Builder(
	Show Control Panel(0),
	Variables(X(:height), Y(:weight)),
	Elements(Points(X, Y, Legend(4)), Line Of Fit(X, Y, Legend(6))),
	SendToReport(
		Dispatch({}, "Graph Builder", FrameBox,
			{Set Graphlet(
				Picture(
					Distribution(
						Nominal Distribution(Column(:age)),
						Automatic Recalc(1)
					);
				),
				Click(
					dist = Distribution(
						Nominal Distribution(Column(:age)),
						Automatic Recalc(1)
					);
					dist &amp;lt;&amp;lt; Column Switcher(:age, {:name, :age, :sex});
				)
			)
			}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 02 Dec 2025 17:39:35 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2025-12-02T17:39:35Z</dc:date>
    <item>
      <title>Using Column Switcher with Graphlets</title>
      <link>https://community.jmp.com/t5/Discussions/Using-Column-Switcher-with-Graphlets/m-p/916227#M107652</link>
      <description>&lt;P&gt;I'm trying to make a series of drill down graphs with graphlets.&amp;nbsp; I'd like to have the column switcher available in each of the drill down graphs.&amp;nbsp; Is this possible?&amp;nbsp; When I try, the column switcher always goes away.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 15:01:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-Column-Switcher-with-Graphlets/m-p/916227#M107652</guid>
      <dc:creator>cpark2</dc:creator>
      <dc:date>2025-12-02T15:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using Column Switcher with Graphlets</title>
      <link>https://community.jmp.com/t5/Discussions/Using-Column-Switcher-with-Graphlets/m-p/916269#M107657</link>
      <description>&lt;P&gt;You can for example utilize Click&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class Families.jmp");

gb = dt &amp;lt;&amp;lt; Graph Builder(
	Show Control Panel(0),
	Variables(X(:height), Y(:weight)),
	Elements(Points(X, Y, Legend(4)), Line Of Fit(X, Y, Legend(6))),
	SendToReport(
		Dispatch({}, "Graph Builder", FrameBox,
			{Set Graphlet(
				Picture(
					Distribution(
						Nominal Distribution(Column(:age)),
						Automatic Recalc(1)
					);
				),
				Click(
					dist = Distribution(
						Nominal Distribution(Column(:age)),
						Automatic Recalc(1)
					);
					dist &amp;lt;&amp;lt; Column Switcher(:age, {:name, :age, :sex});
				)
			)
			}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Dec 2025 17:39:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-Column-Switcher-with-Graphlets/m-p/916269#M107657</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-12-02T17:39:35Z</dc:date>
    </item>
  </channel>
</rss>

