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 & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to