def plot_days():
if request.method == 'GET' :
today = ts.get_today_all()
code_info = ts.get_industry_classified()
today['code'] = today['code'].astype(unicode)
one_day = gd.get_data_real_time(code_info, today)
body = heatmap.get_heatmap('Today', one_day)
return render_template('heatmap.html', body=body)
评论列表
文章目录