The following program uses the Odd Dot Plot control code to produce the image.

10LPRINT Odd Dot Plot

20FOR I=1 TO 8

30READ R1

40READ R2

50LPRINT CHR$(5);

60FOR N=1 TO 25

70LPRINT CHR$(R1);CHR$(R2);

80NEXT N

90LPRINT

100NEXT I

110DATA 42, 64, 73, 65, 92, 64, 42, 64, 73, 65, 92, 64, 42, 64, 73, 65

120LPRINT

The image is printed 25 times as shown in Figure 4–9.

An entire dot row is plotted in one printing pass. Consequently, the first row of all 25 images is printed in one pass, followed by the second row, etc, until all rows have been printed.

Figure 4–9. Sample Odd Dot Plot

4–10

Graphics

Page 72
Image 72
Printronix P3000 Series manual Sample Odd Dot Plot