Fork me on GitHub

visit_writer by certik

Provides easy to use Python VTK writers and a matplotlib like pcolor() function.

Authors

Ondrej Certik (ondrej@certik.cz)
Visit developers

Installation

See the README file.

Demo

Using the following code:

python demo3.py
paraview --data=vwcurv3d.vtk
you get:

And using the following code (it uses a pcolor(), which works similar to matplotlib's pcolor(), only it produces a vtk file, see also the source code of the demo6.py file, it's very simple):

python demo6.py
paraview --data=pcolor.vtk
you get all of the images below (depending on what variable you visualize in paraview):

License

New BSD license.

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/certik/visit_writer