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

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

[Octave-bug-tracker] [bug #60354] Permanent switching of gnuplot termina


From: anonymous
Subject: [Octave-bug-tracker] [bug #60354] Permanent switching of gnuplot terminals & executables
Date: Wed, 7 Apr 2021 09:20:42 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?60354>

                 Summary: Permanent switching of gnuplot terminals &
executables 
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 07 Apr 2021 01:20:40 PM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Michael Erhard
        Originator Email: 
             Open/Closed: Open
                 Release: 6.2.0
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

I've seen some problems regarding the gnuplot toolkit. The overall behaviour
seems very ambiguous.

Here an example:
1) Set graphics toolkit to "gnuplot"

graphics_toolkit('gnuplot')

2) Using simple plot commands, either...

plot(1:10)

or...

figure
plot(1:10)

everything works fine, the xwt terminal is used and windows shows gnuplot.exe
as executable. As long as the first figure or any subsequent figures remain
open, the terminal and the executable is unchanged.
3) Closing all opened figure windows (mouse or command) an re-open a figure
switches the terminal and the executable.

close all
figure
plot(1:10)

The figure command opens a figure in the wxt terminal, but the plot command
doesn't plot in this figure, now the gnuplot-qt.exe is opened and the plot
appears in another terminal window.

Other combinations are possible, I get up to three different terminals only
using the commands figure-plot-close in different order.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60354>

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




reply via email to

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