Python: Difference between revisions

111 bytes added ,  11 December 2019
Line 148: Line 148:
[https://matplotlib.org/examples/ Examples]<br>
[https://matplotlib.org/examples/ Examples]<br>
[https://matplotlib.org/3.1.1/gallery/index.html Gallery]
[https://matplotlib.org/3.1.1/gallery/index.html Gallery]
====Saving a plot====
<syntaxhighlight lang="python">
plt.savefig("my_figure.png", dpi=450)
</syntaxhighlight>