mpl_toolkits.mplot3d.axes3d.Axes3D.set_xinverted#

Axes3D.set_xinverted(inverted)[source]#

Set whether the xaxis is oriented in the "inverse" direction.

The "normal" direction is increasing to the right for the x-axis and tothe top for the y-axis; the "inverse" direction is increasing to theleft for the x-axis and to the bottom for the y-axis.