How to edit table data with interactive event in matplotlib

心不动则不痛 提交于 2019-12-01 22:43:05
Olzhas Arystanov

It seems that you this is not easy to achieve using pure matplotlib functional.

You should consider looking at qgrid module, which provides interactive Excel-like table editing in Jupyter Notebook.

Then, if you want to change your graph accordingly, you will need to create some interaction with the table. ipywidgets can really help you with that.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!