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

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

[Octave-bug-tracker] [bug #44011] setting visible property on call to pl


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #44011] setting visible property on call to plot function creates figure window
Date: Thu, 15 Jan 2015 11:52:34 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.3.0

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

                 Summary: setting visible property on call to plot function
creates figure window
                 Project: GNU Octave
            Submitted by: carandraug
            Submitted on: Thu 15 Jan 2015 11:52:33 GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.2
        Operating System: Any

    _______________________________________________________

Details:

The following works nicely to create plots without creating actual figure
windows:


figure ("visible", "off");
plot (sin (1:0.1:50))


However, setting the visible property in the arguments to plot, will still
create a window:


plot (sin (1:0.1:50), "visible", "off");


The problem of this is that creating a window (even if empty), with
graphics_toolkit and no actual graphics server, it will set term to dumb with
a empty window.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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