Metadata-Version: 2.1
Name: jetplot
Version: 0.6.0
Summary: jetplot is collection of miscellaneous utils for Matplotlib.
Author-email: Niru Maheswaranathan <niru@hey.com>
License: The MIT License (MIT)
        
        Copyright (c) 2014-2022 Niru Maheswaranathan
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of
        this software and associated documentation files (the "Software"), to deal in
        the Software without restriction, including without limitation the rights to
        use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
        the Software, and to permit persons to whom the Software is furnished to do so,
        subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
        FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
        IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
        CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
Project-URL: Homepage, https://github.com/nirum/jetplot
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: numpy>=1.19
Requires-Dist: scipy
Requires-Dist: matplotlib

# Jetplot

![build](https://github.com/nirum/jetplot/workflows/build/badge.svg)
[![codecov](https://codecov.io/gh/nirum/jetplot/branch/master/graph/badge.svg)](https://codecov.io/gh/nirum/jetplot)

## About

`jetplot` is collection of miscellaneous utils for Matplotlib.


## Installation

```bash
pip install jetplot
```

## 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! Renamed package from `jetpack` 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)
