Below is a list of useful Python libraries/packages for scientists.
Matplotlib is python's most developed and well-known plotting package. The API is highly customizable (although this isn't always intuitive) and extensive. It can create 2d and 3d plots, movies, and animations. It even includes some widget ability for interactivity (although I'd suggest using IPython's widgets for this).
In [ ]: