I would like to share my mini-library to automatically adjust text labels on
matplotlib plots to minimize overlaps between them and with data points -
adjustText: https://github.com/Phlya/adjustText
It was inspired by ggrepel - a similar package for R/ggplot2, and performs
almost as well as that one. Would love to hear your feedback!
(Not yet on pypi, but hopefully should be installable by pip directly from
github)
Cool! That is a feature that I have seen be asked for many times.
Would you be interested in moving that into upstream or under the mpl
organization?
Tom
···
On Fri, Jan 15, 2016 at 8:14 AM Phlya <flyamer at gmail.com> wrote:
Hi all,
I would like to share my mini-library to automatically adjust text labels
on
matplotlib plots to minimize overlaps between them and with data points -
adjustText: https://github.com/Phlya/adjustText
It was inspired by ggrepel - a similar package for R/ggplot2, and performs
almost as well as that one. Would love to hear your feedback!
(Not yet on pypi, but hopefully should be installable by pip directly from
github)
I'd be happy if this became more "official" in any way you think would be
best! However probably a lot of work still needs to be done for the code to
be of high enough quality. I am not experienced with this kind of things
(developing proper packages), unfortunately.
2016-01-15 15:59 GMT+00:00 Thomas Caswell <tcaswell at gmail.com>:
Cool! That is a feature that I have seen be asked for many times.
Would you be interested in moving that into upstream or under the mpl
organization?
Tom
Hi all,
I would like to share my mini-library to automatically adjust text labels
on
matplotlib plots to minimize overlaps between them and with data points -
adjustText: https://github.com/Phlya/adjustText
It was inspired by ggrepel - a similar package for R/ggplot2, and performs
almost as well as that one. Would love to hear your feedback!
(Not yet on pypi, but hopefully should be installable by pip directly from
github)