I have been using the suggestion here:
How to render and return plot to view in flask?
to create a plot in my flask app.
In the app I can update the actual values in the data set, and the plot updates respectively, BUT the 'previous plot line' does not.
I tried saving the file as a static plot in a folder, but then the updated data is not refreshed.
Any suggestions will be appreciated.