https://github.com/has2k1/mizani
A scales package for python
https://github.com/has2k1/mizani
graphing python scales
Last synced: 7 months ago
JSON representation
A scales package for python
- Host: GitHub
- URL: https://github.com/has2k1/mizani
- Owner: has2k1
- License: bsd-3-clause
- Created: 2016-06-30T15:02:41.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T17:03:49.000Z (11 months ago)
- Last Synced: 2025-04-02T05:54:46.731Z (8 months ago)
- Topics: graphing, python, scales
- Language: Python
- Homepage: https://mizani.readthedocs.io
- Size: 1.28 MB
- Stars: 54
- Watchers: 4
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-python-data-science - mizani - scales package. (Visualization)
README
# Mizani
[](https://pypi.python.org/pypi/mizani)
[](https://pypi.python.org/pypi/mizani)
[](https://github.com/has2k1/mizani/actions?query=branch%3Amain+workflow%3A%22build%22)
[](https://mizani.readthedocs.io/en/latest/)
[](https://codecov.io/github/has2k1/mizani?branch=main)
Mizani is a scales package for graphics. It is written in Python and is
based on Hadley Wickham's [Scales](https://github.com/r-lib/scales).
See the [documentation](https://mizani.readthedocs.io/en/latest/)
for how to use it in a graphics system.
## Installation
Official Release
```console
$ pip install mizani
```
Development version
```console
$ pip install git+https://github.com/has2k1/mizani.git@main
```