|
From: <ai...@us...> - 2011-07-11 21:33:18
|
Revision: 11805
http://plplot.svn.sourceforge.net/plplot/?rev=11805&view=rev
Author: airwin
Date: 2011-07-11 21:33:12 +0000 (Mon, 11 Jul 2011)
Log Message:
-----------
Show how to test parallel axis labels for vertical axis of colorbars,
but comment out (now that I have finished that test).
Modified Paths:
--------------
trunk/examples/c/x33c.c
Modified: trunk/examples/c/x33c.c
===================================================================
--- trunk/examples/c/x33c.c 2011-07-10 17:27:00 UTC (rev 11804)
+++ trunk/examples/c/x33c.c 2011-07-11 21:33:12 UTC (rev 11805)
@@ -205,10 +205,12 @@
if ( cont_color == 0 || cont_width == 0 )
{
axis_opts = "uwtivn";
+ //axis_opts = "uwtin";
}
else
{
axis_opts = "uwxvn";
+ //axis_opts = "uwxn";
}
}
else
@@ -216,10 +218,12 @@
if ( cont_color == 0 || cont_width == 0 )
{
axis_opts = "uwtivm";
+ //axis_opts = "uwtim";
}
else
{
axis_opts = "uwxvm";
+ //axis_opts = "uwxm";
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|