Metadata-Version: 2.4
Name: densitty
Version: 0.8.2
Summary: densitty - create textual 2-D density plots, heatmaps, and 2-D histograms in Python
Author: Bill Tompkins
License-Expression: MIT
Project-URL: Homepage, https://github.com/BillTompkins/densitty
Keywords: densitty,ascii,ascii-art,plotting,terminal,Python
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

<h1 align="center">densitty</h1>
<h2 align="center"> Terminal-based 2-D Histogram, Density Plots, and Heatmaps</h2>

Generate 2-D histograms (density plots, heat maps, eye diagrams) similar to [matplotlib's hist2d](https://matplotlib.org/stable/gallery/statistics/hist.html "hist2d"), but with output in the terminal, and no external dependencies.

![Plot Output](https://billtompkins.github.io/densitty/docs/inline-histplot2d.png "example output image")

## [Examples/Gallery](https://billtompkins.github.io/densitty/docs/examples.html)

## [Sub-modules / Usage Notes](https://billtompkins.github.io/densitty/docs/usage.html)

## [Color, Size, and Glyph Support](https://billtompkins.github.io/densitty/docs/terminal_support.html)

## API (TODO)
