cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Discussions

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

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

5 REPLIES 5
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

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

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.

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

Hi @GeneratingBunny , 

If you are fine with changing a preference for the labels, which would affect all graphs, you could increase the Graph Label font size and make it bold on this preference page:

John_Powell_JMP_0-1788527969650.png

John_Powell_JMP_1-1788528082043.png

If you are unhappy with the label being drawn in the same faint color as the marker (selected, black, unselected gray), you could override the marker label color preference too. 

John_Powell_JMP_2-1788528310131.png

John_Powell_JMP_3-1788528380819.png

I hope this helps, 

~John

 

 

Recommended Articles