Re: [Matplotlib-users] multiple overlaid contour plots

2013-06-13 Thread Francesco Montesano
Dear Lado, You should be able to do it simply by calling countourf multiple times changing the alpha value (or setting it to something like 0.5) plt.contourf(..., alpha=0.8, ...) plt.contourf(..., alpha=0.6, ...) plt.contourf(..., alpha=0.4, ...) The problem comes when you want to sa

[Matplotlib-users] multiple overlaid contour plots

2013-06-13 Thread Lado Samushia
How can I plot multiple overlaid transparent contour plots in matplotlib? The link below has a plot that shows I am trying to achieve. https://docs.google.com/file/d/0B4HYv5Dbtu1Zb1VtOG9PTkJCeVU/edit?usp=sharing -- This SF