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

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

[Octave-bug-tracker] [bug #53888] figure handle is not cleared in gnuplo


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #53888] figure handle is not cleared in gnuplot
Date: Sun, 13 May 2018 15:25:01 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #1, bug #53888 (project octave):

gnuplot toolkit has deficiencies in that regard.  It's an externally program,
so there is no easy way of knowing what the user is doing.  For example, do
the following:


>> close all
>> graphics_toolkit gnuplot
>> sombrero
>> [azimuth, elevation] = view ()
azimuth = -37.500
elevation =  30
>> # manually rotate the plot
>> [azimuth, elevation] = view ()
azimuth = -37.500
elevation =  30


Note how the angle does not change because the info can't be gotten from
gnuplot, at least not in an easy way.  gnuplot has a terminal model, meaning
that all of its drivers are like data sinks.  The program can switch freely
between terminals, Qt, x11,  latex, etc. but none of them are interactive (the
mousing is a bit of trick in most of the on-screen terminals).

I doubt anyone will attempt to fix this.  gnuplot toolkit is mainly an
alternative that offers more flexible print display types, i.e., output
formats.  It shouldn't be used for GUIs.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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