Download this file
1 2 3 4 5
from matplotlib.matlab import * plot([1,2,3,4], [1,4,9,16], 'ro') axis([0, 6, 0, 20]) savefig('secondfig', dpi=50) show()