onstove.RasterLayer.plot#

RasterLayer.plot(cmap='viridis', ticks=None, tick_labels=None, cumulative_count=None, quantiles=None, categories=None, legend_position=(1.05, 1), admin_layer=None, title=None, ax=None, dpi=150, legend=True, legend_title='', legend_cols=1, legend_prop={'size': 12, 'title': {'size': 12, 'weight': 'bold'}}, rasterized=True, colorbar=True, return_image=False, figsize=(6.4, 4.8), scale_bar=None, north_arrow=None)#

Plots a map of the current raster layer.

Parameters:
cmap
ticks
tick_labels
cumulative_count
quantiles
categories
legend_position
admin_layer
title
ax
dpi
legend
legend_title
legend_cols
legend_prop
rasterized
colorbar
return_image
fig_size
scale_bar
north_arrow
Returns:
matplotlib image