cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

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

Help with getting data values on a line graph

Hello! 

I am looking for a way to add data values to a line graph. I have tried a few options but they have not been conducive to my purposes. I am hoping to get some suggestions for the best way to portray my data. 

 

Example 1 - This graph is from Excel and is what I would like to be able to produce in JMP

GN19_0-1629815140728.png

Example 2 - My best attempt in JMP at getting a line graph labeled

GN19_2-1629815463546.png

Thank you!

Gabe

 

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: Help with getting data values on a line graph

You need to structure the data differently, and then use an Overlay column

txnelson_0-1629818156140.png

I strongly suggest that you read the Essential Graphing document in the JMP Documentation Library, under the Help pull down menu

Jim

View solution in original post

3 REPLIES 3
txnelson
Super User

Re: Help with getting data values on a line graph

Here is my JMP version of your graph

txnelson_0-1629816688934.png

Attached is the data table with the embedded graph

 

 

Jim
GN19
Level II

Re: Help with getting data values on a line graph

Hi Jim! Thank you for the response! A secondary question related to that method, if I have two lines on the same graph, the data points double label both lines. I could be applying the labels incorrectly, but is there a way to have them on the same graph and labeled separately?

 

GN19_0-1629817232454.png

Thank you!

 

txnelson
Super User

Re: Help with getting data values on a line graph

You need to structure the data differently, and then use an Overlay column

txnelson_0-1629818156140.png

I strongly suggest that you read the Essential Graphing document in the JMP Documentation Library, under the Help pull down menu

Jim

Recommended Articles