nschloe / matplotx

:bar_chart: More styles and useful extensions for Matplotlib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dufte.legend allow plt.text kwargs

exc4l opened this issue · comments

commented

To draw the legend dufte uses plt.text()
https://github.com/nschloe/dufte/blob/main/src/dufte/main.py#L196

plt.text() allows for additional kwargs to customize the text
https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.text.html

If possible, could you loop through the additional text kwargs to allow for a higher customizable legend?