From: <ai...@us...> - 2011-06-12 18:25:25
|
Revision: 11765 http://plplot.svn.sourceforge.net/plplot/?rev=11765&view=rev Author: airwin Date: 2011-06-12 18:25:19 +0000 (Sun, 12 Jun 2011) Log Message: ----------- Tweak documentation of plimage arguments xmin, xmax, ymin, and ymax. Modified Paths: -------------- trunk/doc/docbook/src/api.xml Modified: trunk/doc/docbook/src/api.xml =================================================================== --- trunk/doc/docbook/src/api.xml 2011-06-12 18:03:08 UTC (rev 11764) +++ trunk/doc/docbook/src/api.xml 2011-06-12 18:25:19 UTC (rev 11765) @@ -5903,7 +5903,7 @@ </term> <listitem> <para> - Plot coordinates to strecth the image data to. idata[0][0] + Stretch image data to these Plot coordinates. idata[0][0] corresponds to (xmin, ymin) and idata[nx - 1][ny - 1] corresponds to (xmax, ymax). </para> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |