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

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

[Octave-bug-tracker] [bug #45865] text not rendering when plotting


From: Carlos Davila
Subject: [Octave-bug-tracker] [bug #45865] text not rendering when plotting
Date: Fri, 04 Sep 2015 20:06:52 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0

Follow-up Comment #7, bug #45865 (project octave):

>> close all
>> plot(0:3)
>> set (gca, "fontname", "Arial");
>> set (gca, "fontname", "Helvetica");
>> set (gca, "fontname", "Courier");
>> set (gca, "fontname", "Times");

no rendering for any of the fonts.

>> close all
>> graphics_toolkit qt
>> text (0.5, 0.5, "Hello World", "fontname", "Arial");
>> set (gcf, "__enhanced__", "off");

no rendering either. All the fonts appear to be installed per "fc-list".

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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