In the output of a code I can view that the same axe has two names "z" and "x".
How could I correct this?
The code is
ParametricPlot3D[{0*v, 0*v, 0*v}, {v, 0, 1}, PlotRange -> {-9, 9},
PerformanceGoal -> "Quality",
PlotStyle -> {Directive[Yellow, Opacity[0.74]]},
AxesLabel -> {"x", "y", "z"}, LabelStyle -> {20, Bold},
ImageSize -> Large, ViewPoint -> {11, 2, 3}, Boxed -> False,
AxesOrigin -> {0, 0, 0}]
I think a solution to clarify the image is put the names of axis in the extreme of the axis. If the trouble is because the proximity of the names of axis.





AxesStyle -> {Red,Green,Blue}to the options. – Simon Woods Dec 23 '15 at 11:53