Re: rotatelabel in linux
- To: mathgroup at smc.vnet.net
- Subject: [mg52832] Re: rotatelabel in linux
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Tue, 14 Dec 2004 05:59:29 -0500 (EST)
- Organization: Uni Leipzig
- References: <cpjr7s$o1k$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, it is a problem of XWindow, it has only bitmap versions of the fonts that show the characters in upright position, the PostScript output will be correct. Regards Jens "Ranjan Grover" <ranjan.grover at gmail.com> schrieb im Newsbeitrag news:cpjr7s$o1k$1 at smc.vnet.net... > Hi everyone > > Running: Mathematica 5 on Debian GNU/Linux > > When I make regular 2D plots in mathematica with the following general > command structure, I find that my y-labels are not displaying correctly. I > find that the labels on the y-axis are not being rotated by 90 degrees, > even with RotateLabel-> True. This plot command works fine in windows. I > was wondering if its a font problem or if it is a plotting library > problem. I ffound that the same thing also happens in the Help Browser. > Here's the command > > Plot[Itransmitted /. {x->1.5, y-> 0}, Frame-> True, GridLines -> > Automatic, FrameLabel-> {"d", "Transmission"}, RotateLabel->True, > PlotLabel -> "Transmission Fringes"] > > Ranjan Grover >