If i wanted to draw a dot on the scren in QBasic, I would just use this syntax:

PSET (20, 20), 15

but how do I draw dots on my printer? I have a scatter graph that i would my program to be able to print on my laser printer.