[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #47528] memory on fltk plots
From: |
anonymous |
Subject: |
[Octave-bug-tracker] [bug #47528] memory on fltk plots |
Date: |
Fri, 25 Mar 2016 00:49:13 +0000 |
User-agent: |
Mozilla/5.0 (Android 5.0.1; Mobile; rv:44.0) Gecko/44.0 Firefox/44.0 |
URL:
<http://savannah.gnu.org/bugs/?47528>
Summary: memory on fltk plots
Project: GNU Octave
Submitted by: None
Submitted on: Fri 25 Mar 2016 12:49:12 AM UTC
Category: None
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: GNU/Linux
_______________________________________________________
Details:
N = 1e6
X = rand(1,N);
Y = rand(1,N);
fill(X,Y,'b');
On FLTK it takes all memory, thrashes, and produces an empty figure window.
Gnuplot is slower but makes the figure.
Is this expected behavior?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?47528>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #47528] memory on fltk plots,
anonymous <=