octave-maintainers
[Top][All Lists]
Advanced

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

Soliciting opinions regarding gnuplot backend


From: Ben Abbott
Subject: Soliciting opinions regarding gnuplot backend
Date: Mon, 29 Dec 2008 13:18:18 -0500

I'm working a changeset for the gnuplot back end that permits the size and position of the x11 window to respect the figure "position" property (a new gnuplot feature).

The x11 terminal of gnuplot only respects the first specification of position and size (once opened the window's size and position can only be changed via the mouse). The aqua and wxt terminals behave differently, which do respect subsequent "set terminal ..." options in the gnuplot stream (aqua and wxt only respect the size, and not the position of the window).

I see two options, each of which permit partial compatibility with Matlab.

(1) Should Octave's gnuplot figures respect the figure properties when drawn and ignore changes via the mouse?

(2) When Octave is unable to determine the size and position of a particular figure, should Octave only specify the size and position when the figure is initially drawn (which is tricky from the cmd-line, since no handle exists for the figure)?

Ben


reply via email to

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