We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e207a1b commit 1a0607bCopy full SHA for 1a0607b
Python_Begginer_Projects/Amazing/World_Map.py
@@ -2,7 +2,7 @@
2
import matplotlib.pyplot as plt
3
4
world = gpd.read_file('Python_Begginer_Projects/Amazing/ne_110m_admin_0_countries.shp')
5
-
+# main function to display the map
6
world.plot(edgecolor='red')
7
plt.title('World Map with Country Borders')
8
plt.show()
0 commit comments