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: Matthias Brennwald
Subject: Re: Bar plot with logarithmic scale on y-axis
Date: Mon, 24 Mar 2014 17:57:33 +0100

On 24.3.2014, at 13:53, Juan Pablo Carbajal <address@hidden> wrote:

> In this case you will see that the option "basevalue" solves your problem. 
> e.g.
> 
> h = bar ([1:10]',rand(10,1),"basevalue",1e-8);
> set (gca,'yscale','log');

Brilliant! Thanks for RTFM for me.

Matthias

reply via email to

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