|
|
◆ Set_ylim()
| Function Set_ylim |
( |
Bottom As |
Double, |
|
|
Top As |
Double, |
|
|
Optional KwArgs As |
String |
|
) |
| |
Set y limits of current axes
- Purpose
- Set the y limits of the current axes.
- Returns
- PyObject (A tuple of the new y-axis limits).
(On error, Nothing is returned)
- Parameters
-
| [in] | Bottom | Lower limit. |
| [in] | Top | Upper limit. |
|