📅  最后修改于: 2022-03-11 14:45:40.695000             🧑  作者: Mango
fig = plt.figure()
ax = fig.add_subplot(...)
ax.set_title('Title Here')
ax.set_xlabel('x label here')
ax.set_ylabel('y label here')
ax.set_zlabel('z label here')