Код: Выделить всё
x = [10,24,23,23,3]
y = [12,2,3,4,2]
Код: Выделить всё
import matplotlib.lines
matplotlib.lines.Line2D(x, y)
Подробнее здесь: https://stackoverflow.com/questions/286 ... matplotlib
Код: Выделить всё
x = [10,24,23,23,3]
y = [12,2,3,4,2]
Код: Выделить всё
import matplotlib.lines
matplotlib.lines.Line2D(x, y)