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: Thu, 9 Apr 2020 17:25:18 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

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

                 Summary: Slow loglog plot with non-default font
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Thu 09 Apr 2020 09:25:16 PM UTC
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Performance
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Maybe it's an issue with the specific machine I am testing this on but I
noticed that a loglog plot becomes very slow when changing the default font:


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


It doesn't seem to make a difference whether the font is available or not on
the machine.




    _______________________________________________________

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]