help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

text (...) function behaviour for large numbers? Bug?


From: Matthias Brennwald
Subject: text (...) function behaviour for large numbers? Bug?
Date: Wed, 05 Dec 2007 16:02:20 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

Dear all

I tried to use the text(...) command for text labels in a plot with large numbers. For y coordinates larger than 2E9, the text is not placed correctly. Try this to see what I mean:

--------------
plot(rand(1,10)*1e10)
axis ([1 10 1e8 1e10]);
text(2,1e9,'1E9')
text(3,2e9,'2E9')
text(4,3e9,'3E9')
text(5,4e9,'4E9')
text(6,5e9,'5E9')
--------------

Matthias


--
Matthias Brennwald
Project Manager Safety Analysis
Hardstrasse 73
5430 Wettingen
Switzerland
+41 56 437 13 32


reply via email to

[Prev in Thread] Current Thread [Next in Thread]