octave-maintainers
[Top][All Lists]
Advanced

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

Re: 'paperpositionmode' change to rid gnuplot_set_term: size is zero


From: Michael Goffioul
Subject: Re: 'paperpositionmode' change to rid gnuplot_set_term: size is zero
Date: Sat, 3 Jan 2009 19:45:42 +0000

On Sat, Jan 3, 2009 at 1:06 PM, Ben Abbott <address@hidden> 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.


reply via email to

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