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 design an experiment, explore factor-response relationships, assess tradeoffs, and ID best settings. Register for Sep. 11 Mastering JMP.

Discussions

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

How to change text color in graph

I'm creating a stacked bar chart using Graph Builder with Label by Value.

How can I change a color of label from black to white? It is hard to read as the bar is dark blue. 

 

Nita_Natchanok_0-1684815851512.pngNita_Natchanok_0-1684815851512.png

 

1 REPLY 1
Nita_Natchanok
Level III

Re: How to change text color in graph

I just found one approach from John and tried it (posted on How do I change the color of platform headings/titles? - JMP User Community).

 

It works for only with some color (e.g. Medium Light BlueCyan) but it does not work with some color (e.g. white) 

 

Also, when I saved Script to data table, this color setting is not saved with the script. When I run the saved script, text color turn back to black. I need to manually add this code in the saved script so that the color is reproducible. but if I change color of X,Y axis. It works with all colors. and JMP can generate script for X, Y axis color for me in saved script. 

Dispatch( {}, "Graph Builder", FrameBox( 1 ), {Text Color( "Medium Light BlueCyan" )} ),

 

I am using JMP Pro 17. 

 
 
 

Text Color in Graph.pngText Color in Graph.png

 

Recommended Articles