help-octave
[Top][All Lists]
Advanced

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

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


From: Tatsuro MATSUOKA
Subject: Is it a feature? no minor ticks on log plot in default
Date: Sat, 10 Apr 2010 14:00:05 +0900 (JST)

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
 


--------------------------------------
Get the new Internet Explorer 8 optimized for Yahoo! JAPAN
http://pr.mail.yahoo.co.jp/ie8/


reply via email to

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