Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added the logo to the top
  • Loading branch information
Phlya committed Apr 29, 2018
1 parent 8661262 commit 725b8e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# adjustText

Inspired by **ggrepel** package for R/ggplot2 (https://github.com/slowkow/ggrepel)
<img src="https://github.com/Phlya/adjustText/blob/master/adjustText_logo.svg" width="200">

Inspired by **ggrepel** package for R/ggplot2 (https://github.com/slowkow/ggrepel)
![Alt text](examples/mtcars.gif "Labelled mtcars dataset")

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, but there is no documentation now, just see the docstring to the main function `adjust_text`.
Expand Down

0 comments on commit 725b8e1

Please sign in to comment.