![]() |
Previous | Table Of Contents | Next | ![]() |
Plot Operations
The list of all graph-related operations supported by the RPN Calculator is shown below. Each of these operations is identified by both a textual instruction statement and a keystroke sequence. The former is used when you prepare your program via a word processor such as Notepad and the latter is used when you prepare your program by clicking on the calculator's keys.
ClearG | ![]() ![]() |
Clears the graphics window and prepares for a new plot. Also has the same consequence as the "0, SetG" keystroke sequence thus guaranteeing that subsequent SumG keystrokes will add data points to the first data set. |
---|---|---|
SumG | ![]() ![]() |
Grabs the 2 values currently in the X and Y stack locations and adds these to the current data set drawn in the cGraph window. Also causes the cGraph window to become visible if it was not previously visible. |
SetG | ![]() ![]() |
Sets the active data set to the value currently in the X stack location. Subsequent SumG keystrokes add new data points to this data set. The legal operands for this keystroke are discussed in the section entitled Plots. |
![]() |
Previous | Table Of Contents | Next | ![]() |