15 May
2005
15 May
'05
9: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