From: <jer...@um...> - 2005-11-25 02:28:10
|
I am writing a python script where I would like to send a number of graphs to different files. The number of graphs is undetermined beforehand. I was wondering if there was a way to use a variable in g('set output "filename"'). So I could output to something like filename1, filename2, etc. where i would use a variable for the numbers. |