Re: [Rd] format scientific + plotmath potential bug

2011-01-18 Thread Prof Brian Ripley
I already had a solution under test, so the bug is now fixed and closed. On Tue, 18 Jan 2011, Duncan Murdoch wrote: On 17/01/2011 5:06 PM, Philip Johnson wrote: I have run into a potential bug somewhere between format (specifically scientific notation) and plotmath that results in displaying:

Re: [Rd] format scientific + plotmath potential bug

2011-01-18 Thread Duncan Murdoch
On 17/01/2011 5:06 PM, Philip Johnson wrote: I have run into a potential bug somewhere between format (specifically scientific notation) and plotmath that results in displaying: $1e+01^{2e+00}$ instead of $10^2$ Reproduce by: plot.new() a=format(10, scientific=TRU