Almost finished plots for chosen motor
This commit is contained in:
parent
33aea672a1
commit
6277b14dbe
10
src/plot.py
10
src/plot.py
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user