.plot() command does not display anything
问题 I have this code based on this question, just a different point Extract constrained polygon using OSMnx I am trying to plot the block in which the point is located but it does nothing, it just prints "Done" but I cannot see any image import osmnx as ox import geopandas as gpd import shapely point = (50.090464, 14.400070) streets_graph = ox.graph_from_point(point, distance=500, network_type='drive') streets_graph = ox.project_graph(streets_graph) streets = ox.save_load.graph_to_gdfs(streets