I am using JupyterLab to develop 3D plots. Starting out I am learning the basics of 3D plotting by plotting 3 unit vectors: x, y, and z. The default configuration is shown in Figure 1. I would like to change the location of x, y, and z axes to match the plot in Figure 2 and Figure 3.
I can use ax.view_init(elevation, azimuth) to change to change the view of the graph, but I would prefer not to do that.
I am failing to find a simple solution to this issue. How can I make this transformation?

In Matlab, you just have to set
viewto the correct angle, in this case,view(135,35), for example,