Is there a way, or example, I could be pointed to which demonstrates using mathplotlib to plot upon request without writing the image file to disk?
I'm able to create my plot and save it to the static/images directory which then I can load within my view, however I would like to be able to generate the image without having to save the file first.

