view
Changes the view of a plot.
Changes the view of a plot to the specified viewpoint.
view Plot_2 "bottom"
Changes the viewpoint to the bottom view.
<Text: "left"|"right"|"front"|"back"|"bottom"|"top"|"default">
| Text | Viewpoint | |
| "left" | Left view | Changes view to the left view |
| "right" | Right view | Changes view to the right view |
| "front" | Front view | Changes view to the front view |
| "back" | Back view | Changes view to the back view |
| "bottom" | Bottom view | Changes view to the bottom view |
| "top" | Top view | Changes view to the top view |
| "default" | Default view | Changes view to the default view (perspective view) |
| Mode | Target |
|---|---|
| - | Plot |
None
Changes the view of a plot to the viewpoint to make it look in the direction of the given vector.
view Plot_3 (1 0 0)
Changes the view of a plot. The view is turned along the positive x-axis.
<Coords: Number' Number' Number'>'
| Coords | Coordinates | |
| Number | x | x-coordinate |
| Number | y | y-coordinate |
| Number | z | z-coordinate |
| Mode | Target |
|---|---|
| - | Plot |
None