Re: Frameticks Orientation
- To: mathgroup at smc.vnet.net
- Subject: [mg75028] Re: Frameticks Orientation
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sat, 14 Apr 2007 01:14:53 -0400 (EDT)
- Organization: Uni Leipzig
- References: <evn7vh$p3$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi,
gg = FullGraphics[Plot[Sin[x], {x, 0, 2Pi}, Frame -> True]]
gg /. Text[a_, pos_, b_] :> Text[a, pos, b, {0.5,
0.5}] // Show[#, PlotRange -> All] &
should work on MS-Windows or in the PostScript output.
Regards
Jens
ouadad wrote:
> Simple question: Is it possible to orient labels for Frameticks? For example, I want to plot a graph with Fiscal Year on the X-axis frame but want the tick label to orient itself 90 degrees for space reasons.
>