proplot-dev / proplot

🎨 A succinct matplotlib wrapper for making beautiful, publication-quality graphics
https://proplot.readthedocs.io
MIT License
1.07k stars 96 forks source link

miss annotate function in proplot? #375

Closed Mickychen00 closed 1 year ago

Mickychen00 commented 1 year ago

Hi, I found ax.annotate() function is not in proplot's API documentation. And I use ax.annotate(), there is nothing shown in the figure canvas. Does proplot lack support in annotate function?

lukelbd commented 1 year ago

Hi there, guessing you found the answer already -- proplot builds off of matplotlib's internal objects (Axes, Figure, etc.). So matplotlib functions like ax.annotate are still present on axes generated with proplot, we just don't reproduce the matplotlib documentation on our readthedocs site.