-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not seem to work with polar plots #106
Comments
How exactly are you running it, and which version are you using? |
I'm using version 0.7.3 on Win10/Python 3.7.9 Code looks like this:
texts array looks like this:
|
I see, can you try installing the version from GitHub: |
OK I installed 0.8b2 and am not getting the
but it's not plotting any text. |
This module does not seem to work with polar plots, ie.
ax = plt.subplot(111, projection='polar')
Getting a lot of errors like this when calling adjust_text:
posx and posy should be finite values
The text was updated successfully, but these errors were encountered: