Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #1707

Re: Rotated text not appearing in a Plot

From "Scot T. Martin" <smartin@seas.harvard.edu>
Newsgroups comp.soft-sys.math.mathematica
Subject Re: Rotated text not appearing in a Plot
Date 2011-04-16 11:33 +0000
Organization Steven M. Christensen and Associates, Inc and MathTensor, Inc.
Message-ID <iobupq$b9l$1@smc.vnet.net> (permalink)

Show all headers | View raw


I agree this is strange. You can get it to appear by using FullGraphics. But the Rotate[...] seems to interpret as a 3D graphic:

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

________________________________________
From: J. McKenzie Alexander [jalex@lse.ac.uk]
Sent: Friday, April 15, 2011 03:54
Subject: Rotated text not appearing in a Plot

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

Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread


Thread

Re: Rotated text not appearing in a Plot "Scot T. Martin" <smartin@seas.harvard.edu> - 2011-04-16 11:33 +0000

csiph-web