W
|
|
---|---|
Module: ti_system Syntax: wait_key() Description: Returns a combined keycode representing the key pressed, merged with y and/or ƒ. The method waits for a key to be pressed before returning to the program. Example: |
|
|
|
---|---|
Syntax:
Description: Executes the statements in the following code block until "condition" evaluates to False. Example:
|
[Fns…] Ctl
y N
|
|
|
---|---|
Module: ti_plotlib Syntax: plt.window(xmin,xmax,ymin,ymax) Description: Defines the plotting window by mapping the the specified horizontal interval (xmin, xmax) and vertical interval (ymin, ymax) to the allotted plotting area (pixels). This method must be executed before any other ti_plotlib module commands are executed. The ti_plotlib Properties vars, xmin, xmax, ymin, ymax will be updated to the argument values. The default values are (-10, 10, -6.56, 6.56). Example: See sample program: GRAPH. |
|
|
|
---|---|
Keyword Description: See Python documentation for more details. |
yN |