Python library for visualization of 1D to 4D data in an object oriented way
Description
Visvis is a pure Python library for visualization of 1D to 4D data in an
object oriented way. 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/Matplotlib-like interface in the form of a
set of functions allows easy creation of objects (e.g. plot(), imshow(),
volshow(), surf()).