MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

rotate frametick labels

  • To: mathgroup at smc.vnet.net
  • Subject: [mg58920] rotate frametick labels
  • From: Carsten Siegmund <carsten.siegmund at em.uni-karlsruhe.de>
  • Date: Sun, 24 Jul 2005 01:21:44 -0400 (EDT)
  • Organization: University of Karlsruhe, Germany
  • Sender: owner-wri-mathgroup at wolfram.com

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[...]. Any suggestions?

Thanks,
Carsten

[Mathematica 5.0, Windows XP Prof.]


  • Prev by Date: Re: simple question about random
  • Next by Date: Re: limit problem
  • Previous by thread: Re: Re: Setting gridlines thickness in Plot
  • Next by thread: Re: rotate frametick labels