|
From: <hez...@us...> - 2011-02-19 18:28:06
|
Revision: 11570
http://plplot.svn.sourceforge.net/plplot/?rev=11570&view=rev
Author: hezekiahcarty
Date: 2011-02-19 18:28:00 +0000 (Sat, 19 Feb 2011)
Log Message:
-----------
Restore the previous colormap 0 drawing color in plcolorbar
Modified Paths:
--------------
trunk/src/pllegend.c
Modified: trunk/src/pllegend.c
===================================================================
--- trunk/src/pllegend.c 2011-02-19 18:27:31 UTC (rev 11569)
+++ trunk/src/pllegend.c 2011-02-19 18:28:00 UTC (rev 11570)
@@ -1486,6 +1486,7 @@
}
// Restore
+ plcol0( col0_save );
plvpor( xdmin_save, xdmax_save, ydmin_save, ydmax_save );
plwind( xwmin_save, xwmax_save, ywmin_save, ywmax_save );
plsmaj( 0.0, maj_save );
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|