On 02.01.2011 22:52, farrokh yousefi wrote:
> When I plot a graph by using gnuplot then there will be appear file name on
> top right of graph.
Actually, there's the filename plus a sample of what the data from that
file are plotted as. The whole construct is known as the "key", or
"legend" of the plot.
> I mean if I write command {plot "example.data" using 1:2 with lines} then on
> top right of graph has been written {"example.data" using 1:2}.
> How to vanish or erase it?
Read "help plot title" and "help set key"
|