Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 820 Bytes

File metadata and controls

32 lines (21 loc) · 820 Bytes

ggnewscale-python

PyPI

Python port of the R ggnewscale package.

Installation

pip install ggnewscale-python

Tutorial

See tutorials/ggnewscale_overview.ipynb for a guided tour of every public API entry point with side-by-side renderings.

Public API

The Python public API mirrors the R ggnewscale package 1:1:

Python R equivalent
new_scale(aes) new_scale(aes)
new_scale_color() new_scale_color()
new_scale_colour() new_scale_colour()
new_scale_fill() new_scale_fill()
rename_aes(**kwargs) rename_aes(...)
clear_aes() clear_aes()