<?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: How to plot Count of values of Nominal data vs. Continuous data in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/587921#M79309</link>
    <description>&lt;P&gt;First, welcome to the community. &amp;nbsp;I'm not sure I understand the issue, but I have attached a fake data set with fake numbers for two variables Die and ResDelta. &amp;nbsp;I have saved a script for Graph Builder (green arrow). &amp;nbsp;Just click on it. &amp;nbsp;Is this what you are looking for? &amp;nbsp;BTW, I'm on V17 so not sure it will work on V11... so here is the script:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Variables( X( :Die ), Y( :ResDelta ) ),
	Elements( Points( X, Y, Legend( 5 ) ) )
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 09 Jan 2023 20:26:12 GMT</pubDate>
    <dc:creator>statman</dc:creator>
    <dc:date>2023-01-09T20:26:12Z</dc:date>
    <item>
      <title>How to plot Count of values of Nominal data vs. Continuous data</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/587914#M79308</link>
      <description>Hi there, I have a question on how to model some data I am looking at (JMP 11).&lt;BR /&gt;&lt;BR /&gt;End goal: Display a Chart that shows Count of values of a Nominal Data Column (X) Vs. Continuous Data Column (Y).&lt;BR /&gt;&lt;BR /&gt;Further in the weeds:&lt;BR /&gt;&lt;BR /&gt;I have a Nominal Data Column: DieNumber.&lt;BR /&gt;&lt;BR /&gt;And a Continuous Data Column: ResDelta.&lt;BR /&gt;&lt;BR /&gt;I want to display the count of each DieNumber (ex: 1, 2, 3) displayed on the X axis instead of each DieNumber value, but in Graph Builder switching the summary statistic to N when ResDelta (Continuous) is plotted on the Y axis is summarizing Y and not summarizing the counts of each value of X.&lt;BR /&gt;&lt;BR /&gt;The only workaround I've found is using the Overlay Plot function, associating ResDelta as \[Y\], associating DieNumber as \[By\], but this splits out each chart individually when I want the data all in one chart.&lt;BR /&gt;&lt;BR /&gt;Really struggling with this so any help would be appreciated, thanks!</description>
      <pubDate>Sun, 11 Jun 2023 11:30:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/587914#M79308</guid>
      <dc:creator>Jakedahsnake</dc:creator>
      <dc:date>2023-06-11T11:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot Count of values of Nominal data vs. Continuous data</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/587921#M79309</link>
      <description>&lt;P&gt;First, welcome to the community. &amp;nbsp;I'm not sure I understand the issue, but I have attached a fake data set with fake numbers for two variables Die and ResDelta. &amp;nbsp;I have saved a script for Graph Builder (green arrow). &amp;nbsp;Just click on it. &amp;nbsp;Is this what you are looking for? &amp;nbsp;BTW, I'm on V17 so not sure it will work on V11... so here is the script:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Variables( X( :Die ), Y( :ResDelta ) ),
	Elements( Points( X, Y, Legend( 5 ) ) )
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 Jan 2023 20:26:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/587921#M79309</guid>
      <dc:creator>statman</dc:creator>
      <dc:date>2023-01-09T20:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot Count of values of Nominal data vs. Continuous data</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/587954#M79312</link>
      <description>&lt;P&gt;Thank you for the warm welcome and I appreciate your time looking in to this! I plotted the variables on X and Y how I think it should be, and here is what I see:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jakedahsnake_0-1673292800011.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48905i5EF3B55BF2956E44/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jakedahsnake_0-1673292800011.png" alt="Jakedahsnake_0-1673292800011.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is almost correct, except for each X (ChipDieNum) there can be multiple Y values (ResDelta). Instead of plotting the X values, I want to plot the counts of each X (ChipDieNum) value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As mentioned previously, X is set to Nominal and Y is Continuous.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 19:36:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/587954#M79312</guid>
      <dc:creator>Jakedahsnake</dc:creator>
      <dc:date>2023-01-09T19:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot Count of values of Nominal data vs. Continuous data</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588007#M79314</link>
      <description>&lt;P&gt;Under Points, try changing the summary statistic to 'N':&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ih_0-1673296080598.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48909i0CDC808EA338FE30/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ih_0-1673296080598.png" alt="ih_0-1673296080598.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I think this gives what you are looking for:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ih_1-1673296190588.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48910i81B511211F39B6C1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ih_1-1673296190588.png" alt="ih_1-1673296190588.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Script to recreate:&lt;/P&gt;
