标签: python dataframe matplotlib
我正在尝试从DataFrame对象构建直方图。为此,我使用了df.hist(bins=3),它返回了matplotlib.AxesSubplot。
df.hist(bins=3)
matplotlib.AxesSubplot
使用此输出,如何将其转换为JavaScript JSON对象,以将其发送到HTML页面以从中生成图表。