RVT for Python#

The rvt Python package contains three modules:

  • vis (rvt.vis) for computing visualizations

  • blend (rvt.blend) for blending visualizations together

  • default (rvt.default) for defining default parameters with methods to compute and save visualization functions using set parameters

This section contains full documentation of each of the rvt modules.

Two notebooks with examples for using the rvt.vis and rvt.default modules can be found in Example notebooks.

See also

For beginner-friendly explanations of how to use rvt visit Getting started


CONTENTS