diff --git a/examples/plotting_with_geoplot.py b/examples/plotting_with_geoplot.py index 0b5fad0..55885e1 100644 --- a/examples/plotting_with_geoplot.py +++ b/examples/plotting_with_geoplot.py @@ -21,10 +21,10 @@ world = geopandas.read_file( geopandas.datasets.get_path('naturalearth_lowres') ) boroughs = geopandas.read_file( - geopandas.datasets.get_path('nyc_boroughs') + geoplot.datasets.get_path('nyc_boroughs') ) collisions = geopandas.read_file( - geopandas.datasets.get_path('nyc_injurious_collisions') + geoplot.datasets.get_path('nyc_injurious_collisions') ) ###############################################################################