-
Notifications
You must be signed in to change notification settings - Fork 83
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
attributions severely wrapped upon savefig #211
Comments
Perhaps related to #95 ? The actual method is at: contextily/contextily/plotting.py Lines 259 to 298 in d821ac7
|
Seems wrapping here does not work with contextily/contextily/plotting.py Lines 300 to 309 in 00ca031
However, ctx.add_basemap(ax=ax, ...)
txt = ax.texts[-1]
txt.set_wrap(False) |
Hey contextily, thanks for all your work for this library - really great.
Apologies for the gigantic .pngs!
So when I visualise a plot using
contextily.add_basemap()
, when viewing the plot using jupyter inline, I get a nice unwrapped attribution (showing you via windows snipping tool, hence low dpi), which I would like to be reflected when the .png is saved:But, when saving I get this:
My script, below:
The plot is for a paper in review, so I can't publicly share the data, but happy to send across.
Contextily version is 1.3.0 and geopandas 0.12.2.
Any pointers in the right direction is appreciated, thank you!
All the best,
Matt
The text was updated successfully, but these errors were encountered: