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
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.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.png

 

Recommended Articles