Skip to content

Commit

Permalink
unique figure num
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Mar 5, 2018
1 parent 40e24fd commit b10cdc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/TimeProfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@


if Nplot>2:
fig = figure(1,figsize=(16,12))
fig = figure(figsize=(16,12))
axs = fig.subplots(2,2, sharex=True).ravel()
else:
fig = figure(1,figsize=(16,6))
fig = figure(figsize=(16,6))
axs = fig.subplots(1,2).ravel()

pn = axs[0]
Expand Down

0 comments on commit b10cdc5

Please sign in to comment.