0

I define a couple ParametricPlot3D planes like so;

xyPlane = ParametricPlot3D[{0, y, z}, {y, -5, 5}, {z, -5, 5}];
yzPlane = ParametricPlot3D[{x, 0, z}, {x, -5, 5}, {z, -5, 5}];

Calling Show without BoxRatios returns

enter image description here

Whereas BoxRatios -> {10, 10, 10}

returns

enter image description here

Note the difference in gridlines. Is there some way to make them uniform? More generally, is it known what is going on under the hood of ParametricPlot3d that causes this?

J. M.'s missing motivation
  • 124,525
  • 11
  • 401
  • 574
jamesson
  • 465
  • 3
  • 9

0 Answers0