君无泪 发表于 2021-9-30 08:35:41

各位大神帮帮忙吧!termux高级终端 python matplotlib

本帖最后由 君无泪 于 2021-11-18 15:42 编辑

求解:在安卓的termux高级终端里面运行python程序,matplotlib 不显示图片!!!
代码如下:
import matplotlib.pyplot as plt

x = range(1, 6)
y =

plt.plot(x, y)

plt.show()

君无泪 发表于 2021-9-30 08:37:53

望各位大神指点迷津!{:10_250:}

塔利班 发表于 2021-9-30 09:21:12

没玩过,试试保存本地,调用可打开图片的程序显示
页: [1]
查看完整版本: 各位大神帮帮忙吧!termux高级终端 python matplotlib