https://github.com/nirum/jetplot
🔋 Utilities for scientific python
https://github.com/nirum/jetplot
jetpack python scientific-computing utilities
Last synced: 10 months ago
JSON representation
🔋 Utilities for scientific python
- Host: GitHub
- URL: https://github.com/nirum/jetplot
- Owner: nirum
- License: mit
- Created: 2015-01-20T01:40:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-05-23T07:36:12.000Z (about 1 year ago)
- Last Synced: 2025-06-22T22:16:07.006Z (about 1 year ago)
- Topics: jetpack, python, scientific-computing, utilities
- Language: Python
- Homepage:
- Size: 2.12 MB
- Stars: 19
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Jetplot
[](https://github.com/nirum/jetplot/actions/workflows/ci.yml)
[](https://github.com/nirum/jetplot/actions/workflows/typecheck.yml)

## 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)