/deephaven-plugin-matplotlib

Deephaven Plugin for matplotlib

Primary LanguagePythonApache License 2.0Apache-2.0

Deephaven Plugin for matplotlib

The Deephaven Plugin for matplotlib.

Currently in development.

Build

To create your build / development environment:

python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip setuptools build deephaven-plugin matplotlib

To build:

python -m build --wheel

produces the wheel into dist/.