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

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

[Octave-bug-tracker] [bug #49216] title texts in qt plots are "ugly"


From: Rik
Subject: [Octave-bug-tracker] [bug #49216] title texts in qt plots are "ugly"
Date: Wed, 28 Sep 2016 19:16:07 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #49216 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

Is this simply a consequence of the default font you are using?  It might not
be an anti-aliased font, or it might not have been well-designed to scale
beyond the normal reading ranges of 8-12 point.

What happens if you use a well known font with good design properties?


close all;
set (0, "DefaultAxesFontName", "Arial")
plot(1:10);
title('Title-Text: SNR', 'fontsize', 14);




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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