From 1be2b75c0419bbcd6b3ec5c8829af056aba87389 Mon Sep 17 00:00:00 2001
From: Mirko Birbaumer <mirko.birbaumer@hslu.ch>
Date: Tue, 11 Mar 2025 13:54:36 +0000
Subject: [PATCH] final saving

---
 notebooks/Normal and t-Distribution/BIND_2_1_and_2_2.ipynb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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 b02e521..f8706de 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)"
    ]
   },
   {
-- 
GitLab