|
From: <ai...@us...> - 2011-04-28 13:51:38
|
Revision: 11725
http://plplot.svn.sourceforge.net/plplot/?rev=11725&view=rev
Author: airwin
Date: 2011-04-28 13:51:32 +0000 (Thu, 28 Apr 2011)
Log Message:
-----------
Update PL_COLORBAR #defines.
Modified Paths:
--------------
trunk/include/plplot.h
Modified: trunk/include/plplot.h
===================================================================
--- trunk/include/plplot.h 2011-04-26 19:06:50 UTC (rev 11724)
+++ trunk/include/plplot.h 2011-04-28 13:51:32 UTC (rev 11725)
@@ -1249,10 +1249,14 @@
#define PL_COLORBAR_IMAGE 16
#define PL_COLORBAR_SHADE 32
#define PL_COLORBAR_GRADIENT 64
-#define PL_COLORBAR_CAP_NONE 0
-#define PL_COLORBAR_CAP_LOW 128
-#define PL_COLORBAR_CAP_HIGH 256
-#define PL_COLORBAR_SHADE_LABEL 512
+#define PL_COLORBAR_CAP_NONE 128
+#define PL_COLORBAR_CAP_LOW 256
+#define PL_COLORBAR_CAP_HIGH 512
+#define PL_COLORBAR_SHADE_LABEL 1024
+#define PL_COLORBAR_ORIENT_RIGHT 2048
+#define PL_COLORBAR_ORIENT_TOP 4096
+#define PL_COLORBAR_ORIENT_LEFT 8192
+#define PL_COLORBAR_ORIENT_BOTTOM 16384
// Routine for drawing discrete line, symbol, or cmap0 legends
PLDLLIMPEXP void
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|