Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 632 Bytes

File metadata and controls

23 lines (15 loc) · 632 Bytes

ggrepel_py

Python port of the R ggrepel package (tracks R ggrepel 0.9.8.9999).

Installation

pip install ggrepel-python

Tutorials

  • Getting Startedgeom_text_repel() / geom_label_repel() basics, mirrors R's vignettes/ggrepel.Rmd
  • Examples (vol. 1) — additional scenarios from the R reference
  • Examples (vol. 2) — hiding labels, always-show overlaps, disabling point/panel-edge repulsion, nudging, segment styling, curves, arrows

Documentation

pip install -e ".[docs]"
mkdocs serve