我正在尝试绘制以下数据框列
import pyplot as plt
import matplotlib.style
plt.figure()
waps_df1['NEG_04_08'].plot()
例如,列NEG_00_04
我试过这样做:
traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named pyplot
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named style
<matplotlib.figure.Figure object at 0x7efe84608050>
<matplotlib.axes.AxesSubplot object at 0x7efe8477a6d0>
<matplotlib.axes.AxesSubplot object at 0x7efe8477a6d0>
%html
收到此错误:
{{1}}