&lt;LI-SPOILER&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

dt = Open( "$Sample_data/big class.jmp" );

win = New Window("Example",
	H List Box(
		Graph Builder(
			Size( 503, 256 ),
			Show Control Panel( 0 ),
			Variables( X( :age ), Y( :height ) ),
			Elements( Points( X, Y, Legend( 3 ), Summary Statistic( "N" ) ) )
		),
		Tabulate(
			Show Control Panel( 0 ),
			Add Table( Row Table( Grouping Columns( :age ) ) )
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 20:30:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588007#M79314</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2023-01-09T20:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot Count of values of Nominal data vs. Continuous data</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588014#M79315</link>
      <description>&lt;P&gt;I've tried doing that, but for some reason JMP is summarizing Y (I guess since it is continuous data) instead of summarizing N for X, so I end up getting a different graph:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jakedahsnake_1-1673297307558.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48912iE1A8E4EDC25E606D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jakedahsnake_1-1673297307558.png" alt="Jakedahsnake_1-1673297307558.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While this is showing the counts of the ChipDieNumber, it's now plotting on the Y in place of ResDelta.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 20:48:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588014#M79315</guid>
      <dc:creator>Jakedahsnake</dc:creator>
      <dc:date>2023-01-09T20:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot Count of values of Nominal data vs. Continuous data</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588018#M79316</link>
      <description>&lt;P&gt;Aah, now I understand.&amp;nbsp; You need to change your y axis to be ordinal or nominal data, and&amp;nbsp;&lt;EM&gt;then&amp;nbsp;&lt;/EM&gt;choose the response axis to summarize under the red triangle for Points.&amp;nbsp; In some cases you might need to bin the data first, for example by rounding to the nearest whole number, but in your case it looks like Res Delta is already a whole number.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ih_0-1673297991297.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48913i61031EB1CC680EAB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ih_0-1673297991297.png" alt="ih_0-1673297991297.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Now for some reason the x axis labels messed up when I ran this, so I had to go into the x-axis settings and fix them. So, I thought this script should work:&lt;/P&gt;
&lt;LI-SPOILER&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

dt = Open( "$Sample_data/big class.jmp" );

dt:height &amp;lt;&amp;lt; Set Modeling Type("Ordinal");
dt:age &amp;lt;&amp;lt; Set Modeling Type("Ordinal");

Graph Builder(
	Size( 502, 256 ),
	Show Control Panel( 0 ),
	Variables( X( :age ), Y( :height ) ),
	Elements(
		Points( X, Y, Legend( 3 ), Summary Statistic( "N" ), Response Axis( "X" ) )
	)
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI-SPOILER&gt;
&lt;P&gt;but instead I needed to use this:&lt;/P&gt;
&lt;LI-SPOILER&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

dt = Open( "$Sample_data/big class.jmp" );

dt:height &amp;lt;&amp;lt; Set Modeling Type("Ordinal");
dt:age &amp;lt;&amp;lt; Set Modeling Type("Ordinal");

Graph Builder(
	Size( 501, 256 ),
	Show Control Panel( 0 ),
	Variables( X( :age ), Y( :height ) ),
	Elements(
		Points( X, Y, Legend( 3 ), Summary Statistic( "N" ), Response Axis( "X" ) )
	),
	SendToReport(
		Dispatch(
			{},
			"age",
			ScaleBox,
			{Label Row(
				{Tick Mark( Label( "12" ), Label( "0" ) ),
				Tick Mark( Label( "13" ), Label( "1" ) ),
				Tick Mark( Label( "14" ), Label( "2" ) ),
				Tick Mark( Label( "15" ), Label( "3" ) ),
				Tick Mark( Label( "16" ), Label( "4" ) ),
				Tick Mark( Label( "17" ), Label( "5" ) )}
			)}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 21:08:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588018#M79316</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2023-01-09T21:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot Count of values of Nominal data vs. Continuous data</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588022#M79317</link>
      <description>&lt;P&gt;ResDelta is continuous data though. Also, I don't have red arrows next to the points dropdown in the control panel. Maybe because I'm using JMP 11.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 21:37:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588022#M79317</guid>
      <dc:creator>Jakedahsnake</dc:creator>
      <dc:date>2023-01-09T21:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot Count of values of Nominal data vs. Continuous data</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588155#M79321</link>
      <description>&lt;P&gt;If this is the kind of graph you want&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1673316049140.png" style="width: 767px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48918i6E191D31A1D1EEE6/image-dimensions/767x517?v=v2" width="767" height="517" role="button" title="txnelson_0-1673316049140.png" alt="txnelson_0-1673316049140.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here is the method that I used in JMP 11.&amp;nbsp; Newer versions would make it easier.&lt;/P&gt;
&lt;P&gt;First, I create a new column called "count" using the formula&lt;/P&gt;
&lt;PRE&gt;If(Lag(:Die) != :Die | Row() == 1, x = 0); 
x++; 
x&lt;/PRE&gt;
&lt;P&gt;The Label state is then applied to the Count column.&lt;/P&gt;
&lt;P&gt;Each row has the Label State set for it.&amp;nbsp; This will allow for the displaying of the value as a label.&lt;/P&gt;
&lt;P&gt;ResDelta column is dragged to the Y dop area&lt;/P&gt;
&lt;P&gt;Die is dragged to the X drop area&lt;/P&gt;
&lt;P&gt;Count is dragged to the Color drop area&lt;/P&gt;
&lt;P&gt;This last step is done so the color of the points can be changed to white, so they will not show on the graph.&amp;nbsp; To change the color, just go to each of the colored points in the legend, right click on them one at a time, and change the color to white.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 02:11:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588155#M79321</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-01-10T02:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot Count of values of Nominal data vs. Continuous data</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588273#M79326</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/46141"&gt;@Jakedahsnake&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like other members have tried to find solutions to your problem, I will try another one, based on the discussions.&lt;/P&gt;&lt;P&gt;In order to create the graph attached, here are the steps :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a new column "Count" by Die ID :&amp;nbsp;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;// New formula column: Count
Data Table( "dieexample" ) &amp;lt;&amp;lt; New Formula Column(
	Operation( Category( "Aggregate" ), "Count" ),
	Columns( :ResDelta ),
	Group By( :Die )
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Create a graph showing the distribution of ResDelta depending on the number of points, with the information of Die ID in "Overlay" and boxplots to facilitate the comparison (optional, and might be messy if you have a large dataset):&amp;nbsp;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size( 984, 474 ),
	Show Control Panel( 0 ),
	Variables( X( :Count ), Y( :ResDelta ), Overlay( :Die ) ),
	Elements( Points( X, Y, Legend( 10 ) ), Box Plot( X, Y, Legend( 12 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"400",
			LegendBox,
			{Legend Position(
				{10, [0, 1, 2, 3, 4], 12, [-1, -1, -1, -1, -1, -3, -3, -3, -3, -3]}
			)}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Once this is done, you should get to the graph attached (I added boxplots in the graph and script, but you can remove them if this is not useful for your objective):&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_1-1673341984973.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48926i65761F5C0D31588E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_1-1673341984973.png" alt="Victor_G_1-1673341984973.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also attached the dataset I used for demonstration with graph script attached.&lt;BR /&gt;&lt;BR /&gt;Hope this will help you,&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 09:22:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588273#M79326</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2023-01-10T09:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot Count of values of Nominal data vs. Continuous data</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588354#M79333</link>
      <description>&lt;P&gt;Here is an alternate method that I&amp;nbsp;&lt;EM&gt;think&amp;nbsp;&lt;/EM&gt; will work in JMP 11 and will plot continuous values, and below that is perhaps an easier way to display this data using a histogram:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Method 1&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Calculate the points to plot using tabulate with ordinal data types and a local data filter excluding missing values on what would be the x axis. Then in the new data table change data types back to continuous and plot.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Add a new column with a formula like this (in newer versions of JMP you could do this right in the platform launch dialog without making a column):&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ih_1-1673356784559.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48934i5C7557205C1947B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ih_1-1673356784559.png" alt="ih_1-1673356784559.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Open tabulate, change the y variable to nominal temporarily, you can change it back after this.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;Add a local data filter to exclude rows with missing ages, set to nominal, and select '0'&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ih_3-1673356848392.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48936i92ABAE189EBC2C7A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ih_3-1673356848392.png" alt="ih_3-1673356848392.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Make into a data table&lt;/LI&gt;
&lt;LI&gt;Change data modeling types back to continuous&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;Graph&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ih_4-1673356903517.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48937i4D8222019CC313B1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ih_4-1673356903517.png" alt="ih_4-1673356903517.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Method 2&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;In graph builder make a histogram using only the y axis, and add a local data filter excluding missing values on what would be the x axis.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Make the same 'is missing' column for the x axis variable&lt;/LI&gt;
&lt;LI&gt;Add that column as a local data filter in graph builder.&lt;/LI&gt;
&lt;LI&gt;Add the y variable to the y axis, it should be continuous&lt;/LI&gt;
&lt;LI&gt;Change the graph to a histogram&lt;/LI&gt;
&lt;LI&gt;Change the axis settings on the y axis to something reasonable. Note that this will still do some binning, so depending on your setting here it might combine heights 51.1 and 51.2 into the same bar with a count 2.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ih_5-1673357087773.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48938i5C25AB3ACC89D54F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ih_5-1673357087773.png" alt="ih_5-1673357087773.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 13:25:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588354#M79333</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2023-01-10T13:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot Count of values of Nominal data vs. Continuous data</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588478#M79345</link>
      <description>&lt;P&gt;This is the closest so far out of all the solutions, but the problem I have is that my end graph needs to be (Count of ChipDieNum) vs. (Res Delta).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ChipDieNum: 401 ran through calibration 3 times with Resistance Deltas: -10200; -2000; -100 Ohms. In the data, ChipDieNum = (401), Count of ChipDieNum = (3), &amp;amp; Res Delta = (-10200,-2000,-100)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ChipDieNum: 510 ran through calibration 2 times with Resistance Deltas: -13000, -2600; -200 Ohms. Which would show as: ChipDieNum = (510), Count of ChipDieNum = (2), &amp;amp; Res Delta = (-13000,-2600,-200)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attempting to correlate that Res Delta for a chip increases according to the number of times it ran through calibration by plotting Count of ChipDieNum (X) against Res Delta (Y). In another sense, I am trying to associate multiple Res Delta (Y) values with values of Count (X) of each ChipDieNum value where ChipDieNum is Nominal, and Res Delta is Continuous.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 15:34:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588478#M79345</guid>
      <dc:creator>Jakedahsnake</dc:creator>
      <dc:date>2023-01-10T15:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot Count of values of Nominal data vs. Continuous data</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588509#M79346</link>
      <description>&lt;P&gt;Thanks for the help everyone, if this clarifies things I would like to present a similar problem that might be easier to understand.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example Problem:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tim, Alex, &amp;amp; Sara run around a track. After each lap, a measurement is taken of Calories burned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tim ran around the track 2 times with Calories Burned: 75, 155 resepectively.&lt;/P&gt;&lt;P&gt;Alex ran around 4 times with calorie measurements of: 60, 130, 195, &amp;amp; 240 cal.&lt;/P&gt;&lt;P&gt;Sara ran around 5 times with measurements of: 65, 125, 180, 235, &amp;amp; 280 cal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I plot (# of times ran around) vs. (Calories Burned)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To relate this back to my problem:&lt;/P&gt;&lt;P&gt;(Nominal) Names = ChipDieNum,&lt;/P&gt;&lt;P&gt;(Nominal) # of times ran around = Count of ChipDieNum,&lt;/P&gt;&lt;P&gt;(Continuous) Calories Burned = Delta Res.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the record I have 8,000+ data entries that I would like to model.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 16:10:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588509#M79346</guid>
      <dc:creator>Jakedahsnake</dc:creator>
      <dc:date>2023-01-10T16:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot Count of values of Nominal data vs. Continuous data</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588519#M79347</link>
      <description>&lt;P&gt;Aah, thank you ask this example clarifies your use case!&amp;nbsp; If I understand correctly, you want all of the individual track times plotted as separate points, not just a single point representing both of Tim's runs.&amp;nbsp; I would approach this by making a column counting the number of times each person ran around the track so far, and then just plotting that against Calories Burned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The formula for the times around track column could look like this (note how it just sums the number instead of having a column reference in the first argument):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ih_2-1673367524792.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48950iACD2780DEBC4EF7C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ih_2-1673367524792.png" alt="ih_2-1673367524792.png" /&gt;&lt;/span&gt;&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-1673367482406.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48949iC9389867B6ABCD90/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ih_1-1673367482406.png" alt="ih_1-1673367482406.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Script to recreate chart:&lt;/P&gt;
&lt;LI-SPOILER&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names default to here(1);

dt = New Table( "Count Table",
	Add Rows( 11 ),
	New Column( "Name", Character, "Nominal",
		Set Values( {"Tim", "Tim", "Alex", "Alex", "Alex", "Alex", "Sara", 
			"Sara", "Sara", "Sara", "Sara"} ) ),
	New Column( "Calories Burned", Numeric, "Continuous", Format( "Best", 12 ),
		Set Values( [75, 155, 60, 130, 195, 240, 65, 125, 180, 235, 280] ) ),
	New Column( "Times around Track", Numeric, "Continuous", Format( "Best", 12 ),
		Formula( Col Cumulative Sum( 1, :Name ) ) )
);

g = dt &amp;lt;&amp;lt; Graph Builder(
	Size( 534, 456 ),
	Show Control Panel( 0 ),
	Variables( X( :Times around Track ), Y( :Calories Burned ), Overlay( :Name ) ),
	Elements( Points( X, Y, Legend( 13 ) ), Smoother( X, Y, Legend( 15 ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI-SPOILER&gt;</description>
      <pubDate>Tue, 10 Jan 2023 16:22:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588519#M79347</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2023-01-10T16:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot Count of values of Nominal data vs. Continuous data</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588528#M79350</link>
      <description>&lt;P&gt;This is super close, I don't think JMP 11 has Col Cumulative Sum() as an argument. But that is the type of graph and modeling I am trying to see!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 16:35:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588528#M79350</guid>
      <dc:creator>Jakedahsnake</dc:creator>
      <dc:date>2023-01-10T16:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot Count of values of Nominal data vs. Continuous data</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588612#M79358</link>
      <description>&lt;P&gt;If you sort your data by "Name" (Using&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/6657"&gt;@ih&lt;/a&gt;&amp;nbsp;example), the following formula will give you the Column Cumulative Sum in JMP 11&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If(Lag(:Name) != :Name | Row() == 1, x = 0); 
x++; 
x&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Jan 2023 19:55:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588612#M79358</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-01-10T19:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot Count of values of Nominal data vs. Continuous data</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588622#M79360</link>
      <description>&lt;P&gt;Thanks for your help! Here's what it ended up looking like. I'll clean it up a bit more, but that's it!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jakedahsnake_0-1673382981199.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48965iC2ADDB7E5FBB6CB9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jakedahsnake_0-1673382981199.png" alt="Jakedahsnake_0-1673382981199.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 20:36:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-Count-of-values-of-Nominal-data-vs-Continuous-data/m-p/588622#M79360</guid>
      <dc:creator>Jakedahsnake</dc:creator>
      <dc:date>2023-01-10T20:36:39Z</dc:date>
    </item>
  </channel>
</rss>

