help-octave
[Top][All Lists]
Advanced

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

Re: Bar plot with logarithmic scale on y-axis


From: JokerOne
Subject: Re: Bar plot with logarithmic scale on y-axis
Date: Mon, 24 Mar 2014 03:25:30 -0700 (PDT)

Is

bar ([1:10]',log(rand(10,1)));

OR

data = log(rand(10,1));
bar ([1:10]',data);

working and an option for you? 

May be the issue is about the negative values, that log(rand(...)) is
producing?



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Bar-plot-with-logarithmic-scale-on-y-axis-tp4663289p4663290.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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