Generating Plots With Programs; Two-Dimensional Graphics - HP 48gII User Manual

Graphing calculator
Hide thumbs Also See for 48gII:
Table of Contents

Advertisement

AXES: when selected, axes are shown if visible within the plot area or
volume.
CNCT: when selected the plot is produced so that individual points are
connected.
SIMU: when selected, and if more than one graph is to be plotted in the
same set of axes, plots all the graphs simultaneously.
Press @) P LOT to return to the PLOT menu.

Generating plots with programs

Depending on whether we are dealing with a two-dimensional graph defined
by a function, by data from ΣDAT, or by a three-dimensional function, you
need to set up the variables PPAR, ΣPAR, and /or VPAR before generating a
plot in a program.
The commands shown in the previous section help you in
setting up such variables.
Following we describe the general format for the variables necessary to
produce the different types of plots available in the calculator.

Two-dimensional graphics

The two-dimensional graphics generated by functions, namely, Function,
Conic, Parametric, Polar, Truth and Differential Equation, use PPAR with the
format:
{ (x
, y
) (x
min
min
max
The two-dimensional graphics generated from data in the statistical matrix
ΣDAT, namely, Bar, Histogram, and Scatter, use the ΣPAR variable with the
following format:
{ x-column y-column slope intercept model }
while at the same time using PPAR with the format shown above.
The meaning of the different parameters in PPAR and ΣPAR were presented in
the previous section.
) indep res axes ptype depend }
, y
max
Page 22-14

Advertisement

Table of Contents
loading

Table of Contents