600
Appendix A: System Routines — Graphing
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
gr_DispLabels
Declaration:
void
gr_DispLabels
(GR_WIN_VARS *
ptr
)
Category:
Graphing
Description:
Draws the axis labels on the graph window (not in the backup screen), if
the graph mode is function, parametric, polar, sequence, or differential
equations, and the label format is on.
Inputs:
ptr
— Pointer to the GR_WIN_VARS struct containing the graph data
and flags to use (
gr_active
for the active graph window,
gr_other
for the second graph in two graph mode).
Outputs:
None
Assumptions:
The graph screen is on the display.
Side Effects:
None
Availability:
All versions of the TI-89 / TI-92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also:
None
Example:
/* After drawing on the graph screen, replace labels that may have been
corrupted if desired
*/
gr_DispLabels( gr_active ); /* display labels if labels on */