Merge pull request #406 from zoltanmaric/patch-1
Use `geomap=True` for plotting existing lines
This commit is contained in:
commit
1dc003119f
@ -123,7 +123,7 @@ def plot_map(n, opts, ax=None, attribute='p_nom'):
|
|||||||
link_colors=link_colors_with_alpha,
|
link_colors=link_colors_with_alpha,
|
||||||
bus_sizes=0,
|
bus_sizes=0,
|
||||||
boundaries=map_boundaries,
|
boundaries=map_boundaries,
|
||||||
color_geomap=True, geomap=False,
|
color_geomap=True, geomap=True,
|
||||||
ax=ax)
|
ax=ax)
|
||||||
ax.set_aspect('equal')
|
ax.set_aspect('equal')
|
||||||
ax.axis('off')
|
ax.axis('off')
|
||||||
|
Loading…
Reference in New Issue
Block a user