Almost finished plots for chosen motor

This commit is contained in:
Stein_van_vliet 2024-03-27 21:52:39 +01:00
parent 33aea672a1
commit 6277b14dbe
1 changed files with 5 additions and 5 deletions

View File

@ -22,11 +22,11 @@ w = np.linspace(0,5050,x_lim)
fig, (ax1,ax2,ax3)= plt.subplots(1,3,figsize=(18,6))
ax1.plot(w,T_1a,label="T_1a",linestyle=(0,(3,1,1,1)))
ax1.plot(w,T_1b,label="T_1b",linestyle=(0,(3,1,1,1)))
ax1.plot(w,T_1c,label="T_1c",linestyle=(0,(3,1,1,1)))
ax1.plot(w,T_2,label="T_2",linestyle=(0,(3,1,1,1)))
ax1.plot(w,T_3,label="T_3",linestyle=(0,(3,1,1,1)))
# ax1.plot(w,T_1a,label="T_1a",linestyle=(0,(3,1,1,1)))
# ax1.plot(w,T_1b,label="T_1b",linestyle=(0,(3,1,1,1)))
# ax1.plot(w,T_1c,label="T_1c",linestyle=(0,(3,1,1,1)))
# ax1.plot(w,T_2,label="T_2",linestyle=(0,(3,1,1,1)))
# ax1.plot(w,T_3,label="T_3",linestyle=(0,(3,1,1,1)))
ax2.plot(w,T_1a,label="T_1a",linestyle=(0,(3,1,1,1)))
ax2.plot(w,T_1b,label="T_1b",linestyle=(0,(3,1,1,1)))
ax2.plot(w,T_1c,label="T_1c",linestyle=(0,(3,1,1,1)))