Automatic adjustment of labels - adjustText

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)

···

--
View this message in context: http://matplotlib.1069221.n5.nabble.com/Automatic-adjustment-of-labels-adjustText-tp46634.html
Sent from the matplotlib - users mailing list archive at Nabble.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

···

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: GitHub - Phlya/adjustText: A small library for automatically adjustment of text position in matplotlib plots to minimize overlaps.
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)

--
View this message in context:
http://matplotlib.1069221.n5.nabble.com/Automatic-adjustment-of-labels-adjustText-tp46634.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users at python.org
Matplotlib-users Info Page

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20160115/7b64d5ce/attachment.html&gt;

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: GitHub - Phlya/adjustText: A small library for automatically adjustment of text position in matplotlib plots to minimize overlaps.
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)

--
View this message in context:
http://matplotlib.1069221.n5.nabble.com/Automatic-adjustment-of-labels-adjustText-tp46634.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users at python.org
Matplotlib-users Info Page

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20160115/ff090444/attachment.html&gt;

···

On Fri, Jan 15, 2016 at 8:14 AM Phlya <flyamer at gmail.com> wrote: