Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/has2k1/mizani
A scales package for python
https://github.com/has2k1/mizani
graphing python scales
Last synced: 4 days 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 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T17:03:49.000Z (about 1 month ago)
- Last Synced: 2024-12-30T00:04:17.371Z (11 days ago)
- Topics: graphing, python, scales
- Language: Python
- Homepage: https://mizani.readthedocs.io
- Size: 1.28 MB
- Stars: 52
- Watchers: 5
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mizani
[![Release](https://img.shields.io/pypi/v/mizani.svg)](https://pypi.python.org/pypi/mizani)
[![License](https://img.shields.io/pypi/l/mizani.svg)](https://pypi.python.org/pypi/mizani)
[![Build Status](https://github.com/has2k1/mizani/workflows/build/badge.svg?branch=main)](https://github.com/has2k1/mizani/actions?query=branch%3Amain+workflow%3A%22build%22)
[![Documentation](https://readthedocs.org/projects/mizani/badge/?version=latest)](https://mizani.readthedocs.io/en/latest/)
[![Coverage](https://codecov.io/github/has2k1/mizani/coverage.svg?branch=main)](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
```