|
From: <hez...@us...> - 2011-04-17 22:02:54
|
Revision: 11713
http://plplot.svn.sourceforge.net/plplot/?rev=11713&view=rev
Author: hezekiahcarty
Date: 2011-04-17 22:02:48 +0000 (Sun, 17 Apr 2011)
Log Message:
-----------
Show colorbar shade contours in one set of example pages in C example 33
Modified Paths:
--------------
trunk/examples/c/x33c.c
Modified: trunk/examples/c/x33c.c
===================================================================
--- trunk/examples/c/x33c.c 2011-04-17 22:02:25 UTC (rev 11712)
+++ trunk/examples/c/x33c.c 2011-04-17 22:02:48 UTC (rev 11713)
@@ -849,7 +849,7 @@
// Test shade colorbars with larger arrays
for ( i = 0; i < 2; i++ )
{
- plcolorbar_example( "cmap1_blue_yellow.pal", i, 0, 0, 9, values_even );
+ plcolorbar_example( "cmap1_blue_yellow.pal", i, 4, 2, 9, values_even );
}
for ( i = 0; i < 2; i++ )
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|