Python & Matplotlib: Make 3D plot interactive in Jupyter Notebook

后端 未结 6 1208
臣服心动
臣服心动 2020-12-22 18:22

I use Jupyter Notebook to make analysis of datasets. There are a lot of plots in the notebook, and some of them are 3d plots.

I\'m wondering if it is possible

6条回答
  •  再見小時候
    2020-12-22 19:10

    There is a new library called ipyvolume that may do what you want, the documentation shows live demos. The current version doesn't do meshes and lines, but master from the git repo does (as will version 0.4). (Disclaimer: I'm the author)

提交回复
热议问题