changeset 8665:55efd5d71649

__go_draw_axes__.m: __go_draw_axes__.m: Improved gnuplot color interpolation.
author Ben Abbott <bpabbott@mac.com>
date Wed, 04 Feb 2009 07:28:17 -0500
parents e07e93c04080
children 34b7b93f91bc
files scripts/ChangeLog scripts/plot/__go_draw_axes__.m
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Wed Feb 04 10:56:23 2009 -0500
+++ b/scripts/ChangeLog	Wed Feb 04 07:28:17 2009 -0500
@@ -21,6 +21,10 @@
 	strings/dec2base.m, strings/strcat.m, strings/validatestring.m,
 	time/addtodate.m: Style fixes.
 
+2009-02-04  Petr Mikulik <mikulik@physics.muni.cz>
+
+	* plot/__go_draw_axes__.m: __go_draw_axes__.m: Improved gnuplot color interpolation.
+
 2009-02-04  Jaroslav Hajek  <highegg@gmail.com>
 
 	* optimization/fsolve.m: remove redundant line.
--- a/scripts/plot/__go_draw_axes__.m	Wed Feb 04 10:56:23 2009 -0500
+++ b/scripts/plot/__go_draw_axes__.m	Wed Feb 04 07:28:17 2009 -0500
@@ -820,7 +820,7 @@
 	    endif
 
 	    if (doing_interp_color)
-	      interp_str = "interpolate 4, 4";
+	      interp_str = "interpolate 0, 0";
 	    else
 	      ## No interpolation of facecolors.
 	      interp_str = "";