Skip to content

Add `paraview` to visualization options

ParaView is a free open-source application designed to visualize different data sets. The present merge request contains the implementation of ParaView support in ase.visualize module. The data from ase is transferred to ParaView in the VTK XML Unstructured Grid (VTU) format, which had quite limited support, so I expanded it as well.

Merge request reports