|
From: <ai...@us...> - 2009-11-29 07:50:35
|
Revision: 10644
http://plplot.svn.sourceforge.net/plplot/?rev=10644&view=rev
Author: airwin
Date: 2009-11-29 07:50:29 +0000 (Sun, 29 Nov 2009)
Log Message:
-----------
swig support for plgradient. Only tested for python at this stage.
Modified Paths:
--------------
trunk/bindings/swig-support/plplotcapi.i
Modified: trunk/bindings/swig-support/plplotcapi.i
===================================================================
--- trunk/bindings/swig-support/plplotcapi.i 2009-11-29 07:47:06 UTC (rev 10643)
+++ trunk/bindings/swig-support/plplotcapi.i 2009-11-29 07:50:29 UTC (rev 10644)
@@ -355,6 +355,10 @@
void
plfill3(PLINT n, PLFLT *Array, PLFLT *ArrayCk, PLFLT *ArrayCk);
+%feature("autodoc", "Renders linear gradient for the polygon bounded by the input points.") plgradient;
+void
+plgradient(PLINT n, PLFLT *Array, PLFLT *ArrayCk, PLFLT angle);
+
%feature("autodoc", "Flush the output stream. Use sparingly, if at all.") plflush;
void
plflush(void);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|