Re: [Matplotlib-users] Alpha keyword not working with contourf

2012-02-12 Thread Eric Firing
On 02/11/2012 10:53 PM, Alexa Villaume wrote: > (Sorry about not replying to list before. I usually have to be pretty > vigilant about not clicking "Reply-All") > > I made my figure a pdf and the transparency works fine. So thanks! Just > another quick question is it the Postscript language itself

Re: [Matplotlib-users] problem to plot constant limited(within specific xrange value) y line within a square well

2012-02-12 Thread Jerzy Karczmarczuk
Debashish Saha : > ... > > Question: > then how to plot those specific component of E within the square well only? Why not: for m in E: plt.plot([-a,a],[m,m],'r') plt.show() Jerzy Karczmarczuk -- Virtualization & Cl

Re: [Matplotlib-users] Alpha keyword not working with contourf

2012-02-12 Thread Alexa Villaume
(Sorry about not replying to list before. I usually have to be pretty vigilant about not clicking "Reply-All") I made my figure a pdf and the transparency works fine. So thanks! Just another quick question is it the Postscript language itself that doesn't support transparency or the way mpl handle