https://github.com/nanxstats/py-ggsci
🦄 Scientific journal and sci-fi themed color palettes for plotnine
https://github.com/nanxstats/py-ggsci
color-palettes data-visualization ggsci plotnine sci-fi scientific-journals visualization
Last synced: 1 day ago
JSON representation
🦄 Scientific journal and sci-fi themed color palettes for plotnine
- Host: GitHub
- URL: https://github.com/nanxstats/py-ggsci
- Owner: nanxstats
- License: mit
- Created: 2025-09-09T23:42:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-04-09T04:43:16.000Z (10 days ago)
- Last Synced: 2026-04-09T06:23:48.879Z (10 days ago)
- Topics: color-palettes, data-visualization, ggsci, plotnine, sci-fi, scientific-journals, visualization
- Language: Python
- Homepage: https://nanx.me/py-ggsci/
- Size: 1.45 MB
- Stars: 11
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# ggsci for Python 
[](https://pypi.org/project/ggsci/)

[](https://github.com/nanxstats/py-ggsci/actions/workflows/ci-tests.yml)
[](https://github.com/nanxstats/py-ggsci/actions/workflows/mypy.yml)
[](https://github.com/nanxstats/py-ggsci/actions/workflows/ruff-check.yml)
[](https://nanx.me/py-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 .
```