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 think that the issue is that you are trying to add text outside of the scope of the figure, which is weird for this kind of polar plot (it's in the empty donut hole). The fact that matplotlib doesn't raise an error but only raises a warning makes it very hard to debug… in order to exactly check what is going on, I would have to install a development version of Matplotlib and edit the code in order to add a breakpoint.
Here is the the code which makes the code bug (it works with ax.text(-0.5,0.25,"Ter",color='blue')):
The text was updated successfully, but these errors were encountered: