|
|
◆ Set_ylim()
| Function Set_ylim |
( |
Bottom As |
Double, |
|
|
Top As |
Double, |
|
|
Optional KwArgs As |
String |
|
) |
| |
Set y-axis view limits
- Purpose
- Set the y-axis view limits.
- Returns
- PyObject (A tuple of the new y-axis limits).
- Parameters
-
| [in] | bottom | Lower limit. |
| [in] | top | Upper limit. |
| [in] | KwArgs | (Optional)
Optional keyword parameters. (default = "") |
|