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: Guillaume
Subject: [Octave-bug-tracker] [bug #58150] Slow loglog plot with non-default font
Date: Sat, 11 Apr 2020 10:27:56 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

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

Thanks Pantxo and Rik. Yes, there was one missing line in comment #3:


            __go_line__: 8 calls, 11.883 total, 11.883 sel


I just tried Pantxo's patch from comment #9 and it seems to fix the issue for
me.


>> figure ("DefaultAxesFontName", "*"); tic; loglog (rand (8)); toc
Elapsed time is 0.426529 seconds.
>> figure ("DefaultAxesFontName", "Helvetica"); tic; loglog (rand (8)); toc
Elapsed time is 0.52403 seconds.
>> figure ("DefaultAxesFontName", "Helvetica"); tic; loglog (rand (8)); toc
Elapsed time is 0.436887 seconds.


Thank you!

    _______________________________________________________

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]