Reusing code written with matplotlib in Dash

@chriddyp After playing around with the code, it seems to me that the hmtl.Img call inserts static figures into your Dash app, is that correct? Does it do so by running the code on your python backend, generating an image, and pulling the static image to your app?

Thank you for your quick response.