Have a way to 'dynamically' render plots as .png files... but can't figure out how to utilize the g object from Flask to pass in an input location from form submissions (can only set the string within the route function, but can't call it from the other route function that holds the form submission.)
Have a way to 'dynamically' render plots as .png files... but can't figure out how to utilize the
gobject from Flask to pass in an input location from form submissions (can only set the string within the route function, but can't call it from the other route function that holds the form submission.)