Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiffyclub/palettable
Color palettes for Python
https://github.com/jiffyclub/palettable
Last synced: 25 days ago
JSON representation
Color palettes for Python
- Host: GitHub
- URL: https://github.com/jiffyclub/palettable
- Owner: jiffyclub
- License: other
- Created: 2012-07-20T17:38:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T02:33:40.000Z (6 months ago)
- Last Synced: 2024-10-06T17:07:41.871Z (about 1 month ago)
- Language: Python
- Homepage: https://jiffyclub.github.io/palettable/
- Size: 3.3 MB
- Stars: 768
- Watchers: 25
- Forks: 73
- Open Issues: 20
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: license.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- Colorful - Palettable - Palettable (formerly brewer2mpl) is a library of color palettes for Python (Tools)
README
Palettable
==========.. image:: https://github.com/jiffyclub/palettable/actions/workflows/ci.yml/badge.svg
:target: https://github.com/jiffyclub/palettable/actions/workflows/ci.yml
:alt: Build Status.. image:: https://coveralls.io/repos/jiffyclub/palettable/badge.svg
:target: https://coveralls.io/r/jiffyclub/palettable
:alt: Coveralls.. image:: https://img.shields.io/pypi/v/palettable.svg
:target: https://pypi.python.org/pypi/palettable/
:alt: Latest Version.. image:: https://img.shields.io/pypi/pyversions/palettable.svg
:target: https://pypi.python.org/pypi/palettable/
:alt: Supported Python versions.. image:: https://img.shields.io/pypi/wheel/palettable.svg
:target: https://pypi.python.org/pypi/palettable/
:alt: Wheel StatusColor Palettes for Python
-------------------------Palettable (formerly brewer2mpl) is a library of color palettes for Python.
It's written in pure Python with no dependencies, but it can supply color maps
for matplotlib. You can use Palettable to customize matplotlib plots or supply
colors for a web application.For more information see the
`documentation `_.