|
From: Hans-Bernhard B. <br...@ph...> - 2005-07-08 10:13:18
|
Ralf Juengling wrote: > The output of the "test" command features a filled polygon. > This suggests that plotting polygons (filled or unfilled) > is supported by gnuplot. However, the gnuplot documentation > doesn't tell how to do it. Is there an easy way to plot > filled polygons? Not as such. Filled polygons are used by the pm3d and filledcurves plotting styles. Unfilled polygons can always be composed of arrows, or by plotting a closed sequence of vertices from a datafile "with lines". |