| Author |
Comment/Response |
Sinval Santos
|
12/08/11 06:19am
Want to create a plot using ParametricPlot3D with a dextrogyrous system: The positive X axis to the right Y-axis positive upwards and the positive Z axis out of paper. Mathematica always get the shaft out of the paper negative. If you use the mouse to rotate the plot, the X axis is inverted. How do?
Graphics3D[Line[{{0, 0, 0}, {1, 0, 1}}], Axes -> True,
AxesOrigin -> {0, 0, 0}, AxesLabel -> {x, z, y}]
URL: , |
|