Daniel Jacobsen wrote:
> Noob question: how do i get a contour plot with filled curves? In
> Gnuplot, it seems one could say 'plot ... with filledcurves', but I
> don't know how to do this in gnuplot.py.
>>> import Gnuplot
>>> g = Gnuplot.Gnuplot()
>>> g.plot(Gnuplot.Func('sin(x)', with='filledcurves'))
>>>
Michael
|