Dashed Lines
57
Plot Mode
Description Plot Mode al lows you to create and print your own graphics
images. The Plot Mode command must be inside a Graphi cs
Pass.
Plot data is based on vertical columns of seve n dots each. Each
column is described by a hex byte that specifies which of t he
seven dots to print. The Least Significant Bit (LSB) of the byte is
mapped to the bottom of the column, while the eighth bit is
ignored. See Table 2.
Command ^Q<plot data>^G
Arguments
^Q En ters Plot Mode
<plot data> The hex plot data.
^G Ex its Plot Mode
Example 1:This example pri nts an X. The command sequence is
^M^Q41,22,14,08,14,22,41^G^-
NOTE: Commas are not required between the data and do not affect the
results. Pass terminators placed between two plot commands will
cause one extra blank dot row to be plotted between the plot images.
To eliminate the blank row, keep subsequent plot commands within
the same pass. To eliminate the blank row, keep subsequent plot
commands within the same pass. Tab and justify command s can be
used to position plot images anywhere in a pass.
Tabl e 2. Least Significant Bit
Hex Value Bit Dot
80 7Not used
40 61 (top)
20 5 2
10 4 3
08 3 4
04 2 5
02 1 6
01 07 (bottom)