0

hey so i am trying to use this code

plt.savefig("img1.eps", format = "eps",dpi =1000)

and i get the following error

No suitable pdf to png renderer found.

any comments?

Y

1 Answers1

-1

I Figured out the answer. I could simply just save it as pdf and it would work.