Skip to content

Commit

Permalink
Plot now in PNG
Browse files Browse the repository at this point in the history
  • Loading branch information
rdes committed Feb 2, 2024
1 parent abd84f8 commit 6272523
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file removed examples/lotka-voltera/analysis/losses_ablation.pdf
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion examples/lotka-voltera/analysis/paper_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,12 @@
plt.legend()


plt.savefig("losses_ablation.pdf", bbox_inches='tight', dpi=300)
# plt.savefig("losses_ablation.pdf", bbox_inches='tight', dpi=300)


## Save the plot making sure the pdf size is small
plt.savefig("losses_ablation.png", bbox_inches='tight', dpi=600)



#%%
Expand Down

0 comments on commit 6272523

Please sign in to comment.