# Модуль 0
import Mod2
import matplotlib.pyplot as plt
sps1, sps2 = Mod2.read_file()
plt.plot(sps1)
plt.title('График sps1')
plt.grid(True)
plt.show()