Full Command and Function Reference 3-145
For arrays, n
position
counts in row order. For matrices, n
position
specifies the new location of the
upper left-hand element of the replacement matrix.
For graphics objects, the upper left corner of grob
1
is positioned at the user-unit or pixel
coordinates (x,y) or { #n #m }. From there, it overwrites a rectangular portion of grob
target
or
PICT. If grob
1
extends past grob
target
or PICT in either direction, it is truncated in that direction. If
the specified coordinate is not on the target graphics object, the target graphics object does not
change.
Access: !°
LIST REPL ( °is the left-shift of the Nkey).
Input/Output:
Level 3/Argument 1 Level 2/Argument 2 Level 1/Argument 3 Level 1/Item 1
[[ matrix ]]
1
n
position
[[ matrix ]]
2
→
[[ matrix ]]
3
[[ matrix ]]
1
{ n
row
, n
column
}
[[ matrix ]]
2
→
[[ matrix ]]
3
[ vector ]
1
n
position
[ vector ]
2
→
[ vector ]
3
{ list
target
} n
position
{ list
1
}
→
{ list
result
}
“string
target
” n
position
“string
1
”
→
“string
result
”
grob
target
(#n
, #m)
grob
1
→
grob
result
grob
target
(x,y) grob
1
→
grob
result
PICT
(#n
, #m)
grob
1
→
PICT (x,y) grob
1
→
See also: CHR, GOR, GXOR, NUM, POS, SIZE, SUB
RES
Type: Command
Description: Resolution Command: Specifies the resolution of mathematical and statistical plots, where the
resolution is the interval between values of the independent variable used to generate the plot.
A real number n
interval
specifies the interval in user units. A binary integer #n
interval
specifies the
interval in pixels.
The resolution is stored as the fourth item in PPAR, with default value 0. The interpretation of
the default value is summarized in the following table.
Plot Type Default Interval
BAR 10 pixels (bar width = 10 pixel columns)
DIFFEQ unlimited: step size is not constrained
FUNCTION 2 pixels (plots a point in every other column of pixels)
CONIC 2 pixels (plots a point in every other column of pixels)
TRUTH 2 pixels (plots a point in every other column of pixels)
GRIDMAP RES does not apply
HISTOGRAM 10 pixels (bin width = 10 pixel columns)
PARAMETRIC [independent variable range in user units]/130
PARSURFACE RES does not apply