Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

Releases

Packages

Contributors

Languages