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 use JMP Pro to analyze and predict using entire data set rather than selected points in a curve. Register for Nov. 6 Mastering JMP.

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