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:

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:
