How to set a "slope style" of axe label in ParametricPlot3D?
- To: mathgroup at smc.vnet.net
- Subject: [mg79237] How to set a "slope style" of axe label in ParametricPlot3D?
- From: LiangRD <maxi321 at gmail.com>
- Date: Sat, 21 Jul 2007 04:38:39 -0400 (EDT)
I use the ParametricPlot3D to plot a 3D graphic with axes label. The
command as following:
ParametricPlot3D[{Cos[5t], Sin[3t], Sin[t]}, {t, 0, 2=A6=D0}, Axes -> True,
AxesLabel -> {Time, Real, "Imag."}, Ticks -> {Automatic, {-0.5, 0, 1},
{-1, 0, 0.5}}];
I hope the text under axes which can be parallel to the axis. Can
Mathematica have any tick to rotate the text with a centain angle?
All what is to make the text in axes have a slope.
Thx.