|
From: <ai...@us...> - 2011-07-14 16:38:04
|
Revision: 11816
http://plplot.svn.sourceforge.net/plplot/?rev=11816&view=rev
Author: airwin
Date: 2011-07-14 16:37:58 +0000 (Thu, 14 Jul 2011)
Log Message:
-----------
Decrease size of overall viewport so there is room to display labelled
and decorated colorbar.
Modified Paths:
--------------
trunk/examples/c/x33c.c
Modified: trunk/examples/c/x33c.c
===================================================================
--- trunk/examples/c/x33c.c 2011-07-14 16:36:01 UTC (rev 11815)
+++ trunk/examples/c/x33c.c 2011-07-14 16:37:58 UTC (rev 11816)
@@ -237,7 +237,7 @@
plsmaj( 0.0, 0.5 );
plsmin( 0.0, 0.5 );
- plvpor( 0.15, 0.85, 0.15, 0.85 );
+ plvpor( 0.20, 0.80, 0.20, 0.80 );
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.
|