cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

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