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()
../../../_images/examples_gallery_ancillary-data_country-labels-europe_1_0.png