Interactive plotly visualization for fluxopt energy system models.
Early development — the API may change between releases.
pip install fluxopt-plotRequires uv and Python >= 3.12.
uv sync --group dev # Install deps
uv run pytest -v # Run tests
uv run ruff check . # Lint
uv run ruff format . # Format
uv run mypy src/ # Type checkMIT