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.
  • See how to use JMP Pro to analyze and predict using entire data set rather than selected points in a curve. Register for Nov. 6 Mastering JMP.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
GeneratingBunny
New Member

How to interactlvely add a label value, from specific column, above a data point in graph builder on JMP18

I have multi row/column data in JMP (18). Using graph builder I have plotted a trend plot. Now I want values from another column (describing the splits in the experiment) to appear over the corresponding data point.  How to do this interactively once the graph is plotted using graphh builder?

1 ACCEPTED SOLUTION

Accepted Solutions
Thierry_S
Super User

Re: How to interactlvely add a label value, from specific column, above a data point in graph builder on JMP18

Hi,

One approach would be to select your annotation column and set it as Label (right-click --> Label)

Then, in Graphbuilder, choose the layer (points or bars) and choose Label by Rows in the Label submenu (left side of the GraphBuilder main frame).

Let us know if it works for you.

Best,

TS

Thierry R. Sornasse

View solution in original post

4 REPLIES 4
Thierry_S
Super User

Re: How to interactlvely add a label value, from specific column, above a data point in graph builder on JMP18

Hi,

One approach would be to select your annotation column and set it as Label (right-click --> Label)

Then, in Graphbuilder, choose the layer (points or bars) and choose Label by Rows in the Label submenu (left side of the GraphBuilder main frame).

Let us know if it works for you.

Best,

TS

Thierry R. Sornasse
GeneratingBunny
New Member

Re: How to interactlvely add a label value, from specific column, above a data point in graph builder on JMP18

@Thierry_S . Thanks. This works. How to I make the font of the lables bold?

Thierry_S
Super User

Re: How to interactlvely add a label value, from specific column, above a data point in graph builder on JMP18

There is no simple means to affect the font style of the labels. The only trick I know to make the labels bigger (not bold) is to increase the overall font size using the SHIFT + CTRL + PLUS keys on your keyboard.

There is a rather complex alternative using scripting, but you would need to retrieve the data coordinates on the graph via script, assign the text label recursively, and format the text all within the script.

Best,

 

TS

Thierry R. Sornasse
GeneratingBunny
New Member

Re: How to interactlvely add a label value, from specific column, above a data point in graph builder on JMP18

OK. I will resign to the faint font :). Thanks for the help.

Recommended Articles