> crispness of a true pen plot was never really matched by modern printers
I don't know about that. Pen plots can, at a push, achieve the equivalent of about 250dpi.
Back in the early 90s, I wrote software for the first inkjet “plotter” (a wide format printer that used HP inkjet cartridges, and rasterized HP-GL commands on the fly). Even back then, we could get 600dpi resolution, and today's printers can do up to 2400 dpi.
The point is generally no matter how high your DPI, if you're drawing a line using a series of points, compared to drawing a line via a vector process, the vector process will almost always look nicer (for some definition of nicer).
My mid-1990s Graphtec plotter has a precision of .01mm, or 2540dpi. I don't have any pens for it fine enough for that to matter though, and have yet to build a generic pen-holder (it grabs the pen with magnets...).
> I don't have any pens for it fine enough for that to matter though
Yes, that is the issue. The finest pen you could likely get would be 0.1mm (and even that would be hard to find and expensive). That is what I based the 250 dpi on.
Wait, even if the line width is broader than the resolution of the printer, wouldn't the placement of the .1mm line be accurate to the printer's resolution?
I don't know about that. Pen plots can, at a push, achieve the equivalent of about 250dpi.
Back in the early 90s, I wrote software for the first inkjet “plotter” (a wide format printer that used HP inkjet cartridges, and rasterized HP-GL commands on the fly). Even back then, we could get 600dpi resolution, and today's printers can do up to 2400 dpi.