Group Abstract Group Abstract

Message Boards Message Boards

Change Depth Perception of 3D Plot?

Posted 9 years ago
POSTED BY: John Travolski
2 Replies
Posted 9 years ago

Thank you very much; this was quite helpful.

POSTED BY: John Travolski

You should read details section of ViewPoint:

enter image description here

Then you would know to specify ViewPoint -> {0, 0, Infinity}. You can also play

Manipulate[
    ParametricPlot3D[{Sin[t],Cos[t],t},{t,-Pi,Pi},
    Axes->False,ViewVertical->{0,1,0},ViewPoint->Dynamic@{0,0,d}],
{d,-10,10}] 

enter image description here

POSTED BY: Vitaliy Kaurov
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard