文章目录 实验条件: 实验过程: 实验结果: 实验条件: MobaXterm(下文简称moba)或其他具备x server功能的终端 实验过程: 通过moba连上linux服务器后,开启x server功能(在菜单栏"X server") 确保已经安装python的matplotlib库 运行以下代码: import matplotlib matplotlib.use('Tkagg') # Must be before importing matplotlib.pyplot or pylab! import matplotlib.pyplot as plt fig1 = plt.figure(