File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1
1
# ggsci for Python
2
+
3
+ [ ![ PyPI version] ( https://img.shields.io/pypi/v/ggsci )] ( https://pypi.org/project/ggsci/ )
4
+ ![ Python versions] ( https://img.shields.io/pypi/pyversions/ggsci )
5
+ [ ![ Checked with mypy] ( https://www.mypy-lang.org/static/mypy_badge.svg )] ( https://mypy-lang.org/ )
6
+ [ ![ CI Tests] ( https://github.com/nanxstats/py-ggsci/actions/workflows/ci-tests.yml/badge.svg )] ( https://github.com/nanxstats/py-ggsci/actions/workflows/ci-tests.yml )
7
+ [ ![ mkdocs] ( https://github.com/nanxstats/py-ggsci/actions/workflows/mkdocs.yml/badge.svg )] ( https://nanx.me/py-ggsci/ )
8
+ ![ License] ( https://img.shields.io/pypi/l/ggsci )
9
+
10
+ ggsci for Python provides color palettes for plotnine.
11
+
12
+ ## Installation
13
+
14
+ You can install py-ggsci from PyPI:
15
+
16
+ ``` bash
17
+ pip install ggsci
18
+ ```
19
+
20
+ Or install the development version from GitHub:
21
+
22
+ ``` bash
23
+ git clone https://github.com/nanxstats/py-ggsci.git
24
+ cd py-ggsci
25
+ python3 -m pip install -e .
26
+ ```
You can’t perform that action at this time.
0 commit comments