Phlya / adjustText

A small library for automatically adjustment of text position in matplotlib plots to minimize overlaps.
https://adjusttext.readthedocs.io/
MIT License
1.5k stars 87 forks source link

Plotly support? #163

Open janosh opened 11 months ago

janosh commented 11 months ago

Are there any plans to support plotly.py?

Maybe a similar tool already exists for plotly elsewhere? If so, any pointers are appreciated!

Phlya commented 10 months ago

I have literally never used plotly, so actually no clue about it. Most of the code is library-agnostic, i.e. just operates on display coordinates, so it should be possible to create a plotly version. But I am not volunteering to do it :)