I am working on a 3D plot, that I want to view in a particular angle, or view-point, as that shown in the attached image:
(Made with Windows paint)
My Options for the 3D plot now are
ViewPoint -> {5, 2, 3},
ViewVertical -> {0, 0, 1}
After a few trial and error, I found that {5,2,3}
looks like a good "Point of view",
but passing {0,0,1}
to ViewVertical
doesn't seem to rotate the axes with the z-axis pointing upward, as I want it to.
What is the correct vectors to pass to these options? Or am I not making use of some other "Viewing Geometry" option that is needed?
