|
|
◆ Set_zlim()
| Function Set_zlim |
( |
Bottom As |
Double, |
|
|
Top As |
Double |
|
) |
| |
Set z-axis view limits
- Purpose
- Set the z-axis view limits.
- Returns
- PyObject (tuple (bottom, top))
The new z-axis view limits.
- Parameters
-
| [in] | bottom | Lower limit. |
| [in] | top | Upper limit. |
| [in] | KwArgs | (Optional)
Optional keyword parameters. (default = "") |
- Example Program
- See example of Contour.
|