help-octave
[Top][All Lists]
Advanced

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

Re: legend and color


From: Ben Abbott
Subject: Re: legend and color
Date: Tue, 05 Feb 2013 10:32:27 -0500

On Feb 5, 2013, at 9:51 AM, Julien Bect wrote:

> On 05/02/2013 15:17, Ben Abbott wrote:
>> On Feb 4, 2013, at 8:38 AM, Ben Abbott wrote:
>>> On Feb 4, 2013, at 7:09 AM, Julien Bect wrote:
>>>> I have also tried to modify the 'FontSize' property for hc(2). The result 
>>>> is slightly different : it works with FLTK but does nothing with gnuplot.
>> Changing the legend's tontsize works for me.
>> 
>>      graphics_toolkit gnuplot
>>      close all
>>      plot (rand (3))
>>      h = legend ({"first", "second", "third"})
>>      set (h, "fontsize", 20)
>> 
>> But does not work for FLTK.
>> 
>>      https://savannah.gnu.org/bugs/index.php?38265
> 
> In fact, I was referring to changing the fontsize property, not of the legend 
> object itself, but of its text children. This works with fltk, but not with 
> gnuplot.
> 
> Changing the fontsize property of the legend object itself works with 
> gnuplot, but not with ftlk...
> 
> https://savannah.gnu.org/bugs/index.php?38265#comment1

I took a look at legend.m.  The fix for OpenGL is easy (we just neglected to 
include a listener for "fontsize").

        https://savannah.gnu.org/bugs/index.php?38265#comment2

Ben



reply via email to

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