From: Michael H. <mh...@al...> - 2007-08-21 14:47:25
|
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 |