[XYZ]MINOR and /XLOG, /YLOG [message #20077] |
Thu, 18 May 2000 00:00  |
Atsushi SHIMIZU
Messages: 4 Registered: January 1999
|
Junior Member |
|
|
I wonder if [XYZ]MINOR works simultaneously with /XLOG or /YLOG.
> plot, [1, 1e8], /ylog, yticks = 8, yminor = 10
makes minor y-tickmarks equally spaced, not logalithmically spaced.
I need y-tickmarks like
> plot, [1, 1e6], /ylog
Is there any easy solution?
|
|
|
Re: [XYZ]MINOR and /XLOG, /YLOG [message #20152 is a reply to message #20077] |
Fri, 19 May 2000 00:00  |
Atsushi SHIMIZU
Messages: 4 Registered: January 1999
|
Junior Member |
|
|
Paul van Delst <pvandelst@ncep.noaa.gov> writes:
>>> plot, [1, 1e8], /ylog, yticks = 8, yminor = 10
> do
>
> plot, [1, 1e8], /ylog, yticks = 8, yminor = 9
>
> there are only *9* ticks between orders of magnitudes.
Wow, I realized. Thank you.
|
|
|
Re: [XYZ]MINOR and /XLOG, /YLOG [message #20167 is a reply to message #20077] |
Thu, 18 May 2000 00:00  |
Paul van Delst
Messages: 364 Registered: March 1997
|
Senior Member |
|
|
Atsushi SHIMIZU wrote:
>
> I wonder if [XYZ]MINOR works simultaneously with /XLOG or /YLOG.
>
>> plot, [1, 1e8], /ylog, yticks = 8, yminor = 10
>
> makes minor y-tickmarks equally spaced, not logalithmically spaced.
> I need y-tickmarks like
do
plot, [1, 1e8], /ylog, yticks = 8, yminor = 9
there are only *9* ticks between orders of magnitudes.
cool huh?
--
Paul van Delst Ph: (301) 763-8000 x7274
CIMSS @ NOAA/NCEP Fax: (301) 763-8545
Rm.202, 5200 Auth Rd. Email: pvandelst@ncep.noaa.gov
Camp Springs MD 20746
|
|
|