Metadata-Version: 2.4
Name: ggsci
Version: 1.2.0
Summary: Plotnine color palettes inspired by plots in scientific journals, data visualization libraries, science fiction movies, and TV shows
Project-URL: Homepage, https://nanx.me/py-ggsci/
Project-URL: Documentation, https://nanx.me/py-ggsci/
Project-URL: Repository, https://github.com/nanxstats/py-ggsci
Project-URL: Issues, https://github.com/nanxstats/py-ggsci/issues
Project-URL: Changelog, https://github.com/nanxstats/py-ggsci/blob/main/CHANGELOG.md
Author-email: Nan Xiao <me@nanx.me>
License-File: LICENSE
Classifier: Framework :: Matplotlib
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: matplotlib>=3.8.0
Requires-Dist: numpy>=1.23.5
Requires-Dist: plotnine>=0.14.0
Description-Content-Type: text/markdown

# ggsci for Python <img src="https://github.com/nanxstats/py-ggsci/raw/main/docs/assets/logo.png" align="right" width="120" />

[![PyPI version](https://img.shields.io/pypi/v/ggsci)](https://pypi.org/project/ggsci/)
![Python versions](https://img.shields.io/pypi/pyversions/ggsci)
[![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)
[![Mypy check](https://github.com/nanxstats/py-ggsci/actions/workflows/mypy.yml/badge.svg)](https://github.com/nanxstats/py-ggsci/actions/workflows/mypy.yml)
[![Ruff check](https://github.com/nanxstats/py-ggsci/actions/workflows/ruff-check.yml/badge.svg)](https://github.com/nanxstats/py-ggsci/actions/workflows/ruff-check.yml)
[![mkdocs](https://github.com/nanxstats/py-ggsci/actions/workflows/mkdocs.yml/badge.svg)](https://nanx.me/py-ggsci/)
![License](https://img.shields.io/pypi/l/ggsci)

ggsci for Python offers a collection of plotnine color palettes inspired by
scientific journals, data visualization libraries, science fiction movies,
and TV shows.

## Installation

You can install py-ggsci from PyPI:

```bash
pip install ggsci
```

Or install the development version from GitHub:

```bash
git clone https://github.com/nanxstats/py-ggsci.git
cd py-ggsci
python3 -m pip install -e .
```
