octave-maintainers
[Top][All Lists]
Advanced

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

terminal position of gnuplot (was Re: terminals_with_size)


From: Tatsuro MATSUOKA
Subject: terminal position of gnuplot (was Re: terminals_with_size)
Date: Thu, 15 Sep 2016 18:07:38 +0900 (JST)

See previous discusstion

http://octave.1599824.n4.nabble.com/Minimum-gnuplot-version-for-Octave-4-2-td4679761.html

*********************************************************
I have confirmed that the cset by Rik made figure size changeable for qt 
terminal.          


For the position option  implementation qt is simple 
__gnuplot_drawnow__.m (line 226)


if (strcmp (term, "x11") || strcmpi (term, "windows"))

i
V

if (strcmp (term, "x11") || strcmpi (term, "windows") || strcmp (term, "qt"))


For wxt terminal, the position option is implemented from 5.0.x 
(sorry I wrote => 4.6.4) 

Tatsuro



reply via email to

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