[SciPy-User] ANN: visvis 1.8 - The object oriented approach to visualization

Almar Klein almar.klein at gmail.com
Tue Dec 18 05:08:47 EST 2012


Dear all,

On behalf of the Visvis development team, I'm pleased to announce version
1.8 of Visvis - the object oriented approach to visualization.

Essentially, visvis is an object oriented layer of Python on top of OpenGl,
thereby combining the power of OpenGl with the usability of Python. A
Matlab-like interface in the form of a set of functions allows easy
creation of objects (e.g. plot(), imshow(), volshow(), surf()).

The most notable changes are:

   - Better handling of NaN, Inf in line objects, barplots, boxplots, and
   calculation of axes limits.
   - The bar plot now supports the bottom keyword, allowing for stacked bar
   charts.
   - Meshes can now be made (semi)transparent by giving RGBA values to
   mesh.faceColor.
   - Better separation of widget and figure creation, making it easier to
   embed visvis in threaded applications.


Website: https://code.google.com/p/visvis/
Discussion group: http://groups.google.com/group/visvis
Release notes: https://code.google.com/p/visvis/wiki/releaseNotes

Regards,
  Almar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20121218/19eab14b/attachment.html>


More information about the SciPy-User mailing list