Coverage for larch/plot/__init__.py: 0%
1 statements
« prev ^ index » next coverage.py v7.6.0, created at 2024-10-16 21:04 +0000
« prev ^ index » next coverage.py v7.6.0, created at 2024-10-16 21:04 +0000
1#!/usr/bin/env python
3"""
4Standard plots for Larch
5------------------------
7This module is independent of the Wx GUI. It uses matplotlib or Plotly as
8plotting libraries. It is intended as plotter module for standalone scripts and
9Jupyter notebooks.
10"""
12from . import plotly_xafsplots