show

Maps.show(clear=True)

Show the map (only required for non-interactive matplotlib backends).

This is just a convenience function to call matplotlib’s plt.show()!

To switch the currently visible layer, see Maps.show_layer()

Parameters:

clear (bool, optional) –

Only relevant if the inline backend is used in a jupyter-notebook or an Ipython console.

If True, clear the active cell before plotting a snapshot of the figure. The default is True.

See also

show_layer

Set the currently visible layer.