When I use matplotlib in jupyter notebook,it always raise ” matplotlib is currently using a non-GUI backend” error?

You don’t need the line of fig.show(). Just remove it. Then there will be no warning message.

Leave a Comment