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

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

[Octave-bug-tracker] [bug #42663] Not printing a invisible plot


From: anonymous
Subject: [Octave-bug-tracker] [bug #42663] Not printing a invisible plot
Date: Wed, 02 Jul 2014 11:26:35 +0000
User-agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36

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

                 Summary: Not printing a invisible plot
                 Project: GNU Octave
            Submitted by: None
            Submitted on: dc 02 jul 2014 11:26:34 UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: bhaal
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When you try to print a plot in figure that has the property 'visible' to
'off', octave does nothing.

trycode:
---------------------------------------------------
figure(1);
plot([1 2],[1 2]); 
print test1.png -dpng  #prints to file correctly

figure(2,'visible','off');
plot([1 2],[2 1]);
print test2.png -dpng  #nothing happens
---------------------------------------------------





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Missatge enviat a través de/per Savannah
  http://savannah.gnu.org/




reply via email to

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