<?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: Bar Graphs in Graph Builder - new in JMP19 ... in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Bar-Graphs-in-Graph-Builder-new-in-JMP19/m-p/906292#M106467</link>
    <description>&lt;P&gt;Lots of those plots look the same, what's the summary of your findings here?&amp;nbsp; Is this only an issue if you override the default Summary Statistic in the GB settings?&lt;/P&gt;</description>
    <pubDate>Tue, 07 Oct 2025 14:34:37 GMT</pubDate>
    <dc:creator>BHarris</dc:creator>
    <dc:date>2025-10-07T14:34:37Z</dc:date>
    <item>
      <title>Bar Graphs in Graph Builder - new in JMP19 ...</title>
      <link>https://community.jmp.com/t5/Discussions/Bar-Graphs-in-Graph-Builder-new-in-JMP19/m-p/906251#M106464</link>
      <description>&lt;P&gt;In Graph Builder, users do not need to drag a value onto the y-axis in order to create a bar graph.&lt;BR /&gt;Without specifying a Y value, JMP will count -- or calculate an aggregate value.&lt;BR /&gt;Which one? For some of the settings, this depends on the version of JMP being used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;comparison JMP18 vs. JMP19:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1759835616695.png" style="width: 950px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/84501i39C7994ADA1C96E0/image-dimensions/950x3829?v=v2" width="950" height="3829" role="button" title="hogi_1-1759835616695.png" alt="hogi_1-1759835616695.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 = Open( "$SAMPLE_DATA/Big Class Families.jmp" );
Graph Builder(
	Variables( X( :sex ), Overlay( :age ) ),
	Elements( Bar( X, Legend( 3 ), Summary Statistic( "Median" ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;Median is great to get rid of outliers, so maybe use it as a default setting in the preferences?&lt;BR /&gt;Think twice - and decide whether you would prefer meaningful results for 'values' or for 'counts'.&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="hogi_0-1759835819129.png" style="width: 647px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/84503i1ECC122DE2387844/image-dimensions/647x123?v=v2" width="647" height="123" role="button" title="hogi_0-1759835819129.png" alt="hogi_0-1759835819129.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 17:24:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bar-Graphs-in-Graph-Builder-new-in-JMP19/m-p/906251#M106464</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-10-07T17:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Graphs in Graph Builder - new in JMP19 ...</title>
      <link>https://community.jmp.com/t5/Discussions/Bar-Graphs-in-Graph-Builder-new-in-JMP19/m-p/906292#M106467</link>
      <description>&lt;P&gt;Lots of those plots look the same, what's the summary of your findings here?&amp;nbsp; Is this only an issue if you override the default Summary Statistic in the GB settings?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 14:34:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bar-Graphs-in-Graph-Builder-new-in-JMP19/m-p/906292#M106467</guid>
      <dc:creator>BHarris</dc:creator>
      <dc:date>2025-10-07T14:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Graphs in Graph Builder - new in JMP19 ...</title>
      <link>https://community.jmp.com/t5/Discussions/Bar-Graphs-in-Graph-Builder-new-in-JMP19/m-p/906334#M106473</link>
      <description>&lt;P&gt;Yes, somehow.&lt;BR /&gt;If a user has the 'Mean' setting selected in their preferences, it is very likely that they won't notice any difference.&lt;BR /&gt;They start with 'Mean' and will get 'Mean' values, or counts if no value is dragged onto the Y-axis. Great!&lt;BR /&gt;Perhaps they will use a different setting and benefit from the new options (besides median, minimum and mode, other calculations have changed as well. I suppose there is a benefit of te new mode - maybe for Cumulative Sum?]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the other hand:&lt;/P&gt;
&lt;P&gt;A user who selected '&lt;FONT face="courier new,courier"&gt;Median&lt;/FONT&gt;' in the preferences needs to be aware of the change - in order to switch to '&lt;FONT face="courier new,courier"&gt;Mean&lt;/FONT&gt;'(&lt;FONT face="courier new,courier"&gt;N&lt;/FONT&gt; or &lt;FONT face="courier new,courier"&gt;Sum&lt;/FONT&gt;) for counts.&lt;/P&gt;
&lt;P&gt;They also have to change all the created scripts because the preferences are automatically added to them. Even if the setting did not have an effect for counts in the past, it does now in JMP19 ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately for me:&amp;nbsp;I was brave enough to define&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Summary Statistic( "Median" )&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;as standard in the default script which new JMP users get when they start with JMP.&lt;BR /&gt;So, let's see how many of my colleagues will notice, wonder, find out ... or find the post.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 17:18:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bar-Graphs-in-Graph-Builder-new-in-JMP19/m-p/906334#M106473</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-10-07T17:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Graphs in Graph Builder - new in JMP19 ...</title>
      <link>https://community.jmp.com/t5/Discussions/Bar-Graphs-in-Graph-Builder-new-in-JMP19/m-p/906436#M106489</link>
      <description>&lt;P&gt;Besides mitigating the impact for users with manually changed preferences - why the change?&amp;nbsp;&lt;BR /&gt;Where is the benefit?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my 1st guess: to better teach/understand the differences between weight and freq -&amp;nbsp;&lt;LI-MESSAGE title="Freq and Weight: better documentation" uid="684843" url="https://community.jmp.com/t5/JMP-Wish-List/Freq-and-Weight-better-documentation/m-p/684843#U684843" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(e.g. the impact on median).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;let's try ...&lt;BR /&gt;&lt;BR /&gt;&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" );

new column ("freq", formula(random integer(10)));
new column ("weight_", formula(random uniform (2)));
Graph Builder(
	Variables( X( :sex ), Overlay( :age ), Frequency( :freq ) ),
	Elements( Bar( X, Summary Statistic( "Max" ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Doesn't seem to be the case -&amp;nbsp; even "max" is 1 for &lt;FONT face="courier new,courier"&gt;freq = 1 ... 10&lt;/FONT&gt;:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1759900069019.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/84558i23400FCCE1524809/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1759900069019.png" alt="hogi_0-1759900069019.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Some of the aggregations [min, max, median ...] seem to &lt;EM&gt;&lt;STRONG&gt;calculate the result on row level&lt;/STRONG&gt; &lt;/EM&gt;,&lt;/P&gt;
&lt;P&gt;not on on "bar" level like mean, cumulative %, percent of .....&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Plots with freq=1 and random freq. I added colors to the background to highlight the differences.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1759908523881.png" style="width: 941px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/84572iD81D44299C7CF7A0/image-dimensions/941x1965?v=v2" width="941" height="1965" role="button" title="hogi_0-1759908523881.png" alt="hogi_0-1759908523881.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;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 07:29:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bar-Graphs-in-Graph-Builder-new-in-JMP19/m-p/906436#M106489</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-10-08T07:29:45Z</dc:date>
    </item>
  </channel>
</rss>

