cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.

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