Friday, November 9, 2012

Matplotlib 1.2 and ipython 0.13.1 released

Just found out that there new releases of ipython and matplotlib!

Some highlights of the matplotlib update are:

  • python 3x support
  • streamplot method (I have a friend who plots lots of streamlines from his MHD simulations and will find this interesting)
If your scientific python environment was installed following my tutorial, you can easily update these packages via pip using the command:

pip install --upgrade matplotlib

pip install --upgrade ipython

No comments:

Post a Comment