Connecting to gnuplot with Popen?

John J. Lee jjl at pobox.com
Sat Apr 1 16:54:38 EST 2006


Anton81 <forum at anton.e4ward.com> writes:

> > Hi Anton,
> > 
> > here is a little snippet using os.popen:
> 
> Unfortunately I'm having more problem getting the output from Gnuplot, which
> I'd like to examine for error messages and settings of options.

If you must roll your own, look at standard module subprocess.


John




More information about the Python-list mailing list