I wnt to generate static output images directly from the pyton code I created for my figure. Iβm using offline plotly. The code goes as follows to generate the plot in the browser and then save it to PNG:
offline.plot(fig, image=βpngβ)
I want to save it to PNG without having to generate a new browser window. Is it possible?