How Can i save output graph as an image from replit

How Can i save output graph as an image from replit

code snippet

Since you’re using matplotlib, you could use plt.savefig(path) (instead of plt.show) to save the graph to a file
Or you could web-serve (you may need to set the run command as appropriate)

3 Likes

Hi @raghavshravanm
Could you provide more information on what is your issue and your code so the replit community could assist you better?