show

Maps.show()

Make the layer of this Maps-object visible.

This is just a shortcut for m.show_layer(m.layer)

If matploltib is used in non-interactive mode, (e.g. plt.ioff()) plt.show() is called as well!