[Росдистант] Человеко-машинное взаимодействие (тесты, вопросы, ответы)matplotlib.pyplot as plt x = np.linspace(0, 10, 500) y = np.sin(x) fig, ax = plt.subplots() line1, = ax.plot(x, y, label='Using set_dashes()') line1.Ответ([2, 2, 10, 2]) line2, = ax.plot(x, y - 0.2, dashes=[6