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

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

[Octave-bug-tracker] [bug #47052] Plotting many lines on a graph is slow


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #47052] Plotting many lines on a graph is slow
Date: Wed, 10 Feb 2016 07:55:58 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

Follow-up Comment #3, bug #47052 (project octave):

I've confirmed relative behavior similar to what you are describing.  I
suspect that the slowness comes about because of inefficiency in the figure
properties.  Transposing results in many more individual lines in one case and
those lines probably need to be entered into the figure's children, all
properties initialized, etc.

Your changes sound reasonable, but at the same time don't sound like they
would be the source of such slowness.  I wonder how memory management is done.
 Is it efficient speed-wise?  Space-wise?  Etc.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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