Coverage for td2a_plotting/__init__.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2023-07-22 05:57 +0200

1# coding: utf-8 

2""" 

3Frequent plotting functions. 

4""" 

5 

6__version__ = "0.1" 

7__author__ = "Xavier Dupré" 

8 

9from .plot_xy import plot_xy # noqa