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

Zorder #122

Closed inthesomeday000 closed 2 years ago

inthesomeday000 commented 2 years ago

How would you change the zorder of the text? All my text is below the plotted data.

Phlya commented 2 years ago

adjusttext shouldn't modify zorder, is your text above the data before you run it?

inthesomeday000 commented 2 years ago

I see. Maybe this is a glitch in Matplotlib... Thanks!