如何使epicurve(使用EpiPy)显示为一个数字?

时间:2018-05-08 20:46:17

标签: 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文本运行脚本,但没有图形显示为。

0 个答案:

没有答案