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

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

[Octave-bug-tracker] [bug #52584] Printing with many markers is very slo


From: Rik
Subject: [Octave-bug-tracker] [bug #52584] Printing with many markers is very slow
Date: Tue, 5 Dec 2017 11:42:33 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #6, bug #52584 (project octave):

In order to make progress we probably need to go through the engineering cycle
of design/build/test.  And the number of iterations through that cycle is
limited if it takes 15 minutes to test each new change.

A simpler example of the problem is


x = linspace (0,1, 1e3);
plot (x,x, '.')
tic; print foo.png; toc


This takes 8 seconds on the development branch with FLTK, and 0.5 second with
QT.  I've attached the m-file as tst_slowprint.m.


(file #42573)
    _______________________________________________________

Additional Item Attachment:

File name: tst_slowprint.m                Size:0 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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