Aug-21-2023, 12:05 PM
I have found a solution. I change the Code to
fig = plt.figure(dpi=96) fig.canvas.manager.set_window_title('Alcubierre Warp Drive') ax = fig.add_subplot(projection='3d') ax.view_init(25, -45)and it’s work.