help-octave
[Top][All Lists]
Advanced

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

Coordinates in plot axis. How can I modify number of digits


From: José Luis García Pallero
Subject: Coordinates in plot axis. How can I modify number of digits
Date: Thu, 25 Feb 2010 13:42:02 +0100

Hello,
If I plot, for example, the data

x=[450000 460000 470000];
y=[4810000 4820000 4830000];
plot(x,y);

The coordinate tags in Y axis are 4.81e+06, 4.82e+06, etc.
How can I call to plot for obtains axis with tags as 4810000.000,
4820000.000, etc.? Is possible to control the number of decimal places
too?

Thanks

-- 
*****************************************
José Luis García Pallero
address@hidden
(o<
/ / \
V_/_
Use Debian GNU/Linux and enjoy!
*****************************************



reply via email to

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