[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Hard Copy from GNUPLOT



On Wed, May 19, 1999 at 09:17:56AM +0530, S Chetan Kumar wrote:
> Hi,
> 	Does anybody knows how do I print a hard copy of a plot, I obtain
> from GNUplot.

Try help for "set terminal" and "set output". Basically, you can do

set terminal png (or one of the many formats)
set output "foo.filename"

and run your input file and find the output in foo.filename, which can
be printed.

	-Arun


- --------------------------------------------------------------------
To unsubscribe send an email to majordomo@xxxxxxxxx with the word
'unsubscribe linux-india' (without the quotes) in the body of the email.

------------------------------