• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

palettable/H07-Sep-2019-28,30527,623

palettable.egg-info/H03-May-2022-5041

test/H07-Sep-2019-4425

MANIFEST.inH A D14-May-201859 43

PKG-INFOH A D07-Sep-20191.9 KiB5041

README.rstH A D11-Jul-2015985 3022

ez_setup.pyH A D11-Sep-201410.2 KiB333267

setup.cfgH A D07-Sep-201967 85

setup.pyH A D07-Sep-20191 KiB3127

README.rst

1Palettable
2==========
3
4.. image:: https://travis-ci.org/jiffyclub/palettable.png?branch=master
5   :alt: Travis-CI
6   :target: https://travis-ci.org/jiffyclub/palettable
7
8.. image:: https://coveralls.io/repos/jiffyclub/palettable/badge.png
9   :alt: Coveralls
10   :target: https://coveralls.io/r/jiffyclub/palettable
11
12.. image:: https://img.shields.io/pypi/v/palettable.svg
13   :alt: PyPI
14   :target: https://pypi.python.org/pypi/palettable/
15
16.. image::  https://img.shields.io/pypi/wheel/palettable.svg
17    :target: https://pypi.python.org/pypi/palettable/
18    :alt: Wheel Status
19
20Color Palettes for Python
21-------------------------
22
23Palettable (formerly brewer2mpl) is a library of color palettes for Python.
24It's written in pure Python with no dependencies, but it can supply color maps
25for matplotlib. You can use Palettable to customize matplotlib plots or supply
26colors for a web application.
27
28For more information see the
29`documentation <https://jiffyclub.github.io/palettable/>`_.
30