Pandas 不能在 Pycharm 中使用 plot() 方法顯示圖像的解決方法

在 Pycharm 中,使用 Pandas 的 Series、DataFrame 的 plot() 方法不顯示圖片,閃一下就結束。 開始的時候代碼如下: import pandas as pd import numpy as np df = pd.DataFrame(np.random.rand(10, 4), columns=['a', 'b', 'c', 'd']) df.plot.bar(
相關文章
相關標籤/搜索