Matplotlib funcanimation with different size of data

前端 未结 0 2009
醉酒成梦
醉酒成梦 2020-12-01 09:11

I got some problems with using funcanimation. Codes are as below:

    graph = ax.scatter(x_data, y_data, z_data, c=c, cmap="jet", alpha=0)
    plt.c         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题