ColorBar
- class eomaps.colorbar.ColorBar(m, pos=0.4, inherit_position=None, margin=None, hist_size=0.8, hist_bins=256, extend=None, extend_frac=0.025, orientation='horizontal', dynamic_shade_indicator=False, show_outline=False, tick_precision=2, tick_formatter=None, log=False, out_of_range_vals='clip', hist_kwargs=None, label=None, ylabel=None, **kwargs)
Class to draw colorbars with a histogram on top.
Methods
|
Add a colorbar to the map. |
|
Indicate contour locations in the colorbar. |
|
Remove the colorbar from the map. |
|
Set the tick-labels of the colorbar to custom names with respect to a given set of bins. |
|
Set the size of the histogram (relative to the total colorbar size) |
|
Set the labels (and the styling) for the colorbar (and the histogram). |
|
Set the position of the colorbar (and all colorbars that share the same location) |
|
Set the visibility of the colorbar. |
|
Set the appearance of the colorbar (or histogram) ticks. |