parsnip.get_band_plot_marker

parsnip.get_band_plot_marker(band)

Return the plot marker for a given band.

If the band does not yet have a marker assigned to it, then we use the default circle.

Parameters:

band (str) – Name of the band to use.

Returns:

Matplotlib marker to use when plotting the band

Return type:

str