From: <ai...@us...> - 2013-12-20 18:14:04
|
Revision: 12896 http://sourceforge.net/p/plplot/code/12896 Author: airwin Date: 2013-12-20 18:13:59 +0000 (Fri, 20 Dec 2013) Log Message: ----------- The width argument of plwidth is of type PLFLT and not PLINT. Fixes bug 136. Modified Paths: -------------- trunk/doc/docbook/src/api.xml Modified: trunk/doc/docbook/src/api.xml =================================================================== --- trunk/doc/docbook/src/api.xml 2013-12-20 18:10:11 UTC (rev 12895) +++ trunk/doc/docbook/src/api.xml 2013-12-20 18:13:59 UTC (rev 12896) @@ -16770,13 +16770,13 @@ <varlistentry> <term> <parameter>width</parameter> - (<literal>PLINT</literal>, input) + (<literal>PLFLT</literal>, input) </term> <listitem> <para> The desired pen width. If <literal><parameter>width</parameter></literal> is negative or the same as the previous value no action is taken. - <literal><parameter>width</parameter> = 0</literal> should be interpreted as + <literal><parameter>width</parameter> = 0.</literal> should be interpreted as as the minimum valid pen width for the device. The interpretation of positive <literal><parameter>width</parameter></literal> values is also device dependent. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |