If I've wanted a pixelmapped graphic, I've usually written out as a postscript and then used ImagerMagick's 'convert' command to provide a nicely antialiased .gid, .png, or whatever.
convert -density 200 -rotate 90 pgplot_output.ps -quality 100 nice_size_output.png Cheers, Matt -- Matthew Kenworthy / Assistant Professor / Leiden Observatory Niels Bohrweg 2 (#463) / P.O. Box 9513 / 2300 RA Leiden / NL _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
