Matplotlib退出中途绘图或给出FileNotFound错误

时间:2019-06-21 12:41:43

标签: matplotlib jupyter-notebook file-not-found

尝试使用以下方法从熊猫数据框制作直方图:

%matplotlib inline
import matplotlib.pyplot as plt
from matplotlib import rc

import pandas as pd

plt.hist(data['total_income'])

返回:
[WinError 2] The system cannot find the file specified <Figure size 432x288 with 1 Axes>

我想念什么?

0 个答案:

没有答案