From: <and...@us...> - 2012-11-16 20:10:05
|
Revision: 12271 http://plplot.svn.sourceforge.net/plplot/?rev=12271&view=rev Author: andrewross Date: 2012-11-16 20:09:59 +0000 (Fri, 16 Nov 2012) Log Message: ----------- Add note to plpstyl documentation that setting a fill style of 0 gives a solid fill. Also the default for plfill is solid fill. Modified Paths: -------------- trunk/doc/docbook/src/api.xml Modified: trunk/doc/docbook/src/api.xml =================================================================== --- trunk/doc/docbook/src/api.xml 2012-11-02 19:13:45 UTC (rev 12270) +++ trunk/doc/docbook/src/api.xml 2012-11-16 20:09:59 UTC (rev 12271) @@ -3180,7 +3180,8 @@ <literal><parameter>n</parameter></literal> points <literal>(<parameter>x</parameter>[i], <parameter>y</parameter>[i])</literal> using the pattern defined by - &plpsty; or &plpat;. The routine will automatically close the + &plpsty; or &plpat;. The default fill style is a solid fill. + The routine will automatically close the polygon between the last and first vertices. If multiple closed polygons are passed in <literal><parameter>x</parameter></literal> and <literal><parameter>y</parameter></literal> then &plfill; will @@ -9148,7 +9149,7 @@ <para> Select one of eight predefined area fill patterns to use (also see - &plpat;). + &plpat;). Setting the fill style to 0 gives a solid fill. </para> <variablelist> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |