octave-maintainers
[Top][All Lists]
Advanced

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

Re: terminals_with_size


From: Tatsuro MATSUOKA
Subject: Re: terminals_with_size
Date: Thu, 15 Sep 2016 10:44:48 +0900 (JST)

----- Original Message -----

> From: Mike Miller 
<
> To: Rik 
> Cc: Tatsuro MATSUOKA ; John W. Eaton ; Octave-Maintainers 
> Date: 2016/9/15, Thu 10:17
> Subject: Re: terminals_with_size
> 
> I notice that
> 
>   figure ("position", [0, 0, 1000, 200])
> 
> works when using GNUTERM=x11, but not when GNUTERM=qt. This may have
> something to do with that.


In __gnuplot_drawnow__.m
Around line 223

 if (strcmp (term, "x11") || strcmpi (term, "windows"))
            ## X11/Windows allows the window to be positioned as well.
            units = get (0, "units");
            unwind_protect

position option is used for x11 and windows.
qt supports position option.
But wxt supports position option since gnuplot 4.6.4.

Now minimum requirement of gnuplot is 4.4 so that if we implement this for 
wxt terminal, version check is required.

Tatsuro



reply via email to

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