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

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

[Octave-bug-tracker] [bug #44838] graphics toolkit switches from gnuplot


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #44838] graphics toolkit switches from gnuplot to qt unexpectedly
Date: Tue, 14 Apr 2015 23:30:32 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0

URL:
  <http://savannah.gnu.org/bugs/?44838>

                 Summary: graphics toolkit switches from gnuplot to qt
unexpectedly
                 Project: GNU Octave
            Submitted by: jwe
            Submitted on: Tue 14 Apr 2015 11:30:29 PM GMT
                Category: Plotting
                Severity: 5 - Blocker
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: jwe
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

After starting Octave with the GUI, I see the following behavior:


>> graphics_toolkit
ans = qt
>> graphics_toolkit ("gnuplot")
>> graphics_toolkit
ans = gnuplot
>> figure (1)            ## figure opens with qt widget set
>> graphics_toolkit
ans = qt


The toolkit shouldn't switch just because a new figure is created by number.

If the figure number is not specified, the toolkit remains "gnuplot" and the
figure is opened with gnuplot.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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