We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a527e0 commit 009a03fCopy full SHA for 009a03f
examples/plot_v_T_no_repeats.py
@@ -124,5 +124,6 @@
124
#ax2.set_ylim([0, max(evidence_values) + 0.1 * max(evidence_values)])
125
ax2.set_xlabel("Temperature", fontsize=13)
126
ax2.grid()
127
+fig.subplots_adjust(bottom=0.2)
128
plt.savefig(name + ".png", dpi=300)
129
plt.show()
0 commit comments