set_shade_dpi

Maps.set_shade_dpi(dpi=None)

Set the dpi used by “shade shapes” to aggregate datasets.

This only affects the plot-shapes “shade_raster” and “shade_points”.

Note

If dpi=None is used (the default), datasets in exported figures will be re-rendered with respect to the requested dpi of the exported image!

Parameters:

dpi (int or None, optional) –

The dpi to use for data aggregation with shade shapes. If None, the figure-dpi is used.

The default is None.