|
|
◆ Set_xlim()
| Function Set_xlim |
( |
Left As |
Double, |
|
|
Right As |
Double, |
|
|
Optional KwArgs As |
String |
|
) |
| |
Set x limits of current axes
- Purpose
- Set the x limits of the current axes.
- Returns
- PyObject (A tuple of the new x-axis limits).
(On error, Nothing is returned)
- Parameters
-
| [in] | Left | Left (lower) limit. |
| [in] | Right | Right (upper) limit. |
|