Skip to content
Almar Klein edited this page May 12, 2017 · 3 revisions

See the Examples page for a few more screenshots and the example code to generate them. If you have a nice screenshot of some fancy data yourself, feel free to e-mail me!


Martin Laloux is testing the use of visvis in Quantum GIS (http://www.qgis.org/), an open source Geographical Information System which is scriptable in Python. He extracts the x, y, z coordinates of a point layer and uses vivis to visualize them in 3D:

https://raw.githubusercontent.com/wiki/almarklein/visvis/images/qgisvisvissurfbok.png https://raw.githubusercontent.com/wiki/almarklein/visvis/images/qgisvisvissondages.jpg


An example of the ColormapEditor in action:

https://raw.githubusercontent.com/wiki/almarklein/visvis/images/mip1.png


Asmi Shah uses Visvis to visualize 3D color microscopic images. What you see here is a "zebrafish embryo's brain region, zoomed in at its right eye, at 48hpf". The RGB dataset has 512x512x213 voxels.

https://raw.githubusercontent.com/wiki/almarklein/visvis/images/screenshot_asmi.png


Matthew Turk uses Visvis to visualize the formation of the first starts in the universe:

https://raw.githubusercontent.com/wiki/almarklein/visvis/images/screenshot_matt1.png


The image below shows a surface plot of a 3D phase (courtesy of Bas Boom):

https://raw.githubusercontent.com/wiki/almarklein/visvis/images/screen6.png


Here's a screenshot created by one of the scripts in the examples directory. It illustrates several polygonal shapes that can be created and applies a colormap and texture to a few of them:

https://raw.githubusercontent.com/wiki/almarklein/visvis/images/screen_meshes.png


The image below shows a surface plot of the intensity of Lena.png, with the Lena texture itself applied to the Mesh:

https://raw.githubusercontent.com/wiki/almarklein/visvis/images/screen_surface.png


Here's an image of a stent graft visualized using the raycast render program. Contrast fluid was injected in the bloodstream during acquisition of the CT scan, which enables distinguishing it from the surrounding tissue:

https://raw.githubusercontent.com/wiki/almarklein/visvis/images/stent1.png


Here's another stent, also showing the pelvic bone (using the MIP renderer):

https://raw.githubusercontent.com/wiki/almarklein/visvis/images/stent3.png


Lines can be visualized inside volumes (by setting their alpha value <1.). This way one can visualize all sorts of algorithm results:

https://raw.githubusercontent.com/wiki/almarklein/visvis/images/screen4.png


A bar chart:

https://raw.githubusercontent.com/wiki/almarklein/visvis/images/screen_bars.png

Clone this wiki locally