You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see no reason to call plt.show() before finishing the figure assembly. Its current placement in the code was probably an oversight. A PR to fix it would be welcome!
Describe the bug
When I run the IV curve example (https://pvlib-python.readthedocs.io/en/stable/gallery/iv-modeling/plot_singlediode.html), the annotation arrows show up in a second figure:
If I move
plt.show()
from the current line down below thedraw_arrow
functions, it looks correct:Is this a bug? Or maybe there's something different with my setup?
The text was updated successfully, but these errors were encountered: