Hi all,<br>
<br>
I am pleased to announce version 1.1 of visvis, a Python<br>
visualization library for of 1D to 4D data.<br>
<br>
Website: <a href="http://code.google.com/p/visvis/" target="_blank">http://code.google.com/p/<span>visvis</span>/</a><br>
Discussion group: <a href="http://groups.google.com/group/visvis/" target="_blank">http://groups.google.com/group/<span>visvis</span>/</a><br>

Documentation: <a href="http://code.google.com/p/visvis/wiki/Visvis_basics">http://code.google.com/p/visvis/wiki/Visvis_basics</a><br><br>
=== Description ===<br>
<br>
<span>Visvis</span> is a pure Python visualization library that uses OpenGl to<br>
display 1D to 4D data; it can be used from simple plotting tasks to<br>
rendering 3D volumetric data that moves in time.<br>
<br>
<span>Visvis</span> can be used in Python scripts, interactive Python sessions (as<br>
with IPython) and can be embedded in applications.<br>
<br>
<span>Visvis</span> employs an object oriented structure; each object being<br>
visualized (e.g. a line or a texture) has various properties that can<br>
be modified to change its behavior or appearance. A Matlab-like<br>
interface in the form of a set of functions allows easy creation of<br>
these objects (e.g. plot(), imshow(), volshow()).<br>
<br>=== Changes ===<br>A complete list can be found at <a href="http://code.google.com/p/visvis/wiki/releaseNotes">http://code.google.com/p/visvis/wiki/releaseNotes</a>.<br><br>- Colormaps are now supported for texture objects. A colorbar and colormapEditor wibject are also available. <br>
- The performance of rendering 3D volumes has significantly improved. A new shader (raycast) is also available).<br>- Fonts are rendered more smoothly and faster. <br>- <a name="Other_changes">Data for textures is automatically padded to a factor two if necessary, and down-sampled if too large to fit in OpenGl</a> memory.<br>
- Visvis now works for any OpenGl version from OpenGl 1.1 (some features might not be supported for lower versions though).<br><br>
Regards,<br>  Almar<br><br><br><font color="#888888"></font>