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 move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

Discussions

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

Rotate labels in a scatter plot

Hello everyone.

I've searched through many posts but still haven't found a solution. I hope someone can help with it... Use the Big Class sample dataset as an example. I set the weight as Y, the name as X, and the label by the value.

I want to write a JSL to rotate the labels in the plot by 90 degrees as shown in the figure below. I find an option to set the label format in graph builder, but still can't rotate it. 

Thanks!

example.png

1 REPLY 1
jthi
Super User

Re: Rotate labels in a scatter plot

I don't think you can rotate the labels easily. You can use graphic script to add them or possibly use marker draw expression (both can get slightly complicated).

-Jarmo

Recommended Articles