[ot][spam][random][crazy][random][crazy]

Undescribed Horrific Abuse, One Victim & Survivor of Many gmkarl at gmail.com
Thu Nov 10 08:31:24 PST 2022


# 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()


More information about the cypherpunks mailing list