From: Ethan M. <merritt@u.washington.edu> - 2004-06-03 17:14:23
|
On Thursday 03 June 2004 10:26 am, Daniel J Sebald wrote: > > fillcurves use fill style for filledcurves (cgm gd pdf post svg) > > In the same category of a few of the above patches, someone (don't > remember who) had done some work to integrate gray scale filled > curve-like plots into PostScript. That looked pretty nice, but I wonder > if PostScript might be the only driver to easily support such a feature. If I understand your description correctly, that is supported by the above patch: plot <whatever> using filledcurve linetype -1 fillstyle solid <greylevel> But maybe you are thinking of the request for shaded areas in the background? That should be possible to implement for any driver that supports filled rectangles, but I don't recall any suggestions at all as to what sort of syntax would be used to request such a plot. -- Ethan A Merritt merritt@u.washington.edu Biomolecular Structure Center Mailstop 357742 University of Washington, Seattle, WA 98195 |