subplots() x = np.linspace(0, 10, 100) y = np.exp(-x) ax.plot(x, y) fig.savefig("matplotlib_basic.svg") plt.show() ########## I, the copyright holder of this...
Some minor cosmetic adjustements have also been performed. The matplotlib (mpl) version is 1.5.3, with Python 2.7 and numpy 1.10 ########## ## Copy of the...