How to plot graphs using Python's matplotlib, seaborn, etc. on Windmill app?

Hi, I have some graphs I want to plot on a Windmill App using Python's matplotlib/seaborn. What would be the best way to do so?
3 Replies
rubenf
rubenf5mo ago
You would output them as base64 image and use our result encoding for image to display them as image
pragyanbo
pragyanbo5mo ago
I see. Thank you! Also, would be great to have a refresh icon to know that the image is changing when connected to a variable.
rubenf
rubenf5mo ago
👍