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
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
(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