cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Vmuthu
Level II

Graph builder Histogram adding count in Y axis

I genrated a histogram using the graph builder as shown in the attached plot. I want to add the count of the Y axis. Please show me how to add. 

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: Graph builder Histogram adding count in Y axis

The way that I do that, is to create a new column in the data table, and call it "Count", setting each rows value to 1.  I then go to Graph Builder and select my x axis and then set my y axis to the count column, and it's statistic to sum.

histo.PNG

There are soooooo many things you can do with Graph Builder, that there may be a Community member that can show a better way to solve your problem

Jim

View solution in original post

3 REPLIES 3
txnelson
Super User

Re: Graph builder Histogram adding count in Y axis

The way that I do that, is to create a new column in the data table, and call it "Count", setting each rows value to 1.  I then go to Graph Builder and select my x axis and then set my y axis to the count column, and it's statistic to sum.

histo.PNG

There are soooooo many things you can do with Graph Builder, that there may be a Community member that can show a better way to solve your problem

Jim
Vmuthu
Level II

Re: Graph builder Histogram adding count in Y axis

Thanks @txnelson. This solve my requuirement. 

is there a way to add the N value in the histogram from the Graph builder? 

 

Appreviate your help.

Venkat

 

txnelson
Super User

Re: Graph builder Histogram adding count in Y axis

Sure, just specify "Label by Vlaue" for the labeling for the Bar specificationshisto2.PNG

Jim

Recommended Articles