Country labels over Europe
[1]:
import earthkit.maps
chart = earthkit.maps.Chart(domain="Europe")
chart.stock_img()
chart.coastlines()
chart.gridlines(draw_labels=False)
chart.borders(labels=True)
chart.show()
[1]:
import earthkit.maps
chart = earthkit.maps.Chart(domain="Europe")
chart.stock_img()
chart.coastlines()
chart.gridlines(draw_labels=False)
chart.borders(labels=True)
chart.show()