gnuplot() - how to use...
I have installed the gnuplot spkg using sage -i gnuplot and sage indicates that the package successfully installed.
I would like to use this as an interface, and I'm wondering how to call up the function gnuplot()
If I do
sage: g = gnuplot()
TypeError Traceback (most recent call last)
/home/pat/pythonStuff/<ipython console=""> in <module>()
TypeError: __call__() takes exactly 2 arguments (1 given)
Question: What do I need to supply? I have no self object as the gnuplot() constructor (if that's what it is) is supposed to produce a self bound to the variable g.