标签: python pandas graph
我正在关注此documentation,
import epipy import pandas as pd # mers_df is a pandas data frame that contains "dates" as a date column curve, fig, ax = epipy.epicurve_plot(mers_df, date_col='dates', freq='month')
我使用sublime文本运行脚本,但没有图形显示为。