【发布时间】:2018-03-30 09:57:36
【问题描述】:
我正在尝试使用 mpld3 导出图形的 html
import matplotlib.pyplot as plt, mpld3
obj, = plt.plot([3,1,4,1,5], 'ks-', mec='w', mew=5, ms=20)
mpld3.save_html(obj,'C:\\Users\\prabhat.mishra\\Desktop\\figure.html')
作为AttributeError: 'Line2D' object has no attribute 'canvas 面临的问题
【问题讨论】:
标签: python matplotlib mpld3