I'm notice that contourf behaves differently to contour by default in 
where it decides to position contours. For example, using pylab, if you try

a=tri(10)
contourf(a,0)
contour(a,1)

I'd have expected the contours to line up, but they don't. Is there a 
way to get contourf to place its contours at the same position as contour?

thanks,
Gary

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to