The Data Reduction Code

import matplotlib.pyplot as plt
plt.plot([1,23,2,4])
plt.show()
Back to top