|
From: <par...@sp...> - 2006-06-18 19:48:16
|
> i just wanted to know if it is possible to move the description text within
> the graph (with the line before it) from the right upper corner to the left
> upper corner?
Try this:
g=Gnuplot.Gnuplot()
g.("set key left top")
The "not-so Frequently Asked Questions" page is very helpful:
http://t16web.lanl.gov/Kawano/gnuplot/legend-e.html#2.2
John
|