Chris
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Chris created a post, AnsweredWhen debugging a script on ubuntu, matplotlib uses a non-interactive backend and won't show plots
I have a script with:```import matplotlibfrom matplotlib import pyplot as pltprint(f'{matplotlib.get_backend()}')plt.plot([1, 2], [2, 5])plt.show()```When I run the script, it prints `module://back...