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:
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