.all-contributorsrc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
MANIFEST.in
README.md
dev-environment.yml
noxfile.py
pyproject.toml
setup.cfg
setup.py
.github/CONTRIBUTING.md
.github/dependabot.yml
.github/labeler.yml
.github/ISSUE_TEMPLATE/bug-report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/docs-improvements.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/support.md
.github/workflows/cd.yml
.github/workflows/ci.yml
.github/workflows/pr.yml
docs/Makefile
docs/changelog.md
docs/conf.py
docs/index.rst
docs/installation.rst
docs/make.bat
docs/support.rst
docs/_images/axis_category.png
docs/_images/axis_circular.png
docs/_images/axis_integer.png
docs/_images/axis_regular.png
docs/_images/axis_variable.png
docs/_images/ex_hist_density.png
docs/_images/histlogo.png
docs/_images/histlogo.svg
docs/_images/histogram_design.png
docs/_src/images/.gitignore
docs/_src/images/Makefile
docs/_src/images/axis_category.tex
docs/_src/images/axis_circular.tex
docs/_src/images/axis_integer.tex
docs/_src/images/axis_regular.tex
docs/_src/images/axis_variable.tex
docs/examples/HistDemo.ipynb
docs/reference/hist.axis.rst
docs/reference/hist.rst
docs/reference/modules.rst
docs/user-guide/accumulators.rst
docs/user-guide/analyses.rst
docs/user-guide/axes.rst
docs/user-guide/quickstart.rst
docs/user-guide/storages.rst
docs/user-guide/notebooks/Histogram.ipynb
docs/user-guide/notebooks/Interpolation.ipynb
docs/user-guide/notebooks/Plots.ipynb
docs/user-guide/notebooks/Reprs.ipynb
docs/user-guide/notebooks/SVGHistogram.ipynb
docs/user-guide/notebooks/Stack.ipynb
docs/user-guide/notebooks/Transform.ipynb
notebooks/HistLogo.ipynb
notebooks/axestuple-setattr.ipynb
src/hist/__init__.py
src/hist/accumulators.py
src/hist/axestuple.py
src/hist/basehist.py
src/hist/classichist.py
src/hist/hist.py
src/hist/intervals.py
src/hist/namedhist.py
src/hist/numpy.py
src/hist/plot.py
src/hist/py.typed
src/hist/quick_construct.py
src/hist/stack.py
src/hist/storage.py
src/hist/svgplots.py
src/hist/svgutils.py
src/hist/tag.py
src/hist/typing.py
src/hist/version.py
src/hist.egg-info/PKG-INFO
src/hist.egg-info/SOURCES.txt
src/hist.egg-info/dependency_links.txt
src/hist.egg-info/entry_points.txt
src/hist.egg-info/not-zip-safe
src/hist.egg-info/requires.txt
src/hist.egg-info/top_level.txt
src/hist/axis/__init__.py
src/hist/axis/py.typed
src/hist/axis/transform.py
tests/conftest.py
tests/test_axestuple.py
tests/test_axis.py
tests/test_bh.py
tests/test_general.py
tests/test_intervals.py
tests/test_mock_plot.py
tests/test_named.py
tests/test_plot.py
tests/test_profile.py
tests/test_reprs.py
tests/test_stacks.py
tests/test_version.py
tests/baseline/test_image_plot_pull.png
tests/baseline/test_image_plot_ratio_callable.png
tests/baseline/test_image_plot_ratio_hist.png
tests/baseline/test_plot1d_auto_handling.png