| Class: GnuplotOpts | Gnuplot/gp_unix.py | 
|---|---|
| The configuration options for gnuplot on generic platforms.Store the options in a class to make them easy to import and modify en masse. If you want to modify the options from the command line or within a running program, do something like the following: 
        import Gnuplot
        Gnuplot.GnuplotOpts.gnuplot_command = '/bin/mygnuplot'
 |