Predefined styles

Here is the list of the predefined styles define in magpye,

To create a map

from magpye import GeoMap

geomap = GeoMap(area_name="europe")
geomap.coastlines(land_colour="grey")
geomap.contour_lines("style/iso.grib", style = "black_i5")
geomap.show()
_images/styles.png