|
From: <and...@us...> - 2010-05-13 20:14:40
|
Revision: 10993
http://plplot.svn.sourceforge.net/plplot/?rev=10993&view=rev
Author: andrewross
Date: 2010-05-13 20:14:34 +0000 (Thu, 13 May 2010)
Log Message:
-----------
Keep list of functions in alphabetical order for easy reading.
Modified Paths:
--------------
trunk/include/plplot.h
Modified: trunk/include/plplot.h
===================================================================
--- trunk/include/plplot.h 2010-05-12 17:31:47 UTC (rev 10992)
+++ trunk/include/plplot.h 2010-05-13 20:14:34 UTC (rev 10993)
@@ -1048,10 +1048,6 @@
PLDLLIMPEXP void
c_plgcompression( PLINT *compression );
-/* Set the coordinate transform */
-PLDLLIMPEXP void
-c_plstransform( void ( *coordinate_transform )( PLFLT, PLFLT, PLFLT*, PLFLT*, PLPointer ), PLPointer coordinate_transform_data );
-
/* Get the current device (keyword) name */
PLDLLIMPEXP void
@@ -1696,6 +1692,11 @@
PLDLLIMPEXP void
c_plstart( const char *devname, PLINT nx, PLINT ny );
+/* Set the coordinate transform */
+
+PLDLLIMPEXP void
+c_plstransform( void ( *coordinate_transform )( PLFLT, PLFLT, PLFLT*, PLFLT*, PLPointer ), PLPointer coordinate_transform_data );
+
/* Add a point to a stripchart. */
PLDLLIMPEXP void
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|