Re: Rotated text not appearing in a Plot
- To: mathgroup at smc.vnet.net
- Subject: [mg118190] Re: Rotated text not appearing in a Plot
- From: "Scot T. Martin" <smartin at seas.harvard.edu>
- Date: Sat, 16 Apr 2011 07:32:44 -0400 (EDT)
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 at lse.ac.uk] Sent: Friday, April 15, 2011 03:54 To: mathgroup at smc.vnet.net Subject: [mg118190] 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