|
|
◆ Set_ylim()
| Function Set_ylim |
( |
Bottom As |
Double, |
|
|
Top As |
Double |
|
) |
| |
Set y-axis view limits
- Purpose
- Set the y-axis view limits.
- Returns
- PyObject (tuple (bottom, top))
The new y-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.
|