From: Ethan A. M. <merritt@u.washington.edu> - 2004-06-11 00:46:32
|
On Thursday 10 June 2004 00:58, Andrzej W=C4=85sowski wrote: > I guess that I should add pattern-filled polygons to this function: > > TERM_PUBLIC void MP_filled_polygon __PROTO((int, gpiPoint *)); Correct. > But what is the interface for filled curves? The patch (#908456) adds a "style" parameter to the above function. The core routines all know about the current style already, via "set style fill <options>", so it's just a matter of teaching individual drivers to pay attention to this style when filling a polygon.=20 > Oh, and I will have to learn using pm3d to test this :). pm3d doesn't use pattern fill, so this is a separate question. To test the code you would use something like set style fill pattern 1 set style function filledcurve plot func1, func2, .... |