标签: python html python-3.x flask
我有一个数字X.graph,这是一个matplotlib.figure.Figure,使用Flask的render_template('page',graph = X.graph)传递给html模板。是否可以让我的html页面显示此图而不将其保存为图像并以此方式访问它?