levs – (array_like) Optional. A list of floating point numbers indicating the level curves
to draw, in increasing order.
cmap – (string) Color map string.
colors – (list) If None (default), the colormap specified by cmap will be used. If a
string, like ‘r’ or ‘red’, all levels will be plotted in this color. If a tuple of matplotlib
color args (string, float, rgb, etc), different levels will be plotted in different colors in
the order specified.
Returns:
(RasterLayer) RasterLayer created from array data.