commit 4d088ee7a0110ae26717b789885c1f7186f2aab0
parent 1084dba1afb7fcf7d5017840dd0819333ee5a4b0
Author: Darío Hereñú <magallania@gmail.com>
Date: Tue, 26 Jul 2022 21:12:27 -0300
Title fixed (paragraph 107) (#287)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Simulations/Hysteresis/hystersis.py b/Simulations/Hysteresis/hystersis.py
@@ -104,7 +104,7 @@ MH = plt.figure (1)
plt.plot (H_in[0:20000] / 1000, M_out[0:20000] / M_s)
plt.xlabel ("Magnetic Field (A/m)")
plt.ylabel ("Tape Magnetisation (A/m)")
-plt.title ("Simulated Ditigal Tape Magnetization Hysteresis Loop")
+plt.title ("Simulated Digital Tape Magnetization Hysteresis Loop")
#MH.show()
#Mt = plt.figure (2)