Rotating a label in Metapost
15 May
2005
15 May
'05
6:51 a.m.
All, I have a horizontal axis with tick marks. I'd like to label the tick marks with their numerical values, but I'd like to rotate the numerical label 90 degrees clockwise. Any suggestions?
15 May
15 May
7:57 a.m.
David Arnold schrieb:
All,
I have a horizontal axis with tick marks. I'd like to label the tick marks with their numerical values, but I'd like to rotate the numerical label 90 degrees clockwise.
Any suggestions?
pair pos ; for i:= MINMARK step MARKDISTANCE until MAXMARK: pos:= (i*MARKDISTANCE, YPOS) ; label.bot(integer(i), pos)) rotated 90 ; % or -90? endfor untested, but i hope it gives the right direction. Peter
7161
Age (days ago)
7161
Last active (days ago)
1 comments
2 participants
participants (2)
-
David Arnold
-
Peter Rolf