help-octave
[Top][All Lists]
Advanced

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

Re: equivalent of gnuplot's xzeroaxis?


From: Ben Abbott
Subject: Re: equivalent of gnuplot's xzeroaxis?
Date: Sun, 15 Aug 2010 17:18:38 -0400

On Aug 15, 2010, at 5:06 PM, Dr. Johannes Zellner wrote:

> Hi,
> 
> is there something similar to gnuplot's "set xzeroaxis"?
> 
> -- 
> Johannes

This will have the same effect

        hold on
        plot (get (gca, "xlim"), [0 0])

Ben



reply via email to

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