help-octave
[Top][All Lists]
Advanced

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

mesh: having one variable in log scale


From: CdeMills
Subject: mesh: having one variable in log scale
Date: Fri, 12 Nov 2010 02:52:37 -0800 (PST)

Hello,

I'm getting a mesh as:
[XX, YY] = mesh(X_range, log10(Y_range));
mesh(XX, YY, ZZ)

this way, the Y range is in logarithmic scale, but the range 100 -> 1000
appears as 2 ->3. What are the properties to modify over the ydata axis,
setting its scale to log, and how to redraw the plot ? 

Thanks in advance

Pascal
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/mesh-having-one-variable-in-log-scale-tp3039408p3039408.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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