Skip to content

Commit

Permalink
smaller charts
Browse files Browse the repository at this point in the history
  • Loading branch information
gckopper committed Apr 7, 2024
1 parent a78019a commit 6df6a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphs/ram.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def build(save=True):
ax.legend(loc='upper right', ncols=2, fontsize=12)

#fig.set_tight_layout()
fig.set_size_inches(8, 4.2)
fig.set_size_inches(8, 3.6)
#plt.show()
if save:
fig.savefig("figs/ram.pdf", dpi=100)
Expand Down
2 changes: 1 addition & 1 deletion graphs/ric.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def build(save=True):

fig.tight_layout(pad=0.1)

fig.set_size_inches(8, 4.2)
fig.set_size_inches(8, 4)
#plt.show()
if save:
fig.savefig("figs/ric.pdf", dpi=100)
Expand Down

0 comments on commit 6df6a4c

Please sign in to comment.