Programming
16-21
→
DISPLAY
Displays graphic from
graphicname
in the display.
→
DISPLAY
graphicname
:
→
GROB
Creates a graphic from
expression
, using
font_size
, and
stores the resulting graphic in
graphicname
. Font sizes
are 1, 2, or 3. If the
fontsize
argument is 0, the hp 39g+
creates a graphic display like that created by the
SHOW
operation.
→
GROB
graphicname
;
expression
;
fontsize
:
GROBNOT
Replaces graphic in
graphicname
with bitwise-inverted
graphic.
GROBNOT
graphicname
:
GROBOR
Using the logical OR, superimposes
graphicname2
onto
graphicname1
. The upper left corner of
graphicname2
is
placed at
position
.
GROBOR
graphicname1
;
position
;
graphicname2
:
GROBXOR
Using the logical XOR, superimposes
graphicname2
onto
graphicname1
. The upper left corner of
graphicname2
is
placed at
position
.
GROBXOR
graphicname1
;
position
;
graphicname2
:
MAKEGROB
Creates graphic with given width, height, and
hexadecimal data, and stores it in
graphicname
.
MAKEGROB
graphicname
;
width
;
height
;
hexdata
:
PLOT
→
Stores the Plot view display as a graphic in
graphicname
.
PLOT
→
graphicname
:
PLOT
→
and
DISPLAY
→
can be used to transfer a copy
of the current PLOT view into the sketch view of the aplet
for later use and editing.
Example
1
X
PageNum:
PLOT
→
Page:
FREEZE:
This program stores the current PLOT view to the first page
in the sketch view of the current aplet and then displays
the sketch as a graphic object until any key is pressed.
Содержание 39g+
Страница 1: ...hp 39g graphing calculator user s guide H Edition 2 Part Number F2224 90001 ...
Страница 62: ...2 22 Aplets and their views 5 Display the functions in numeric form ...
Страница 78: ......
Страница 83: ...Sequence aplet 6 3 Select Cobweb Display the table 6 Display the table of values for this example ...
Страница 84: ......
Страница 116: ......
Страница 178: ......