.deepsource.toml
.gitignore
.gitmodules
.hgignore
.pre-commit-config.yaml
.sourcery.yaml
AUTHORS.rst
BADGES.rst
CHANGELOG.md
CONTRIBUTING.rst
LICENSE.txt
README.rst
VERSION
pyproject.toml
.github/dependabot.yml
.github/workflows/clean-workflow-runs.yml
.github/workflows/pypi-package.yml
.github/workflows/tests.yml
docs/Makefile
docs/authors.rst
docs/command_line.rst
docs/conf.py
docs/contributing.rst
docs/function_summary.rst
docs/index.rst
docs/license.rst
docs/make.bat
docs/readme.rst
src/plottoolbox/CHANGELOG.md
src/plottoolbox/__init__.py
src/plottoolbox/_plotutils.py
src/plottoolbox/plottoolbox.py
src/plottoolbox.egg-info/PKG-INFO
src/plottoolbox.egg-info/SOURCES.txt
src/plottoolbox.egg-info/dependency_links.txt
src/plottoolbox.egg-info/entry_points.txt
src/plottoolbox.egg-info/requires.txt
src/plottoolbox.egg-info/scm_file_list.json
src/plottoolbox.egg-info/scm_version.json
src/plottoolbox.egg-info/top_level.txt
src/plottoolbox/SciencePlots/.gitignore
src/plottoolbox/SciencePlots/CHANGES.md
src/plottoolbox/SciencePlots/LICENSE
src/plottoolbox/SciencePlots/MANIFEST.in
src/plottoolbox/SciencePlots/README.md
src/plottoolbox/SciencePlots/pyproject.toml
src/plottoolbox/SciencePlots/.github/ISSUE_TEMPLATE/01-bug.yml
src/plottoolbox/SciencePlots/.github/workflows/pytest.yaml
src/plottoolbox/SciencePlots/.github/workflows/ruff_check.yaml
src/plottoolbox/SciencePlots/examples/plot-examples.py
src/plottoolbox/SciencePlots/examples/figures/fig01a.jpg
src/plottoolbox/SciencePlots/examples/figures/fig01b.jpg
src/plottoolbox/SciencePlots/examples/figures/fig02a.jpg
src/plottoolbox/SciencePlots/examples/figures/fig02b.jpg
src/plottoolbox/SciencePlots/examples/figures/fig02c.jpg
src/plottoolbox/SciencePlots/examples/figures/fig03.jpg
src/plottoolbox/SciencePlots/examples/figures/fig04.jpg
src/plottoolbox/SciencePlots/examples/figures/fig05.jpg
src/plottoolbox/SciencePlots/examples/figures/fig06.jpg
src/plottoolbox/SciencePlots/examples/figures/fig07.jpg
src/plottoolbox/SciencePlots/examples/figures/fig08.jpg
src/plottoolbox/SciencePlots/examples/figures/fig09.jpg
src/plottoolbox/SciencePlots/examples/figures/fig10.jpg
src/plottoolbox/SciencePlots/examples/figures/fig11.jpg
src/plottoolbox/SciencePlots/examples/figures/fig12.jpg
src/plottoolbox/SciencePlots/examples/figures/fig13.jpg
src/plottoolbox/SciencePlots/examples/figures/fig14a.jpg
src/plottoolbox/SciencePlots/examples/figures/fig14b.jpg
src/plottoolbox/SciencePlots/examples/figures/fig14c.jpg
src/plottoolbox/SciencePlots/examples/figures/fig14d.jpg
src/plottoolbox/SciencePlots/examples/figures/fig16.jpg
src/plottoolbox/SciencePlots/examples/figures/fig17.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_1.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_10.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_11.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_12.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_13.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_14.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_15.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_16.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_17.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_18.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_19.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_2.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_20.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_21.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_22.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_23.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_3.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_4.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_5.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_6.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_7.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_8.jpg
src/plottoolbox/SciencePlots/examples/figures/fig_dr_9.jpg
src/plottoolbox/SciencePlots/src/scienceplots/__init__.py
src/plottoolbox/SciencePlots/src/scienceplots/styles_discovery.py
src/plottoolbox/SciencePlots/src/scienceplots/styles/notebook.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/scatter.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/science.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/bright.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/high-contrast.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/high-vis.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/light.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/muted.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/retro.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/std-colors.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/vibrant.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-1.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-10.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-11.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-12.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-13.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-14.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-15.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-16.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-17.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-18.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-19.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-2.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-20.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-21.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-22.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-23.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-3.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-4.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-5.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-6.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-7.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-8.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/color/discrete-rainbow/discrete-rainbow-9.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/journals/ieee.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/journals/nature.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/languages/cjk-jp-font.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/languages/cjk-kr-font.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/languages/cjk-sc-font.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/languages/cjk-tc-font.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/languages/russian-font.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/languages/turkish-font.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/misc/grid.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/misc/latex-sans.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/misc/no-latex.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/misc/pgf.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/styles/misc/sans.mplstyle
src/plottoolbox/SciencePlots/src/scienceplots/tests/__init__.py
src/plottoolbox/SciencePlots/src/scienceplots/tests/conftest.py
src/plottoolbox/SciencePlots/src/scienceplots/tests/test_scienceplots.py
src/plottoolbox/SkillMetrics/.gitignore
src/plottoolbox/SkillMetrics/.project
src/plottoolbox/SkillMetrics/.pydevproject
src/plottoolbox/SkillMetrics/LICENSE.txt
src/plottoolbox/SkillMetrics/README.md
src/plottoolbox/SkillMetrics/requirements.txt
src/plottoolbox/SkillMetrics/setup.py
src/plottoolbox/SkillMetrics/Documents/PIP notes.docx
src/plottoolbox/SkillMetrics/Documents/Target & Taylor Diagrams.docx
src/plottoolbox/SkillMetrics/Documents/Taylor Diagram Primer.pdf
src/plottoolbox/SkillMetrics/Documents/Yearsley_Sun_Baptiste_Nijssen_hess-2019-94.pdf
src/plottoolbox/SkillMetrics/Examples/Farmington_River_data.pkl
src/plottoolbox/SkillMetrics/Examples/Farmington_River_data.pkl3
src/plottoolbox/SkillMetrics/Examples/Farmington_River_data.py
src/plottoolbox/SkillMetrics/Examples/Mekong_Basin_data.pkl
src/plottoolbox/SkillMetrics/Examples/Mekong_Basin_data.pkl3
src/plottoolbox/SkillMetrics/Examples/Mekong_Basin_data_interannual.pkl
src/plottoolbox/SkillMetrics/Examples/Mekong_Basin_data_interannual.pkl3
src/plottoolbox/SkillMetrics/Examples/all_stats.py
src/plottoolbox/SkillMetrics/Examples/all_stats_example.xlsx
src/plottoolbox/SkillMetrics/Examples/convertMatFile.py
src/plottoolbox/SkillMetrics/Examples/get_time_series.py
src/plottoolbox/SkillMetrics/Examples/load_data.py
src/plottoolbox/SkillMetrics/Examples/phytoplankton_data.zip
src/plottoolbox/SkillMetrics/Examples/pred1.csv
src/plottoolbox/SkillMetrics/Examples/pred1_units.csv
src/plottoolbox/SkillMetrics/Examples/pred2.csv
src/plottoolbox/SkillMetrics/Examples/pred2_units.csv
src/plottoolbox/SkillMetrics/Examples/pred3.csv
src/plottoolbox/SkillMetrics/Examples/pred3_units.csv
src/plottoolbox/SkillMetrics/Examples/read_csv_data.py
src/plottoolbox/SkillMetrics/Examples/ref.csv
src/plottoolbox/SkillMetrics/Examples/ref_units.csv
src/plottoolbox/SkillMetrics/Examples/target1.py
src/plottoolbox/SkillMetrics/Examples/target10.py
src/plottoolbox/SkillMetrics/Examples/target10_example.png
src/plottoolbox/SkillMetrics/Examples/target11.py
src/plottoolbox/SkillMetrics/Examples/target11_example.png
src/plottoolbox/SkillMetrics/Examples/target1_example.png
src/plottoolbox/SkillMetrics/Examples/target2.py
src/plottoolbox/SkillMetrics/Examples/target2_example.png
src/plottoolbox/SkillMetrics/Examples/target3.py
src/plottoolbox/SkillMetrics/Examples/target3_example.png
src/plottoolbox/SkillMetrics/Examples/target4.py
src/plottoolbox/SkillMetrics/Examples/target4_example.png
src/plottoolbox/SkillMetrics/Examples/target5.py
src/plottoolbox/SkillMetrics/Examples/target5_example.png
src/plottoolbox/SkillMetrics/Examples/target6.py
src/plottoolbox/SkillMetrics/Examples/target6_example.png
src/plottoolbox/SkillMetrics/Examples/target7.py
src/plottoolbox/SkillMetrics/Examples/target7_example.png
src/plottoolbox/SkillMetrics/Examples/target8.py
src/plottoolbox/SkillMetrics/Examples/target8_example.png
src/plottoolbox/SkillMetrics/Examples/target9.py
src/plottoolbox/SkillMetrics/Examples/target9_example.png
src/plottoolbox/SkillMetrics/Examples/target_data.mat
src/plottoolbox/SkillMetrics/Examples/target_data.pkl
src/plottoolbox/SkillMetrics/Examples/target_data.pkl3
src/plottoolbox/SkillMetrics/Examples/target_option_config.csv
src/plottoolbox/SkillMetrics/Examples/target_options.py
src/plottoolbox/SkillMetrics/Examples/target_stats_example.xlsx
src/plottoolbox/SkillMetrics/Examples/taylor1.py
src/plottoolbox/SkillMetrics/Examples/taylor10.py
src/plottoolbox/SkillMetrics/Examples/taylor10_example.png
src/plottoolbox/SkillMetrics/Examples/taylor11.py
src/plottoolbox/SkillMetrics/Examples/taylor11_example.png
src/plottoolbox/SkillMetrics/Examples/taylor12.py
src/plottoolbox/SkillMetrics/Examples/taylor12_example.png
src/plottoolbox/SkillMetrics/Examples/taylor13.py
src/plottoolbox/SkillMetrics/Examples/taylor13_example.png
src/plottoolbox/SkillMetrics/Examples/taylor14.py
src/plottoolbox/SkillMetrics/Examples/taylor14_example.png
src/plottoolbox/SkillMetrics/Examples/taylor15.py
src/plottoolbox/SkillMetrics/Examples/taylor15_example.png
src/plottoolbox/SkillMetrics/Examples/taylor1_example.png
src/plottoolbox/SkillMetrics/Examples/taylor2.py
src/plottoolbox/SkillMetrics/Examples/taylor2_example.png
src/plottoolbox/SkillMetrics/Examples/taylor3.py
src/plottoolbox/SkillMetrics/Examples/taylor3_example.png
src/plottoolbox/SkillMetrics/Examples/taylor4.py
src/plottoolbox/SkillMetrics/Examples/taylor4_example.png
src/plottoolbox/SkillMetrics/Examples/taylor5.py
src/plottoolbox/SkillMetrics/Examples/taylor5_example.png
src/plottoolbox/SkillMetrics/Examples/taylor6.py
src/plottoolbox/SkillMetrics/Examples/taylor6_example.png
src/plottoolbox/SkillMetrics/Examples/taylor7.py
src/plottoolbox/SkillMetrics/Examples/taylor7_example.png
src/plottoolbox/SkillMetrics/Examples/taylor8.py
src/plottoolbox/SkillMetrics/Examples/taylor8_example.png
src/plottoolbox/SkillMetrics/Examples/taylor9.py
src/plottoolbox/SkillMetrics/Examples/taylor9_example.png
src/plottoolbox/SkillMetrics/Examples/taylor_M13.png
src/plottoolbox/SkillMetrics/Examples/taylor_M3.png
src/plottoolbox/SkillMetrics/Examples/taylor_M5.png
src/plottoolbox/SkillMetrics/Examples/taylor_M9.png
src/plottoolbox/SkillMetrics/Examples/taylor_data.pkl
src/plottoolbox/SkillMetrics/Examples/taylor_data.pkl3
src/plottoolbox/SkillMetrics/Examples/taylor_option_config.csv
src/plottoolbox/SkillMetrics/Examples/taylor_options.py
src/plottoolbox/SkillMetrics/Examples/taylor_stats_example.xlsx
src/plottoolbox/SkillMetrics/Test/Test.zip
src/plottoolbox/SkillMetrics/Test/test_plots.py
src/plottoolbox/SkillMetrics/skill_metrics/__init__.py
src/plottoolbox/SkillMetrics/skill_metrics/add_legend.py
src/plottoolbox/SkillMetrics/skill_metrics/bias.py
src/plottoolbox/SkillMetrics/skill_metrics/bias_percent.py
src/plottoolbox/SkillMetrics/skill_metrics/brier_score.py
src/plottoolbox/SkillMetrics/skill_metrics/centered_rms_dev.py
src/plottoolbox/SkillMetrics/skill_metrics/check_duplicate_stats.py
src/plottoolbox/SkillMetrics/skill_metrics/check_label_position.py
src/plottoolbox/SkillMetrics/skill_metrics/check_on_off.py
src/plottoolbox/SkillMetrics/skill_metrics/check_taylor_stats.py
src/plottoolbox/SkillMetrics/skill_metrics/error_check_stats.py
src/plottoolbox/SkillMetrics/skill_metrics/get_axis_tick_label.py
src/plottoolbox/SkillMetrics/skill_metrics/get_default_markers.py
src/plottoolbox/SkillMetrics/skill_metrics/get_from_dict_or_default.py
src/plottoolbox/SkillMetrics/skill_metrics/get_single_markers.py
src/plottoolbox/SkillMetrics/skill_metrics/get_target_diagram_axes.py
src/plottoolbox/SkillMetrics/skill_metrics/get_target_diagram_options.py
src/plottoolbox/SkillMetrics/skill_metrics/get_taylor_diagram_axes.py
src/plottoolbox/SkillMetrics/skill_metrics/get_taylor_diagram_options.py
src/plottoolbox/SkillMetrics/skill_metrics/kling_gupta_eff09.py
src/plottoolbox/SkillMetrics/skill_metrics/kling_gupta_eff12.py
src/plottoolbox/SkillMetrics/skill_metrics/nash_sutcliffe_eff.py
src/plottoolbox/SkillMetrics/skill_metrics/overlay_target_diagram_circles.py
src/plottoolbox/SkillMetrics/skill_metrics/overlay_taylor_diagram_circles.py
src/plottoolbox/SkillMetrics/skill_metrics/overlay_taylor_diagram_lines.py
src/plottoolbox/SkillMetrics/skill_metrics/plot_pattern_diagram_colorbar.py
src/plottoolbox/SkillMetrics/skill_metrics/plot_pattern_diagram_markers.py
src/plottoolbox/SkillMetrics/skill_metrics/plot_target_axes.py
src/plottoolbox/SkillMetrics/skill_metrics/plot_taylor_axes.py
src/plottoolbox/SkillMetrics/skill_metrics/plot_taylor_obs.py
src/plottoolbox/SkillMetrics/skill_metrics/report_duplicate_stats.py
src/plottoolbox/SkillMetrics/skill_metrics/rmsd.py
src/plottoolbox/SkillMetrics/skill_metrics/save_figures.py
src/plottoolbox/SkillMetrics/skill_metrics/skill_score_brier.py
src/plottoolbox/SkillMetrics/skill_metrics/skill_score_murphy.py
src/plottoolbox/SkillMetrics/skill_metrics/target_diagram.py
src/plottoolbox/SkillMetrics/skill_metrics/target_statistics.py
src/plottoolbox/SkillMetrics/skill_metrics/taylor_diagram.py
src/plottoolbox/SkillMetrics/skill_metrics/taylor_statistics.py
src/plottoolbox/SkillMetrics/skill_metrics/use_sci_notation.py
src/plottoolbox/SkillMetrics/skill_metrics/utils.py
src/plottoolbox/SkillMetrics/skill_metrics/write_stats.py
src/plottoolbox/SkillMetrics/skill_metrics/write_target_stats.py
src/plottoolbox/SkillMetrics/skill_metrics/write_taylor_stats.py
src/plottoolbox/_functions/__init__.py
src/plottoolbox/_functions/autocorrelation.py
src/plottoolbox/_functions/bar.py
src/plottoolbox/_functions/bar_stacked.py
src/plottoolbox/_functions/barh.py
src/plottoolbox/_functions/barh_stacked.py
src/plottoolbox/_functions/bootstrap.py
src/plottoolbox/_functions/boxplot.py
src/plottoolbox/_functions/double_mass.py
src/plottoolbox/_functions/handh.py
src/plottoolbox/_functions/heatmap.py
src/plottoolbox/_functions/hexbin.py
src/plottoolbox/_functions/histogram.py
src/plottoolbox/_functions/kde.py
src/plottoolbox/_functions/kde_time.py
src/plottoolbox/_functions/lag_plot.py
src/plottoolbox/_functions/lognorm_xaxis.py
src/plottoolbox/_functions/lognorm_yaxis.py
src/plottoolbox/_functions/norm_xaxis.py
src/plottoolbox/_functions/norm_yaxis.py
src/plottoolbox/_functions/probability_density.py
src/plottoolbox/_functions/scatter_matrix.py
src/plottoolbox/_functions/target.py
src/plottoolbox/_functions/taylor.py
src/plottoolbox/_functions/time.py
src/plottoolbox/_functions/waterfall.py
src/plottoolbox/_functions/weibull_xaxis.py
src/plottoolbox/_functions/weibull_yaxis.py
src/plottoolbox/_functions/xy.py
src/plottoolbox/toolbox_utils/.deepsource.toml
src/plottoolbox/toolbox_utils/.gitignore
src/plottoolbox/toolbox_utils/.pre-commit-config.yaml
src/plottoolbox/toolbox_utils/.sourcery.yaml
src/plottoolbox/toolbox_utils/AUTHORS.rst
src/plottoolbox/toolbox_utils/BADGES.rst
src/plottoolbox/toolbox_utils/CHANGELOG.md
src/plottoolbox/toolbox_utils/CONTRIBUTING.rst
src/plottoolbox/toolbox_utils/LICENSE.txt
src/plottoolbox/toolbox_utils/README.rst
src/plottoolbox/toolbox_utils/VERSION
src/plottoolbox/toolbox_utils/pyproject.toml
src/plottoolbox/toolbox_utils/.github/dependabot.yml
src/plottoolbox/toolbox_utils/.github/workflows/clean-workflow-runs.yml
src/plottoolbox/toolbox_utils/.github/workflows/pypi-package.yml
src/plottoolbox/toolbox_utils/.github/workflows/tests.yml
src/plottoolbox/toolbox_utils/docs/Makefile
src/plottoolbox/toolbox_utils/docs/authors.rst
src/plottoolbox/toolbox_utils/docs/conf.py
src/plottoolbox/toolbox_utils/docs/contributing.rst
src/plottoolbox/toolbox_utils/docs/index.rst
src/plottoolbox/toolbox_utils/docs/license.rst
src/plottoolbox/toolbox_utils/docs/make.bat
src/plottoolbox/toolbox_utils/docs/readme.rst
src/plottoolbox/toolbox_utils/src/toolbox_utils/__init__.py
src/plottoolbox/toolbox_utils/src/toolbox_utils/tsutils.py
src/plottoolbox/toolbox_utils/src/toolbox_utils/utils.py
src/plottoolbox/toolbox_utils/src/toolbox_utils/readers/__init__.py
src/plottoolbox/toolbox_utils/src/toolbox_utils/readers/hbn.py
src/plottoolbox/toolbox_utils/src/toolbox_utils/readers/plotgen.py
src/plottoolbox/toolbox_utils/src/toolbox_utils/readers/utils.py
src/plottoolbox/toolbox_utils/src/toolbox_utils/readers/wdm.py
src/plottoolbox/toolbox_utils/tests/data.wdm
src/plottoolbox/toolbox_utils/tests/data_bi_daily.csv
src/plottoolbox/toolbox_utils/tests/data_bivl.hbn
src/plottoolbox/toolbox_utils/tests/data_end.bivl.csv
src/plottoolbox/toolbox_utils/tests/data_end.daily.csv
src/plottoolbox/toolbox_utils/tests/data_end.monthly.csv
src/plottoolbox/toolbox_utils/tests/data_end.yearly.csv
src/plottoolbox/toolbox_utils/tests/data_flow_stage.xlsx
src/plottoolbox/toolbox_utils/tests/data_period.bivl.csv
src/plottoolbox/toolbox_utils/tests/data_period.daily.csv
src/plottoolbox/toolbox_utils/tests/data_period.monthly.csv
src/plottoolbox/toolbox_utils/tests/data_period.yearly.csv
src/plottoolbox/toolbox_utils/tests/data_plotgen.plt
src/plottoolbox/toolbox_utils/tests/data_simple.csv
src/plottoolbox/toolbox_utils/tests/data_start.bivl.csv
src/plottoolbox/toolbox_utils/tests/data_start.daily.csv
src/plottoolbox/toolbox_utils/tests/data_start.monthly.csv
src/plottoolbox/toolbox_utils/tests/data_start.yearly.csv
src/plottoolbox/toolbox_utils/tests/data_wdm_1.csv
src/plottoolbox/toolbox_utils/tests/data_wdm_2.csv
src/plottoolbox/toolbox_utils/tests/data_yearly.hbn
src/plottoolbox/toolbox_utils/tests/test_asbestfreq.py
src/plottoolbox/toolbox_utils/tests/test_date_slice.py
src/plottoolbox/toolbox_utils/tests/test_dateparse.py
src/plottoolbox/toolbox_utils/tests/test_extract.py
src/plottoolbox/toolbox_utils/tests/test_hbn.py
src/plottoolbox/toolbox_utils/tests/test_make_list.py
src/plottoolbox/toolbox_utils/tests/test_period_timestamp.py
src/plottoolbox/toolbox_utils/tests/test_plotgen.py
src/plottoolbox/toolbox_utils/tests/test_range_to_numlist.py
src/plottoolbox/toolbox_utils/tests/test_read.py
src/plottoolbox/toolbox_utils/tests/test_wdm.py
src/plottoolbox/waterfall_ax/.gitignore
src/plottoolbox/waterfall_ax/LICENSE
src/plottoolbox/waterfall_ax/README.md
src/plottoolbox/waterfall_ax/SECURITY.md
src/plottoolbox/waterfall_ax/setup.py
src/plottoolbox/waterfall_ax/pic/example0.png
src/plottoolbox/waterfall_ax/pic/example1.png
src/plottoolbox/waterfall_ax/pic/example2_dark.png
src/plottoolbox/waterfall_ax/pic/example3_dark.png
src/plottoolbox/waterfall_ax/pic/example4.png
src/plottoolbox/waterfall_ax/waterfall_ax/README.md
src/plottoolbox/waterfall_ax/waterfall_ax/__init__.py
src/plottoolbox/waterfall_ax/waterfall_ax/waterfall_ax.py
tests/02234500_65_65.csv
tests/__init__.py
tests/capture.py
tests/data.wdm
tests/data_02325000_flow.csv
tests/data_bi_daily.csv
tests/data_daily.csv
tests/data_daily_sample.csv
tests/data_dirty_index.csv
tests/data_empty_cols.csv
tests/data_fill_from.csv
tests/data_filter_fft_lowpass.csv
tests/data_filter_flat.csv
tests/data_filter_hanning.csv
tests/data_filter_transform.csv
tests/data_flat.csv
tests/data_flat_01.csv
tests/data_flow_stage.xlsx
tests/data_gainesville_daily_precip.csv
tests/data_gainesville_daily_precip_index.csv
tests/data_gainesville_hourly_precip.csv
tests/data_missing.csv
tests/data_multiple_cols.csv
tests/data_read_append.csv
tests/data_read_append_header.csv
tests/data_read_append_header_cols.csv
tests/data_read_append_header_duplicate.csv
tests/data_simple.csv
tests/data_simple_extra_rows.csv
tests/data_simple_extra_rows_sparse.csv
tests/data_sine.csv
tests/data_spaces.csv
tests/data_stacked.csv
tests/data_stacked_1.csv
tests/data_sunspot.csv
tests/data_sunspot_EST.csv
tests/data_sunspot_index.csv
tests/data_sunspot_normalized_0_to_1.csv
tests/data_sunspot_normalized_10_to_20.csv
tests/data_sunspot_normalized_pct_rank.csv
tests/data_sunspot_normalized_zscore.csv
tests/data_unstacked.csv
tests/test_plot_1.py
tests/test_plot_2.py
tests/test_plot_3.py
tests/baseline/test_autocorrelation.png
tests/baseline/test_bar.png
tests/baseline/test_bar_stacked.png
tests/baseline/test_barh.png
tests/baseline/test_barh_stacked.png
tests/baseline/test_boxplot.png
tests/baseline/test_double_mass.png
tests/baseline/test_double_mass_marker.png
tests/baseline/test_double_mass_mult.png
tests/baseline/test_heatmap.png
tests/baseline/test_hexbin.png
tests/baseline/test_histogram.png
tests/baseline/test_kde_time.png
tests/baseline/test_kde_time_multiple_traces.png
tests/baseline/test_lag_plot.png
tests/baseline/test_lognorm_xaxis.png
tests/baseline/test_lognorm_yaxis.png
tests/baseline/test_norm_xaxis.png
tests/baseline/test_norm_yaxis.png
tests/baseline/test_probability_density.png
tests/baseline/test_scatter_matrix.png
tests/baseline/test_target.png
tests/baseline/test_taylor.png
tests/baseline/test_time_markers.png
tests/baseline/test_time_multiple_traces_new_style_plot.png
tests/baseline/test_time_multiple_traces_plot.png
tests/baseline/test_time_multiple_traces_style_plot.png
tests/baseline/test_time_plot.png
tests/baseline/test_waterfall.png
tests/baseline/test_weibull_xaxis.png
tests/baseline/test_weibull_yaxis.png
tests/baseline/test_xy.png
tests/baseline/test_xy_multiple_traces.png
tests/baseline/test_xy_multiple_traces_logx.png
tests/baseline/test_xy_multiple_traces_logy.png
tests/baseline/test_xy_multiple_traces_markers.png