octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #49103] figure position property support for q


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #49103] figure position property support for qt and wxt terminal on gnuplot_graphics toolkit
Date: Fri, 16 Sep 2016 19:27:57 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

Follow-up Comment #3, bug #49103 (project octave):

If I do in gnuplot:

gnuplot> set term qt
Terminal type set to 'qt'
Options are '0 font "Sans,9"'
gnuplot> set term qt position 100,100  
Terminal type set to 'qt'
Options are '0 position 100, 100 font "Sans,9"'
gnuplot> plot sin(x)
gnuplot> set term qt position 500,100  
Terminal type set to 'qt'
Options are '0 position 500, 100 font "Sans,9"'
gnuplot> plot sin(x)                 

the second plot shifts to a new position.

Dmitri.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49103>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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