Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ruhinshaikh
ruhinshaikh / app.py
Created February 6, 2018 06:56 — forked from rduplain/app.py
Plot a PNG using matplotlib in a web request, using Flask.
"Plot a PNG using matplotlib in a web request, using Flask."
# Install dependencies, preferably in a virtualenv:
#
# pip install flask matplotlib
#
# Run the development server:
#
# python app.py
#