Answers for "userwarning matplotlib is currently using a non-gui backend so cannot show the figure"

5

UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. plt.show()

sudo apt-get install python3-tk
Posted by: Guest on March-19-2021
0

: UserWarning: Matplotlib is currently using module://matplotlib_inline.backend_inline, which is a non-GUI backend,

#You don't need the line of "fig.show()". Just remove it. Then it will be no warning message.
Posted by: Guest on August-13-2021

Code answers related to "userwarning matplotlib is currently using a non-gui backend so cannot show the figure"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language