<?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: Mosaic Graph cell sizing in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Mosaic-Graph-cell-sizing/m-p/473074#M71767</link>
    <description>&lt;P&gt;You can use frequency, it is in the bottom right corner of the graph builder. Here the sum of frequency for one and two are the same even though they do not have the same number of rows:&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="ih_1-1648210295905.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/41146iA2DCE4C7207044D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ih_1-1648210295905.png" alt="ih_1-1648210295905.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&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 = New Table( "Untitled",
	Add Rows( 3 ),
	Set Header Height( 46 ),
	New Column( "Size",
		Numeric,
		"Continuous",
		Format( "Best", 12 ),
		Set Values( [1, 0.5, 0.5] )
	),
	New Column( "Topic", Character, "Nominal", Set Values( {"One", "Two", "Two"} ) )
)

dt &amp;lt;&amp;lt; Graph Builder(
	Size( 440, 239 ),
	Show Control Panel( 0 ),
	Variables( Y( :Topic ), Frequency( :Size ) ),
	Elements( Mosaic( Y, Legend( 5 ) ) )
);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 25 Mar 2022 12:12:08 GMT</pubDate>
    <dc:creator>ih</dc:creator>
    <dc:date>2022-03-25T12:12:08Z</dc:date>
    <item>
      <title>Mosaic Graph cell sizing</title>
      <link>https://community.jmp.com/t5/Discussions/Mosaic-Graph-cell-sizing/m-p/472729#M71736</link>
      <description>&lt;P&gt;I am building mosaic graphs and the cells are sized based on the count of each value in the graph. I am wondering if there is a way in jsl to force or fake the count to a set value? I am just trying to make the cells be the same size or show some symmetry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Ray&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:23:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Mosaic-Graph-cell-sizing/m-p/472729#M71736</guid>
      <dc:creator>Raybob</dc:creator>
      <dc:date>2023-06-11T11:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Mosaic Graph cell sizing</title>
      <link>https://community.jmp.com/t5/Discussions/Mosaic-Graph-cell-sizing/m-p/473074#M71767</link>
      <description>&lt;P&gt;You can use frequency, it is in the bottom right corner of the graph builder. Here the sum of frequency for one and two are the same even though they do not have the same number of rows:&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="ih_1-1648210295905.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/41146iA2DCE4C7207044D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ih_1-1648210295905.png" alt="ih_1-1648210295905.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&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 = New Table( "Untitled",
	Add Rows( 3 ),
	Set Header Height( 46 ),
	New Column( "Size",
		Numeric,
		"Continuous",
		Format( "Best", 12 ),
		Set Values( [1, 0.5, 0.5] )
	),
	New Column( "Topic", Character, "Nominal", Set Values( {"One", "Two", "Two"} ) )
)

dt &amp;lt;&amp;lt; Graph Builder(
	Size( 440, 239 ),
	Show Control Panel( 0 ),
	Variables( Y( :Topic ), Frequency( :Size ) ),
	Elements( Mosaic( Y, Legend( 5 ) ) )
);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 25 Mar 2022 12:12:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Mosaic-Graph-cell-sizing/m-p/473074#M71767</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2022-03-25T12:12:08Z</dc:date>
    </item>
  </channel>
</rss>

