help-octave
[Top][All Lists]
Advanced

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

Re: Plots scale,indexes ?


From: Ben Abbott
Subject: Re: Plots scale,indexes ?
Date: Mon, 26 Mar 2012 16:36:50 -0400

On Mar 26, 2012, at 3:09 PM, Pol wrote:

> Hi,
> 
> I have a problem with plottings in Octave, I'm looking for way to make axis
> more accurate, to show just values that I send with plot(x,y) - x and y are
> decimals (ex. 0.15, 1.36 etc). Is it possible?


Does this do what you want ?

        plot (x, y)
        set (gca (), "xtick", unique (x), "ytick", unique (y))

Ben




reply via email to

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