Quick Start#

CAF.viz doesn’t currently provide a CLI or GUI so should be called from Python to use, see Usage for details.

CAF.viz can be installed from pip or conda-forge.

Pip#

Installing through pip is easy and can be done in one command: pip install caf.viz

conda-forge#

Installing through conda-forge is easy and can be done in one command: conda install caf.viz -c conda-forge

Pipx#

CAF.viz doesn’t currently have a CLI or GUI, so doesn’t support installing as a standalone tool with pipx yet.

Usage#

CAF.viz doesn’t currently provide a CLI or GUI so should be called from Python to use (see below). A complete usage guide can be found in Tool Usage.

Python#

When using CAF.viz functionality within Python:

import caf.viz as cviz

The User Guide contains Tutorials and Code Examples, which explain available functionality. For a detailed look at the package API see API Reference.