I want to display a line graph generated using matplotlib in a Human UI image element. I have setup all the necessary elements using create image and set image. It works fine the first time. The issue is that after the first instance whenever the graph gets updated and is supposed to be save I get an error that Permission is denied since the file is open in GH ( which I am assuming is because of the Human UI element). How do I get around this problem and show the updated graph using Human UI
Thanks