cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

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