VIS: don't modify matplotlib units registry globally · Issue #18720 · pandas-dev/pandas (original) (raw)
Possible follow-up for #18307, see comment there: #18307 (comment) and #18307 (comment) for the details.
Idea would be to only register our converters when we are plotting ourselves, so people plotting directly with matplotlib (plt.plot(..)
or ax.plot(..)
don't use our converters by default (they can still register them manually with the option).