From: <ai...@us...> - 2010-09-22 19:16:12
|
Revision: 11200 http://plplot.svn.sourceforge.net/plplot/?rev=11200&view=rev Author: airwin Date: 2010-09-22 19:16:06 +0000 (Wed, 22 Sep 2010) Log Message: ----------- Tweak documentation of plsmem and plsmema. Modified Paths: -------------- trunk/bindings/swig-support/plplotcapi.i Modified: trunk/bindings/swig-support/plplotcapi.i =================================================================== --- trunk/bindings/swig-support/plplotcapi.i 2010-09-22 15:05:29 UTC (rev 11199) +++ trunk/bindings/swig-support/plplotcapi.i 2010-09-22 19:16:06 UTC (rev 11200) @@ -776,11 +776,11 @@ #if defined ( PYTHON_HAVE_PYBUFFER ) && defined ( SWIG_PYTHON ) -%feature("autodoc", "Set the memory area to be plotted (with the 'mem' driver).") plsmem; +%feature("autodoc", "Set the RGB memory area to be plotted (with the 'mem' or 'memcairo' drivers).") plsmem; void plsmem(PLINT maxx, PLINT maxy, void *plotmem); -%feature("autodoc", "Similar to plsmem(), but supports alpha values.") plsmema; +%feature("autodoc", "Set the RGBA memory area to be plotted (with the 'memcairo' driver).") plsmema; void plsmema(PLINT maxx, PLINT maxy, void *plotmem); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |