Skip to content
forked from Phlya/adjustText

A small library for automatically adjusting text position in matplotlib plots to minimize overlaps.

License

Notifications You must be signed in to change notification settings

Ogweno/adjustText

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation Status Gitter chat

Inspired by ggrepel package for R/ggplot2 (https://github.com/slowkow/ggrepel) Alt text

The idea is that often when we want to label multiple points on a graph the text will start heavily overlapping with both other labels and data points. This can be a major problem requiring manual solution. However this can be largely automatized by smart placing of the labels (difficult) or iterative adjustment of their positions to minimize overlaps (relatively easy). This library (well... script) implements the latter option to help with matplotlib graphs. Usage is very straightforward with usually pretty good results with no tweaking (most important is to just make text slightly smaller than default and maybe the figure a little larger). However the algorithm itself is highly configurable for complicated plots.

There is a simple documentation now, thanks to Christophe Van Neste @beukueb!

http:https://adjusttext.readthedocs.io/en/latest/

Should be installable from pypi:

pip install adjustText

Or with conda:

conda install -c phlya adjusttext 

For the latest version from github:

pip install https://github.com/Phlya/adjustText/archive/master.zip

See wiki for some basic introduction, and more advanced usage examples here.

About

A small library for automatically adjusting text position in matplotlib plots to minimize overlaps.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 97.1%
  • Python 2.9%