Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. In 3D pot, I want to place the axes label on different positions. For example for plot
  2.  
  3. Plot3D[Sin[x + t], {x, -2, 3}, {t, -2, 2},
  4. AxesLabel -> {"x", "t", "y"}, PlotRange -> {0, 2},
  5. Ticks -> {Automatic, {{-2, Row[{-2, "t "}]}, {0, Row[{0, "t"}]}, {2,
  6. Row[{2, "t"}]}}, Automatic}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement