eomaps.Maps.indicate_masked_points

Maps.indicate_masked_points(radius=1.0, **kwargs)

Add circles to the map that indicate masked points. (e.g. points resulting in very distorted shapes etc.)

Parameters
  • radius (float, optional) – The radius to use for plotting the indicators for the masked points. The unit of the radius is map-pixels! The default is 1.

  • **kwargs – additional kwargs passed to m.plot_map(**kwargs).

Returns

  • m (eomaps.Maps) – A (connected) copy of the maps-object with the data set to the masked pixels.

  • **kwargs – additional kwargs passed to m.plot_map(**kwargs)