Skip to content

Commit 009a03f

Browse files
Get rid of cropping of axis label
1 parent 9a527e0 commit 009a03f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/plot_v_T_no_repeats.py

+1
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,6 @@
124124
#ax2.set_ylim([0, max(evidence_values) + 0.1 * max(evidence_values)])
125125
ax2.set_xlabel("Temperature", fontsize=13)
126126
ax2.grid()
127+
fig.subplots_adjust(bottom=0.2)
127128
plt.savefig(name + ".png", dpi=300)
128129
plt.show()

0 commit comments

Comments
 (0)