cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

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

How can you rotate annotation text

Hi all,

 

I am trying to rotate annotation text "TEST" using the following and it does not work:

 

Add Text Annotation(
Text( "TEST" ), {Rotate Text( "Vertical" )} ,
Fixed Size( 0 ),
Text Box( {343, 170, 385, 194} ),
Filled( 0 )
)

 

 

Screenshot 2023-06-02 at 10.58.18 AM.png

1 REPLY 1
Craige_Hales
Super User

Re: How can you rotate annotation text

I don't think the annotation tool supports text angles, interactively or via scripting.

Look in help->scripting index to find the text and text font functions you can use in a graphic script.

Text Font rotates to any angle, not just 0 or 90.Text Font rotates to any angle, not just 0 or 90.

Craige

Recommended Articles