matplotlib的窗口上没有显示图

时间:2018-11-06 15:51:06

标签: python matplotlib

我正在使用Macbook Pro2018。问题是该数字未显示在matplotlib生成的窗口中。

这是我的代码:

>>> np.transpose(a)
array([[1, 2, 3],
       [2, 4, 6]])

这是结果。 The result is this

我还更改了.matplotlibrc的后端 Add TkAgg in .matplotlibrc

可能缺少什么?

0 个答案:

没有答案