Open ijunier opened 4 years ago
I'll test this on thursday or friday, when I have access to OSX
On my version of Matplotlib, that leads to the following message: "posx and posy should be finite values"
Seems somewhat related to https://github.com/matplotlib/matplotlib/issues/11202
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')):