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!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

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

How do I plot row number in Graph Builder?

As a former gnuplot user, I could plot column "0" as one of the axis, and it would plot the row number on that axis.  

 

Obviously I could do this with a formula column ("row()"), but is there a way to do this without having to create a new column in my table?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: How do I plot row number in Graph Builder?

Right-click on a column name in a dialog box and choose Row > Row. This will add a temporary variable for the row number which can be used like any variable in your data table.

Dan Obermiller

View solution in original post

3 REPLIES 3

Re: How do I plot row number in Graph Builder?

Right-click on a column name in a dialog box and choose Row > Row. This will add a temporary variable for the row number which can be used like any variable in your data table.

Dan Obermiller
BHarris
Level VII

Re: How do I plot row number in Graph Builder?

Right-click on the column name in the Graph Builder interface? Wow, I had no idea that existed! Thank you!

Re: How do I plot row number in Graph Builder?

That feature exists everywhere in JMP, not just the Graph Builder. It is called temporary variables. You can use it for many common transformations/formulas.

Dan Obermiller

Recommended Articles