Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. import geopandas as gpd
  2. import geoplot as gplt
  3. world = gpd.read_file(gpd.datasets.get_path('naturalearth_lowres'))
  4. world['total'] = 1
  5. world.plot(column='total', cmap='Set1')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement