help-octave
[Top][All Lists]
Advanced

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

Re: Problems with printed figures


From: Dmitri A. Sergatskov
Subject: Re: Problems with printed figures
Date: Sat, 14 Dec 2013 15:37:44 -0600

I think this is a gnuplot feature (though may be a bug) -- it thinks that minor grid will be
too dense for such a large scale.
Here is the code that produces minor grid:

loglog(logspace(1,8,10))
grid("minor", "on")
(8.png)


and this one does not:

loglog(logspace(1,
10
,10))
grid("minor", "on")
(10.png)


(Note the Y axis scale change)


Both will produce minor grids with fltk backend.

Regards,

Dmitri.

Attachment: 8.png
Description: PNG image

Attachment: 10.png
Description: PNG image


reply via email to

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