in reply to Pixel-based Plotting in Perl?

Last time I needed to plot some things, I used GD.

More recently, I just wrote Perl to output SVG, then rendered using inkscape and converted to PDF.

--John