Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
prevented output_reader from showing plot
Browse files Browse the repository at this point in the history
  • Loading branch information
carlislewishard authored and GitHub committed Jun 27, 2023
1 parent 1551a51 commit 99aff8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/Basic_Simulation/output_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@
ax.set_ylim(0, 0.4)
ax.text(1.5, 0.35, f"t = {sim.data['time'].isel(time=0).values} years", size=10, ha="left")
plt.tight_layout()
plt.show()
fig.savefig("../examples/Basic_Simulation/output.eps", dpi=300, facecolor='white', transparent=False, bbox_inches="tight")

0 comments on commit 99aff8e

Please sign in to comment.