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: John W. Eaton
Subject: Re: Is it a feature? no minor ticks on log plot in default
Date: Sat, 10 Apr 2010 10:38:36 -0400

On 10-Apr-2010, Ben Abbott wrote:

| 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?

What about semilog plots?  Should they also get similar treatment for
the axis with the log scale?

jwe


reply via email to

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