How Can i save output graph as an image from replit
code snippet
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)
Hi @raghavshravanm
Could you provide more information on what is your issue and your code so the replit community could assist you better?