[sage-support] Re: Contour plots of data points...

2012-04-13 Thread Jason Grout
On 4/13/12 5:45 AM, Tobias Weich wrote: Another possibility which I use is to add the ContourPlot Object by hand in a Graphics object: sage: from sage.plot.contour_plot import ContourPlot sage: C = ContourPlot(data,(0,9),(0,9),options={'fill':True, 'contours':30, 'legend_label':None}) sage:

[sage-support] Re: Contour plots of data points...

2012-04-13 Thread Jason Grout
On 4/13/12 5:45 AM, Tobias Weich wrote: However it has been quite dissatisfactory for me that the first example in the documentation was in principle what I was looking for but nowhere was written how to use it (make it visible) and in all the following examples where only ContourPlots of