Luczak Frédéric wrote:
>I would like to split the key of a graph with, say, 3 plots into 3 pieces
>that I want to locate at 3 different position in the graph. It seems not
>possible to break the box Gnuplot returns for the key. Is there any
>solution ?
None short of not letting gnuplot draw any legends, so you can paint
your own if and where you want.
> By the way how can I manage to impose the size of the title in a key
> (reducing the default-size).
Err, by sticking less text into it? ;-)
Seriously, the only generic way of doing that is to change the default
font of your terminal driver (at 'set terminal' time, typically). Or you
can use a driver that offers special text formatting (postscript
enhanced mode, TeX, recently some more).
|