<div dir="ltr">Folks,<div><br></div><div>I know that there is a use of mpl as part of django / flask / bottle / zope / ... to write figures directly to buffers and serve them to users without writing to disk  (an example of this is <a href="http://scipy-cookbook.readthedocs.io/items/Matplotlib_Django.html">http://scipy-cookbook.readthedocs.io/items/Matplotlib_Django.html</a> , but I think this is better done via `fig.savefig(bytes_io_buffer, format='png')` rather than reaching in and touching the canvas directly).</div><div><br></div><div>This seems like the sort of thing that should be easy to find in our documentation.  Is anyone interested in writing up 'canonical' examples?</div><div><br></div><div>Tom</div></div>