How to rotate frametick labels?
- To: mathgroup at smc.vnet.net
- Subject: [mg58919] How to rotate frametick labels?
- From: Carsten Siegmund <carsten.siegmund at em.uni-karlsruhe.de>
- Date: Sun, 24 Jul 2005 01:21:43 -0400 (EDT)
- Organization: University of Karlsruhe, Germany
- Sender: owner-wri-mathgroup at wolfram.com
[Mathematica 5.0, Windows XP Prof.]
Hi!
I like to plot a raster array but for its elements it does not make
sense to be described by numbers. Therefore I've labeled the frameticks
manually and tried to rotate the labels to avoid overwriting for large
arrays.
e.g.:
Show[Graphics[RasterArray[{{Hue[0.5], Hue[1]}}]],
Frame -> True,
FrameTicks -> {{{0.5, StyleForm["some text",
FontVariations->{RotationAngle->90}]},
{1.5, StyleForm["some more text",
FontVariations->{RotationAngle->90}]},
None,None,None}
]
I don't get any error messages but the plot looks the same as without
the use of StyleForm[...].
I do not find any help in the help browser. Does anyone have any
suggestions?
Thanks,
Carsten