diff --git a/notebooks/Normal and t-Distribution/BIND_2_1_and_2_2.ipynb b/notebooks/Normal and t-Distribution/BIND_2_1_and_2_2.ipynb index b02e5211f0c9b8708ac2c4d37404bae000b2a3f5..f8706de1225294d5a8646b742d1fa71dd2fff55b 100644 --- a/notebooks/Normal and t-Distribution/BIND_2_1_and_2_2.ipynb +++ b/notebooks/Normal and t-Distribution/BIND_2_1_and_2_2.ipynb @@ -633,8 +633,7 @@ "# Annotate plot with Cohen's d and probability of superiority\n", "ax.set_title(\"Posterior of Mean Difference\")\n", "ax.plot([], [], ' ', label=f\"Cohen's d = {d_cohen:.2f}\\nProb sup = {ps:.2f}\")\n", - "ax.legend(loc=1)\n", - "plt.savefig('cohens_d_students.eps', dpi=300)" + "ax.legend(loc=1)" ] }, {