0

Initially, I have:

a = Plot3D[x^2, {x, 0, 2}, {y, 0, 2}, 
PlotRange -> {{0, 2}, {0, 2}, {0, 5}}];
Show[a, Graphics3D[Arrow[{{0, 1, 0}, {0, 1, 4}}]]]

To increase the length of the arrow, I change the commands into

a = Plot3D[x^2, {x, 0, 2}, {y, 0, 2}, 
PlotRange -> {{0, 2}, {0, 2}, {0, 5}}];
Show[a, Graphics3D[Arrow[{{0, 1, 0}, {0, 1, 10}}]]]

but the arrowhead disappear. How to make the arrowhead visible without changing the range of the plot?

ssa
  • 169
  • 8

0 Answers0