Skip to content

Commit

Permalink
fix visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
vargas95 authored Nov 10, 2021
1 parent 787ee34 commit 639e6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ def evolution(t, X, savefig=True, showfig=True):
fig1.savefig(os.path.join(foldername, "rabbits_and_foxes_1.png"))

if showfig:
fig1.show()
plt.show()

0 comments on commit 639e6a6

Please sign in to comment.