Skip to content

Commit

Permalink
Remove plt.close to other plotting code
Browse files Browse the repository at this point in the history
  • Loading branch information
gbroques committed Sep 12, 2020
1 parent 3ddf454 commit 1849f49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion beso/beso_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from .import_inp import import_inp


plt.close("all")
start_time = time.time()

# initialization of variables - default values
Expand Down Expand Up @@ -640,6 +639,8 @@
# ==============================================================================
# BEGIN PLOTTING
# ==============================================================================
plt.close("all")

fn = 0 # figure number
# plot mass
fn += 1
Expand Down

0 comments on commit 1849f49

Please sign in to comment.