|
From: e-letter <in...@gm...> - 2011-01-03 10:02:00
|
> ------------------------------
>
> Message: 9
> Date: Mon, 3 Jan 2011 01:22:31 +0330
> From: farrokh yousefi <you...@gm...>
> Subject: [Gnuplot-info] one problem
> To: gnu...@li...
> Message-ID:
> <AAN...@ma...>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi Authors
>
> When I plot a graph by using gnuplot then there will be appear file name on
> top right of graph.
> 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?
>
use the command:
unset key
|