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

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

[Octave-bug-tracker] [bug #45823] Empty plot after figure command


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #45823] Empty plot after figure command
Date: Tue, 25 Aug 2015 14:54:31 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0

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

                 Summary: Empty plot after figure command
                 Project: GNU Octave
            Submitted by: caliari
            Submitted on: Tue 25 Aug 2015 02:54:30 PM GMT
                Category: Plotting with OpenGL
                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: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Dear all,

if I run octave-cli and type


x=linspace(0,1);
plot(x,x);


the plot appears immediately, but if I then type


figure,plot(x,x);


I get an empty and transparent window (see attachment) and I have to double
click on it to see the content. No problem with


plot(x,x),figure,plot(x,x)


This happens since I installe 4.0.0 PPA (trusty).

Marco



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 25 Aug 2015 02:54:30 PM GMT  Name: Screenshot from 2015-08-25
16:52:05.png  Size: 273kB   By: caliari

<http://savannah.gnu.org/bugs/download.php?file_id=34723>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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