3.2.9. - Point editing commands
| Command |
What it does |
 |
 |
 |
num g or <backspace> |
Go to point number num |
[v] <return> |
Change data to v, go to next value |
[v] f |
Change data to v, go to next point |
[v] b or \ |
Change data to v, go to prior point |
[v] c or <linefeed> |
Change data to v, update display |
G |
Go to last point |
a |
Append a point after current point |
i |
Insert a point before current point |
d |
Delete current point |
^D |
Exit |
^C or <break> |
Exit without using changes |
|
When you enter
<return> to go to the next value, you will move
from
x
to
y
to
z
(in 3D mode) and, if error-bar
and/or line-control modes are on, to
r,
s,
z
and/or
p,
then to the next point.
All the other commands move you directly to
another point.
If there is no data present, the number of points is set to one.
If
you delete the last point with
d, you are returned to the
PLOT-> prompt.
The values of points inserted with
i or
a are
initialized to zero.
|