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

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

[Octave-bug-tracker] [bug #42884] Property FontName not changeable befor


From: Hartmut
Subject: [Octave-bug-tracker] [bug #42884] Property FontName not changeable before image export
Date: Thu, 15 Dec 2016 19:42:30 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

Follow-up Comment #4, bug #42884 (project octave):

I have tested this in Octave 4.2.0.

Some of those issues have been transferred to different bug reports (see
comment #3).

One issue seems to still be present, now. I am not sure if it is already taken
care of in another bug report. Here is how to reproduce it:


clear, close all
graphics_toolkit qt % also fails with fltk

num = figure(1)
plot(1:10)
xlabel('xLabel') % this will not change fontsize properly
ylabel('yLabel')
legend('legend') % without this legend, it works fine

fs = findall(num,'-property','FontSize') ;
set(fs,'FontSize', 40) ;


The resulting plot will not increase the fontsize of the x- and ylabels
properly. Once you delete the legend objecct, the fontsizes of the labels will
then work fine.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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