Download this file
1 2 3 4 5
from matplotlib.matlab import * plot([1,2,3], [4,5,6], [1,2,3], [1,4,9]) show()