I am trying to move the position of the label of the axis in 3d view in matplotlib. I have tried ax.xaxis.set_label_position
and ax.xaxis.set_label_coords
. Both seem to have no effect.
I'd like to move t/T_L away from the label ticks. How is it done?