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

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

[Octave-bug-tracker] [bug #56731] gnuplot set to multiplot mode in GUI O


From: Petr Mikulik
Subject: [Octave-bug-tracker] [bug #56731] gnuplot set to multiplot mode in GUI Octave
Date: Thu, 8 Aug 2019 05:41:36 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36

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

                 Summary: gnuplot set to multiplot mode in GUI Octave
                 Project: GNU Octave
            Submitted by: mikulik
            Submitted on: Thu 08 Aug 2019 09:41:35 AM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When gnuplot is selected as the graphics toolkit, then gnuplot is set to
multiplot mode in GUI-Octave while to normal non-multiplot mode in CLI-Octave.
Thus some drawing scripts relying on gnuplot work well in CLI-Octave while
they are broken in the GUI-Octave. I think the multiplot mode should be off in
both cases.

Example:

graphics_toolkit gnuplot
graw('show multiplot;\n');


When running Octave as "octave" or "octave-cli", then it shows

    multiplot mode is off

while "octave --gui" shows

    multiplot mode is on



Example code with graw() expanded:

graphics_toolkit gnuplot
f = gcf();
drawnow();
stream = get(f, '__plot_stream__');
fprintf(stream, 'show multiplot;\n');
fflush(stream);







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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