|
|
◆ Set_xlim()
| Function Set_xlim |
( |
Left As |
Double, |
|
|
Right As |
Double, |
|
|
Optional KwArgs As |
String |
|
) |
| |
Set x-axis view limits
- Purpose
- Set the x-axis view limits.
- 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. |
| [in] | KwArgs | (Optional)
Optional keyword parameters. (default = "") |
|