|
|
---|---|
Module: ti_plotlib Syntax: plt.labels("xlabel","ylabel",x,y) Description: Displays " " " Note: plt.labels("|","",12,2) will paste with x and y row defaults, 12,2 , which then can be modified for your program. Example: See sample program: GRAPH. |
|
|
|
---|---|
Keyword Syntax: lambda arguments : expression Description: Use lambda to define an anonymous function. See Python documentation for details. |
y N
|
|
|
---|---|
Syntax: Description: Returns the number of items in the argument. The argument may be a sequence or a collection. See Python documentation for more details. Example:
|
y N
|
|
|
---|---|
Module: ti_plotlib Syntax: plt.line(x1,y1,x2,y2,"mode") Description: Displays a line segment from (x1,y1) to (x2,y2) Size and style are set using pen() and color() before line(). Arguments: x1,y1, x2,y2 are real floats. "mode": When default "", no arrowhead draws. Example: See sample program: COLORLIN. |
|
|
|||||
---|---|---|---|---|---|
Module: ti_plotlib Syntax: plt.lin_reg(xlist,ylist,"disp",row) Description: Calculates and draws the linear regression model, ax+b, of xlist,ylist. This method must follow the scatter method. Default display of equation is "center" at row 11. Argument:
plt.a (slope) and plt.b (intercept) are stored when lin_reg executes. Example: See sample program: LINREGR. |
|
|
|
---|---|
Module: Built-in Syntax: Description: list()" converts its argument into the "list" type. Like many other sequences, the elements of a list do not need to be of the same type. Example:
Example:
|
y N
|
|
|
---|---|
Module: math Syntax:
Description:
Example:
|
» Modul
y N [Fns…] > Modul
import commands can be found in |