plt.plot([0.0, 1.0], [0.0, 5.0]) plt.title("curve_conveyor") plt.xlabel("Time (seconds)") plt.ylabel("Value") plt.grid(True) plt.show()