MathGroup Archive 2011

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

Search the Archive

Rotated text not appearing in a Plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg118160] Rotated text not appearing in a Plot
  • From: "J. McKenzie Alexander" <jalex at lse.ac.uk>
  • Date: Fri, 15 Apr 2011 03:54:22 -0400 (EDT)

Hello,

When I evaluate the following, the first two text items from the Epilog appear but the third, for some reason, does not. I'm working on an i7 iMac, running 10.6.7, Mathematica version 8.0.1, and I was wondering if this was a general bug or a version-specific bug.

Plot[Log[x], {x, 1, 1000000},
 Epilog -> {
   Text["Appears normally", {500000, 12}],
   Rotate[Text["Appears normally", {500000, 12}], Pi/2, {500000, 12}],
   Rotate[Text["Doesn't appear", {500000, 12}], Pi/4, {500000, 12}]
   }
 ]

Cheers,

Jason

--
Dr J. McKenzie Alexander
Department of Philosophy, Logic and Scientific Method
London School of Economics and Political Science
Houghton Street, London WC2A 2AE




Please access the attached hyperlink for an important electronic communications disclaimer: http://lse.ac.uk/emailDisclaimer


  • Prev by Date: Re: Trignometric rules
  • Next by Date: Re: broadcasting of Equal ? (newbie question)
  • Previous by thread: Re: SortBy
  • Next by thread: Re: Rotated text not appearing in a Plot