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

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

[Octave-bug-tracker] [bug #58150] Slow loglog plot with non-default font


From: Rik
Subject: [Octave-bug-tracker] [bug #58150] Slow loglog plot with non-default font
Date: Fri, 10 Apr 2020 19:48:20 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #5, bug #58150 (project octave):

This is very strange.  The call to __go_line__ is

    retval(i) = __go_line__ (hp, "xdata", x, "ydata", y(:,i),
                             "color", color, "linestyle", linestyle,
                             "marker", marker, properties{:});


I put a keyboard() statement before this and checked the value of properties,
marker, linestyle, and color and they are the same between the slow version
and the fast version.

Somehow, the C++ code must be triggering smoe slowdown.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58150>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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