Relative Content

Tag Archive for python-3.x3dplotly

Making axes visible in plotly 3D chart

I’m having problems with making axes visible in a plotly 3D chart. I would assume fig.update_xaxes(showline=True, linewidth=2, linecolor='black') should do it but it is not having any effects, it looks like I’m missing something.
Additionally, I would like to display arrows for the axes.