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