|
From: <ai...@us...> - 2011-06-15 16:55:24
|
Revision: 11770
http://plplot.svn.sourceforge.net/plplot/?rev=11770&view=rev
Author: airwin
Date: 2011-06-15 16:55:17 +0000 (Wed, 15 Jun 2011)
Log Message:
-----------
Adjust positions of colorbars so that text doesn't get clipped.
Modified Paths:
--------------
trunk/examples/c/x33c.c
Modified: trunk/examples/c/x33c.c
===================================================================
--- trunk/examples/c/x33c.c 2011-06-14 06:17:38 UTC (rev 11769)
+++ trunk/examples/c/x33c.c 2011-06-15 16:55:17 UTC (rev 11770)
@@ -233,7 +233,7 @@
plsmaj( 0.0, 0.5 );
plsmin( 0.0, 0.5 );
- plvpor( 0.1, 0.9, 0.1, 0.9 );
+ plvpor( 0.15, 0.85, 0.15, 0.85 );
plwind( 0.0, 1.0, 0.0, 1.0 );
// Set interesting background colour.
plscol0a( 15, 0, 0, 0, 0.20 );
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|