Skip to content

Commit

Permalink
Merge branch 'develop' of gitlab:pp/pandapower into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenMeinecke committed Jan 8, 2018
2 parents 356c025 + 8676a4e commit 2e5d39c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pandapower/plotting/collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,11 +598,7 @@ def draw_collections(collections, figsize=(10, 8), ax=None, plot_colorbars=True,
ax.set_aspect('equal', 'datalim')
ax.autoscale_view(True, True, True)
ax.margins(.02)
try:
# ToDo: Why is here a try excpect block?
plt.draw()
except:
pass
plt.draw()
return ax


Expand Down

0 comments on commit 2e5d39c

Please sign in to comment.