By default the 3D space where you plot in matplotlib has a cubical shape. That is, no matter which are the ranges of the X,Y and Z values, they will always rescale to fit this cube-like space. Example:
Is there anyway to modify the length of one of these axis to get a rectangular-prism-shape to plot my data? Something like this:
Thanks