Top "Paraview" questions

ParaView is an open-source, multi-platform data analysis and visualization application.

Exporting a 3D numpy to a VTK file for viewing in Paraview/Mayavi

For those that want to export a simple 3D numpy array (along with axes) to a .vtk (or .vtr) file …

numpy vtk paraview
Paraview: rotate around a given axis

The default 3D rotation mode is a kind of rollerball mode. Is it possible to interactively rotate about a given …

paraview
Displaying an Elevation grid in ParaView

I'm new to ParaView and completely lost with all the different data formats. All I want to do is display …

file grid format elevation paraview
paraview python scripting equivalent of File->save Data

I would like to automate exporting csv files from vtk/vtu files. Right now, the steps I take are: open …

python paraview