Python ti_plotlib Module

When creating a new program that uses this module, it is recommended to use the Plotting (x,y) & Text program type. This will ensure that all the relevant modules are imported.

As it appears in the CE Graphing Calculators

[Fns…]>Modul: ti_plotlib

Important Plotting Note:

The order of program lines for plotting must follow the order as in the Setup menu to ensure expected results.
Plotting displays when plt.show_plot() is executed at the end of the plotting objects in a program. To clear the plotting area in the Shell, press [clear].
Running a second program that assumes the default values are set within the same Shell environment, will generally result in unexpected behavior such as color or other default argument settings. Edit programs with expected argument values or Reinitialize the Shell before running another plotting program.

Commands for import ti_plotlib

CE Calculators

TI‑Nspire™ CX

import ti_plotlib as plt

Item

Description

import ti_plotlib as plt

Imports all methods (functions) from the ti_plotlib module in the "plt" namespace. As a result, all function names pasted from the menus will be preceded by "plt.".