-
Notifications
You must be signed in to change notification settings - Fork 76
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
AttributeError: 'PatchCollection' object has no attribute 'get_offset_position' #83
Comments
Hey! I'm the author of the blog 👋 ! Unfortunately, I'm facing the same issue and I have not been able to resolve it. Any tip or hint is highly appreciated 😄 ! |
Hey, any update on this? I'm facing the same issue here. |
I should preface by saying that I am not software developer, just someone who thought I could use this package in my work. I don't know if this will be helpful to anyone, but I got around this and was able to make a plot by first commenting out the offset_order line in mplexporter/exporter.py, and then in the following line setting the offset_order argument equal to False. ` # offset_order = offset_dict[collection.get_offset_position()]
` |
Here is what I have found: [(https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.5.0.html)] :
|
Hi,
I am currently reproducing code for plotting maps of Germany (https://juanitorduz.github.io/germany_plots/).
I try to get the interactive map running:
(one of the last steps of the tutorial)
I already fixed the
_gridOnMajor
bug like suggested here: #80 (thanks to @22tommibaer01).Unfortunately, I ran into another bug with the following error log:
This seems to be related to the
plotly
issue described here: plotly/plotly.py#3624, but I have no idea how to fix this.My environment looks like this:
Help is much appreciated. Thanks!
The text was updated successfully, but these errors were encountered: