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

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

[Octave-bug-tracker] [bug #38265] OpenGL: changing legend fontsize has n


From: Julien Bect
Subject: [Octave-bug-tracker] [bug #38265] OpenGL: changing legend fontsize has no effect
Date: Tue, 05 Feb 2013 14:46:35 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:18.0) Gecko/20100101 Firefox/18.0

Follow-up Comment #1, bug #38265 (project octave):

Changing the fontsize property on individual text objects works:

++
close all
graphics_toolkit fltk
plot (rand (3))
h = legend ({"first", "second", "third"})
hh = findobj(h, "type", "text")
for i = 1:length(hh), set(hh(i), "Fontsize", 5 + 5*i); end
--

The opposite behaviour occurs with GNUPLOT (changing fontsize works on the
legend object, but not on its text children).

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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