Basic syntax:
from matplotlib.pyplot import * plot(t, u) show()
Can (and should!) add labels on axes, title, legends.