help-octave
[Top][All Lists]
Advanced

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

Re: legend and color


From: Julien Bect
Subject: Re: legend and color
Date: Tue, 05 Feb 2013 15:51:34 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

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


reply via email to

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