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
It would be useful to be able to turn any basemap greyscale. I've tried passing cmap = 'gray' to cx.add_basemap (which I think calls plt.imshow), but haven't been able to get anything working.
Example of the kind of case in which a greyscale option for the basemap would be handy in the interest of reducing visual clutter / foregrounding the overlying data without losing too much of the information provided by the basemap:
The text was updated successfully, but these errors were encountered:
This is a good idea! I guess now you should be able to get there by manipulating the output ax object but that's suboptimal. Maybe one general way of allowing this is to let the user pass keywords for imshow in a imshow_kwds dict?
We can flesh out ideas here and, if you have bandwidth, I'd very much welcome PRs :-)
It would be useful to be able to turn any basemap greyscale. I've tried passing
cmap = 'gray'
tocx.add_basemap
(which I think callsplt.imshow
), but haven't been able to get anything working.Example of the kind of case in which a greyscale option for the basemap would be handy in the interest of reducing visual clutter / foregrounding the overlying data without losing too much of the information provided by the basemap:
The text was updated successfully, but these errors were encountered: