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 20:01:51 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #58150 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #6:

This isn't anything about having to redraw the plot.  I made the figure
invisible while plotting and the triggered a redraw of the figure at the end
of the sequence and it is still slow.


figure ("DefaultAxesFontName", "Helvetica");
y = rand (8);
set (gcf, 'visible', 'off');
tic; loglog (y); toc
set (gcf, 'visible', 'on');




    _______________________________________________________

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]