Hello, I do have a problem since my code does not allow to render Latex formatting:
fig.update_layout(
scene=dict(
xaxis_title=r'X AXIS TITLE (cm$^2$)',
yaxis_title=r'Y AXIS TITLE (cm$^2$)',
zaxis_title=r'Z AXIS TITLE (cm$^2$)'
),
width=700,
margin=dict(r=20, b=10, l=10)
)