openego / ego.powerflow

A power flow app to solve AC and DC powerflow problems using PyPSA
GNU Affero General Public License v3.0
5 stars 3 forks source link

Do not close plot automatically #19

Closed simnh closed 7 years ago

simnh commented 7 years ago

When I use Spyder with console, plots for line-loading are closed automatically, which is kind of annoying. Is my fix ok for you @gplssm . I know, you have not much time, but just to inform you..

gplssm commented 7 years ago

Thx for correcting this! Obviously current location of plt.close() was wrong.

simnh commented 7 years ago

Ok I'll merge, although I do not know if is makes sense there , but I think plots will be re factored anyway in the future...

gplssm commented 7 years ago

Your right, I guess everything in here will be refactored ;)