我的系统是linux mint。用新立得软件包安装了numpy和matplotlib。在导入matplotlib.pyplot时出错。说是没有python3-tk包。
于是就在shell中装了一下。
sudo apt-get install python3-tk
之后就可以导入了。