colorbar with log scale

dbateman dbateman at free.fr
Sat Sep 13 09:19:49 CDT 2008




Ivan Sutoris wrote:
> 
> Hello
> 
> I am using Octave 3.0.2 in Linux and I am trying to make plot with
> colorbar in logarithmic scale. In MATLAB, one can use something like
> this:
> 
> h = colorbar();
> set(h,'yscale','log');
> 

Its more than just the fact that colorbar doesn't return the handle. At the
moment the colorbar is just a thin layer over a gnuplot colorbox. To
implement this correctly needs callback functions that are in 3,1,x and I
have a patch that will allow the behavior you want. So expect this in 3.2
but not before

D.

-- 
View this message in context: http://www.nabble.com/colorbar-with-log-scale-tp19470192p19471049.html
Sent from the Octave - General mailing list archive at Nabble.com.



More information about the Help-octave mailing list