Matplotlib 3D scatter animations

后端 未结 2 2106
伪装坚强ぢ
伪装坚强ぢ 2020-11-29 10:12

I am graphing out positions in a star cluster, my data is in a dataframe with x,y,z positions as well as a time index.

I am able to produce a 3d scatter plot and was

2条回答
  •  粉色の甜心
    2020-11-29 11:12

    If using Jupyter Notebook remember to use %matplotlib notebook don't use %matplotlib inline.

提交回复
热议问题