79307476

Date: 2024-12-25 11:37:34
Score: 1
Natty:
Report link

Sharing a stupid workaround that fixed it for me:

fig = plt.figure()
ax = fig.add_subplot(111, projection='3d')
ax.set_xlabel("x")
ax.set_ylabel("y")
ax.set_zlabel("z")
ax.set_title("                            Your Title               ") 
                         
               
plt.show()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Yonatan Goldstein