'paperpositionmode' change to rid gnuplot_set_term: size is zero
Michael Goffioul
michael.goffioul at gmail.com
Sat Jan 3 13:45:42 CST 2009
On Sat, Jan 3, 2009 at 1:06 PM, Ben Abbott <bpabbott at mac.com> wrote:
> set (0, "defaultaxesxtick", [0:0.2:1])
> set (0, "defaultaxesytick", [0:0.2:1])
> set (0, "defaultaxesztick", [0:0.2:1])
> set (0, "defaultaxesxtickmode", "auto")
> set (0, "defaultaxesytickmode", "auto")
> set (0, "defaultaxesztickmode", "auto")
You shouldn't need these. Tick mode is "auto" by default
such that setting ticks is useless.
> set (0, "defaultaxesactivepositionproperty", "outerposition")
This should already be the case.
> set (0, "screensize", [1, 1, 1440, 900])
> set (0, "screenpixelsperinch", 1440/14)
This should come from the system. I guess you set them
explicitely, because we don't have a way to get that information
from the OS yet.
Michael.
More information about the Octave-maintainers
mailing list