When trying to plot with matplotlib.plt, using fig.show()
/usr/local/lib/python3.5/dist-packages/matplotlib/figure.py:418: UserWarning: matplotlib is currently using a non-GUI backend, so cannot show the figure
"matplotlib is currently using a non-GUI backend, "
Any idea how to get this working?
Thanks for your help!
When trying to plot with matplotlib.plt, using fig.show()
/usr/local/lib/python3.5/dist-packages/matplotlib/figure.py:418: UserWarning: matplotlib is currently using a non-GUI backend, so cannot show the figure "matplotlib is currently using a non-GUI backend, "
Any idea how to get this working? Thanks for your help!