Hi !

I need a plot for data extending over several orders of magnitude on the y axis.
The following command generates a nice looking semi-log plot for my data:
plot(x,y,log="y",type="l",lty=3, ylim=c(0.01,2),yaxp=c(0.01,1,1),las=1)

 I would appreciate having also minor tick marks in-between the 3 major ticks 
obtained with the above command. The "minor.tick" function in library Hmisc 
gives an error when applied to log axes.

Any solution ?

Stéphane


_________________________________
Stéphane Adamowicz
INRA, unité PSH
domaine St Paul, site agroparc
84914 Avignon, cedex 9
France

stephane.adamow...@avignon.inra.fr
tel.  +33 (0)4 32 72 24 35
fax. +33 (0)4 32 72 24 32
do not dial 0 when out of France
web PSH  : http://www.avignon.inra.fr/psh
web INRA : http://www.inra.fr/
_________________________________


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to