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
TingChen
Level I

How to show value for certain points in Graph Builder

Hi, I am using Graph Builder to plot values for two populations (Blue vs Blue), is there a way to only show the value of all the blue points but not blacks.  Thanks. 

TingChen_0-1614381052237.png

 

2 REPLIES 2
ih
Super User (Alumni) ih
Super User (Alumni)

Re: How to show value for certain points in Graph Builder

In your data table, select the column you want to show the label for and select 'Label/Unlabel'.  You could create a custom column here to bring multiple values together in a formatted string, like 'Point 7 (123.4 lb)'.

    ih_1-1614381906823.png

 

Next select the rows you want to label and right click on a row header and select 'Label/Unlabel'.

    ih_2-1614381930360.png

   ih_3-1614381951536.png

 

Now redraw your graph and you should see only the blue points labeled:

    ih_0-1614381786829.png

 

Georg
Level VII

Re: How to show value for certain points in Graph Builder

Just in addition to what @ih said:

Here I just:

  • opened Big Class
  • unset label for name column and set label for age column (to show a certain value)
  • execute that script for GraphBuilder in the example
  • left click on Legend "F" Female to select group, you see the dots highlighted
  • right click on one of the blue dots to set label state of the blue dots (= blue rows in data table)

see also screenshot. There are many ways in JMP, most are also intuitive.

 

Georg_0-1614414027009.png

 

Georg

Recommended Articles