Skip to content

Commit 1a0607b

Browse files
authored
Update World_Map.py
1 parent e207a1b commit 1a0607b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python_Begginer_Projects/Amazing/World_Map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import matplotlib.pyplot as plt
33

44
world = gpd.read_file('Python_Begginer_Projects/Amazing/ne_110m_admin_0_countries.shp')
5-
5+
# main function to display the map
66
world.plot(edgecolor='red')
77
plt.title('World Map with Country Borders')
88
plt.show()

0 commit comments

Comments
 (0)