# DISPLAY=:0 import matplotlib.pyplot as plt plt.subplot(211) # 2 rows 1 cols plot #1 plt.plot([1,2,3]) plt.plot([2,2,2])
plt.subplot(212) # 2 rows 1 cols plot #2 plt.plot([6,5,4]) plt.show()
Undescribed Horrific Abuse, One Victim & Survivor of Many Thu, 10 Nov 2022 08:31:48 -0800
# DISPLAY=:0 import matplotlib.pyplot as plt plt.subplot(211) # 2 rows 1 cols plot #1 plt.plot([1,2,3]) plt.plot([2,2,2])
plt.subplot(212) # 2 rows 1 cols plot #2 plt.plot([6,5,4]) plt.show()