Metadata-Version: 2.4
Name: jetplot
Version: 0.6.6
Summary: jetplot is collection of miscellaneous utils for Matplotlib.
Author-email: Niru Maheswaranathan <niru@hey.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/nirum/jetplot
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: numpy>=1.19
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: scikit-learn>=1.0.2
Provides-Extra: dev
Requires-Dist: matplotlib-stubs>=0.1.0; extra == "dev"
Requires-Dist: pyrefly>=0.14.0; extra == "dev"
Requires-Dist: pytest>=7.4.4; extra == "dev"
Requires-Dist: pytest-cov>=4.1.0; extra == "dev"
Requires-Dist: ruff>=0.11.10; extra == "dev"
Requires-Dist: scipy-stubs>=1.15.3.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: mkdocs>=1.5.3; extra == "docs"
Requires-Dist: mkdocs-material>=9.2.7; extra == "docs"
Requires-Dist: mkdocstrings[python]>=0.22.0; extra == "docs"
Dynamic: license-file

# Jetplot

[![Tests](https://github.com/nirum/jetplot/actions/workflows/ci.yml/badge.svg)](https://github.com/nirum/jetplot/actions/workflows/ci.yml)
[![Typecheck](https://github.com/nirum/jetplot/actions/workflows/typecheck.yml/badge.svg)](https://github.com/nirum/jetplot/actions/workflows/typecheck.yml)
![PyPI - Version](https://img.shields.io/pypi/v/jetplot)

## About

`jetplot` is collection of miscellaneous utils for Matplotlib.


## Installation

```bash
pip install jetplot
```

## Documentation

Documentation is built with [MkDocs](https://www.mkdocs.org/). To view the
pages locally run:

```bash
mkdocs serve
```
The documentation sources live in the [`docs/`](docs/) folder.

## Changelog

| Version | Release Date | Description                                                                                                                                                                                                     |
| ------: | :----------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 0.6.0   | Jul 21 2024  | Migrated from setup.py to pyproject.toml.                                                                                                                                                     |
| 0.5.3   | Aug 30 2022  | Stops jetplot from updating Matplotlib rcParams on import.                                                                                                                                                     |
| 0.5.0   | Jul 15 2022  | Updates default color palettes, adds new Palette class, adds ridgeline plot.                                                                                                                                                     |
| 0.4.0   | Oct 20 2021  | Name change! Package renamed to `jetplot`.                                                                                                                                                       |
| 0.3.0   | Oct 13 2021  | Drops animation module and the `moviepy` dependency                                                                                                                                                             |
| 0.0.0   | Jan 19 2015  | Initial commit                                                                                                                                                                                                  |

## License

MIT. See [`LICENSE.md`](./LICENSE.md)
