Python Example: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 January 2015

  • curprev 00:2700:27, 25 January 2015Tobias Marriage talk contribs 144 bytes +144 Created page with '<pre> %matplotlib inline import matplotlib.pyplot as plt x = [1,2,3] y = [4,5,6] plt.plot(x,y) plt.xlabel('x (m)') plt.ylabel('y (m)') </pre>'