mpld3.fig_to_html throws AttributeError: module 'matplotlib.dates' has no attribute '_SwitchableDateConverter'
mpld3.fig_to_html throws AttributeError: module 'matplotlib.dates' has no attribute '_SwitchableDateConverter'
我在过去三个月使用 mpld3.fig_to_html 它工作正常,但从过去两天开始,它显示错误。我所有的代码都停止工作。谁能建议我如何解决这个错误?
AttributeError: module 'matplotlib.dates' has no attribute '_SwitchableDateConverter'
此外,这个简单的代码也会引发同样的错误。
fig = plt.figure()
plt.scatter([1, 10], [5, 9])
html_graph = mpld3.fig_to_html(fig)
合作文件:https://colab.research.google.com/drive/17W1_vfOZTYmhodzziNEC7wPiuZuF9Cc1?usp=sharing.
如果您使用的是 colab,请重新启动运行时,然后使用 !pip install matplotlib==3.2.1 mpld3==0.5.5
重新安装旧的 mpld3 版本
我在过去三个月使用 mpld3.fig_to_html 它工作正常,但从过去两天开始,它显示错误。我所有的代码都停止工作。谁能建议我如何解决这个错误?
AttributeError: module 'matplotlib.dates' has no attribute '_SwitchableDateConverter'
此外,这个简单的代码也会引发同样的错误。
fig = plt.figure()
plt.scatter([1, 10], [5, 9])
html_graph = mpld3.fig_to_html(fig)
合作文件:https://colab.research.google.com/drive/17W1_vfOZTYmhodzziNEC7wPiuZuF9Cc1?usp=sharing.
如果您使用的是 colab,请重新启动运行时,然后使用 !pip install matplotlib==3.2.1 mpld3==0.5.5