[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: legend titles?
From: |
John W. Eaton |
Subject: |
Re: legend titles? |
Date: |
Tue, 19 Jan 1999 10:19:31 -0600 (CST) |
On 19-Jan-1999, Rodolphe Rousselet <address@hidden> wrote:
| It's a good news to know how to suppress and change the legend. But does
| anybody know how to put this legend at a particular location (sometimes
| it hides some data!).
This is really a gnuplot question. Try running gnuplot separately
from Octave and type `help set key'. Then use the equivalent gset
command in Octave. For example,
gset key outside box
will set the key in a box outside the plot.
jwe