2 Ergebnisse gefunden für "Datei:Mpl_example_line_plot.svg".

Datei:Mpl example line plot.svg

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...


Datei:Mpl example temp co2 sun.svg

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...