help-octave
[Top][All Lists]
Advanced

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

Re: Is it a feature? no minor ticks on log plot in default


From: Ben Abbott
Subject: Re: Is it a feature? no minor ticks on log plot in default
Date: Sat, 10 Apr 2010 10:00:43 -0400

On Apr 10, 2010, at 1:00 AM, Tatsuro MATSUOKA wrote:

> Hello
> 
> In the one of the thread of octave in Japan, there is a topic minor ticks of 
> the plot.
> 
> x=1:100;
> loglog(x,x);
> 
> The plot has no minor ticks on default. 
> 
> Is it a feature?
> 
> Of course,
> 
> set (gca, 'xminortick', 'on', 'yminortick', 'on');
> 
> makes the minortick on.
> 
> If this is a feature, it is no problem for me.
> This post will be a note for users.
> 
> Regards
> 
> Tatsuro

Does the attached fix the problem for you?

Ben

Attachment: changeset.patch
Description: Binary data


reply via email to

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