Automatic label placement for matplotlib
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.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.3.0-2.fc42 | - |
Fedora 42 | 1.3.0-2.fc42 | - |
Fedora 41 | 1.2.0-2.fc41 | - |
Fedora 40 | 1.2.0-1.fc40 | - |
You can contact the maintainers of this package via email at
python-adjustText dash maintainers at fedoraproject dot org
.