I know I will need this next time I do an install:
python -m pip install -U matplotlib
sudo apt install python-tk
then can run a test with this code:
import matplotlib.pyplot as plt
plt.plot([1,2,3],[2,4,5])
plt.show()
with dav3
I know I will need this next time I do an install:
python -m pip install -U matplotlib
sudo apt install python-tk
then can run a test with this code:
import matplotlib.pyplot as plt
plt.plot([1,2,3],[2,4,5])
plt.show()