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

1#!/usr/bin/env python 

2 

3""" 

4Standard plots for Larch 

5------------------------ 

6 

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""" 

11 

12from . import plotly_xafsplots