cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • See how to interactively organize and restructure data for analysis. Register for May 29 webinar, 2pm US ET.

Discussions

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

Row numbers in Graph Builder

I would like to put row numbers in X-Axis in Graph Builder.

Actually, I am trying to create a chart like Overlay Plot with one Y-Axis column only. 

Please assist.

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Row numbers in Graph Builder

You have two choices. The first choice is to create a new numeric data column with the row numbers in the data table. You can initialize a new column with a sequence of cardinal numbers or use a formula (simplly call the Row() function). The second choice is in Graph Builder itself. Right-click on a data column in the column list and select Row > Row. You now have a temporary (or virtual) data column to use in your plot. Use it just like a real column: drag it to the X drop zone. If you get the result you want and decide to keep the temporary column, right-click on it in the column list and select Add to Data Table.

View solution in original post

1 REPLY 1

Re: Row numbers in Graph Builder

You have two choices. The first choice is to create a new numeric data column with the row numbers in the data table. You can initialize a new column with a sequence of cardinal numbers or use a formula (simplly call the Row() function). The second choice is in Graph Builder itself. Right-click on a data column in the column list and select Row > Row. You now have a temporary (or virtual) data column to use in your plot. Use it just like a real column: drag it to the X drop zone. If you get the result you want and decide to keep the temporary column, right-click on it in the column list and select Add to Data Table.

Recommended Articles