Section Navigation
fill_between
plt.subplots
histtype
floating_axes
Note
Go to the endto download the full example code.
print png to standard out
usage: python print_stdout.py > somefile.png
importsysimportmatplotlibmatplotlib.use('Agg')importmatplotlib.pyplotaspltplt.plot([1,2,3])plt.savefig(sys.stdout.buffer)
DownloadJupyternotebook:print_stdout_sgskip.ipynb
DownloadPythonsourcecode:print_stdout_sgskip.py
Downloadzipped:print_stdout_sgskip.zip
Gallery generated by Sphinx-Gallery