First time here? Check out the FAQ!
answered 2021-07-02 17:55:24 +0100
I had the same problem, I solved it by instead of using .show(), doing a .plot().save('plot.png').
.show()
.plot().save('plot.png')