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
Actual example (class AnnoteFinder) fails silently due to a python 3 incompatibility. It was discussed and solved as issue number 5601 on the following site: https://github.com/matplotlib/matplotlib/issues
Some style changes have been made also. I can't git clone and commit myself, still uncomfortable with versions control systems. Can you please push this update?
Thanks.
The text was updated successfully, but these errors were encountered:
Actual example (class AnnoteFinder) fails silently due to a python 3 incompatibility. It was discussed and solved as issue number 5601 on the following site: https://github.com/matplotlib/matplotlib/issues
The cause was python 3 zip function returns a generator instead of a list. The fixed code as been placed to: https://gist.github.com/danielboone/0ee1a4e51ee4e526100c
Some style changes have been made also. I can't git clone and commit myself, still uncomfortable with versions control systems. Can you please push this update?
Thanks.
The text was updated successfully, but these errors were encountered: