LICENSE
README.md
pyproject.toml
src/ebplots/__init__.py
src/ebplots/_version.py
src/ebplots/colour_provider.py
src/ebplots.egg-info/PKG-INFO
src/ebplots.egg-info/SOURCES.txt
src/ebplots.egg-info/dependency_links.txt
src/ebplots.egg-info/requires.txt
src/ebplots.egg-info/top_level.txt
src/ebplots/charts/__init__.py
src/ebplots/charts/annual_month_summary.py
src/ebplots/charts/chartoptions.py
src/ebplots/charts/colourtesting.py
src/ebplots/charts/dumbbell.py
src/ebplots/charts/generation_annual_map.py
src/ebplots/charts/heatmap.py
src/ebplots/charts/helper.py
src/ebplots/charts/hh_data_quick_view.py
src/ebplots/charts/joyplot.py
src/ebplots/charts/markets_contract_value_heatmap.py
src/ebplots/charts/max_min_diff.py
src/ebplots/charts/rcparams.py
src/ebplots/charts/spiral.py
src/ebplots/charts/stacked_bar.py
src/ebplots/charts/template.py
src/ebplots/data/__init__.py
src/ebplots/data/months.py
src/ebplots/data/timeelements.py
src/ebplots/data/units.py
src/ebplots/general/__init__.py
src/ebplots/general/cmap.py
src/ebplots/general/cmaplog.py
src/ebplots/general/formatting.py
src/ebplots/general/helper.py
src/ebplots/general/plotting.py
src/ebplots/general/rcparamsfuncs.py
src/ebplots/general/tickmark.py
src/ebplots/standard/__init__.py
src/ebplots/standard/chartsizes.py
tests/test_cmap.py
tests/test_cmaplog.py
tests/test_colour_provider.py
tests/test_colourtesting.py
tests/test_dumbbell.py
tests/test_formatting.py
tests/test_heatmap.py
tests/test_helper.py
tests/test_joyplot.py
tests/test_plotting.py
tests/test_public_api.py
tests/test_rcparamsfuncs.py
tests/test_split_charts.py
tests/test_template.py
tests/test_tickmark.py