From: <ai...@us...> - 2013-05-02 21:50:43
|
Revision: 12327 http://sourceforge.net/p/plplot/code/12327 Author: airwin Date: 2013-05-02 21:50:40 +0000 (Thu, 02 May 2013) Log Message: ----------- Minor update of plshade* documentation changing all width parameters from PLINT to PLFLT in accordance with recent code change. Modified Paths: -------------- trunk/doc/docbook/src/api.xml Modified: trunk/doc/docbook/src/api.xml =================================================================== --- trunk/doc/docbook/src/api.xml 2013-05-02 19:23:21 UTC (rev 12326) +++ trunk/doc/docbook/src/api.xml 2013-05-02 21:50:40 UTC (rev 12327) @@ -12136,11 +12136,11 @@ <varlistentry> <term> <parameter>fill_width</parameter> - (<literal>PLINT</literal>, input) + (<literal>PLFLT</literal>, input) </term> <listitem> <para> - Defines width used by the fill pattern. + Defines line width used by the fill pattern. </para> </listitem> </varlistentry> @@ -12160,11 +12160,11 @@ <varlistentry> <term> <parameter>cont_width</parameter> - (<literal>PLINT</literal>, input) + (<literal>PLFLT</literal>, input) </term> <listitem> <para> - Defines pen width used for contours defining edges of shaded + Defines line width used for contours defining edges of shaded regions. This value may not be honored by all drivers. The pen width is only temporary set for the contour drawing. Set this value to zero or less if no shade edge contours are wanted. @@ -12432,7 +12432,7 @@ <varlistentry> <term> <parameter>sh_width</parameter> - (<literal>PLINT</literal>, input) + (<literal>PLFLT</literal>, input) </term> <listitem> <para> @@ -12452,7 +12452,7 @@ <varlistentry> <term> <parameter>min_width</parameter> - (<literal>PLINT</literal>, input) + (<literal>PLFLT</literal>, input) </term> <listitem> <para> @@ -12472,7 +12472,7 @@ <varlistentry> <term> <parameter>max_width</parameter> - (<literal>PLINT</literal>, input) + (<literal>PLFLT</literal>, input) </term> <listitem> <para> @@ -12756,7 +12756,7 @@ <varlistentry> <term> <parameter>sh_width</parameter> - (<literal>PLINT</literal>, input) + (<literal>PLFLT</literal>, input) </term> <listitem> <para> @@ -12781,7 +12781,7 @@ <varlistentry> <term> <parameter>min_width</parameter> - (<literal>PLINT</literal>, input) + (<literal>PLFLT</literal>, input) </term> <listitem> <para> @@ -12809,7 +12809,7 @@ <varlistentry> <term> <parameter>max_width</parameter> - (<literal>PLINT</literal>, input) + (<literal>PLFLT</literal>, input) </term> <listitem> <para> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |