Coverage for /Users/Newville/Codes/xraylarch/larch/plot/__init__.py: 0%
2 statements
« prev ^ index » next coverage.py v7.3.2, created at 2023-11-09 10:08 -0600
« prev ^ index » next coverage.py v7.3.2, created at 2023-11-09 10:08 -0600
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