help-octave
[Top][All Lists]
Advanced

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

Re: revised: How to set xtics in 2-D plot in Octave 3.0.0 on a PC with W


From: Michael Goffioul
Subject: Re: revised: How to set xtics in 2-D plot in Octave 3.0.0 on a PC with Windows Vista
Date: Thu, 28 Feb 2008 09:37:27 +0100

On Thu, Feb 28, 2008 at 7:16 AM, Tatsuro MATSUOKA <address@hidden> wrote:
>  I also would like to add the following
>  ************************************************************
>
>           ax=gca();
>           set (ax, "xtick", [pi/4, pi/2, pi, 1.5*pi, 2*pi])
>           set (ax, "xticklabelmode", "Manual")

This should not be needed. Setting explicitely xticklabel switches
xticklabelmode to manual (idem for xlim, xtick...).

Michael.


reply via email to

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