Skip to content
Snippets Groups Projects
Commit c7a3221d authored by Sara Savanovic Djordjevic's avatar Sara Savanovic Djordjevic
Browse files

update: plot aspect ratio

parent 7ce87fda
No related branches found
No related tags found
1 merge request!16Clhp map into main
No preview for this file type
......@@ -240,7 +240,7 @@ def plot_map(divided_map):
random_color = "#{:06x}".format(random.randint(0, 0xFFFFFF))
gpd.GeoSeries(tile.geometry).plot(ax=ax, facecolor=random_color, edgecolor='none')
ax.set_aspect(1.6)
ax.set_aspect(1.8)
# Display plot
plt.show()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment