changeset 14798:fce841c941a5

The color property for new plot axes should take on the default value. * src/graphics.cc (axes::properties::set_defaults): The default value of the axes "color" should be white.
author Ben Abbott <bpabbott@mac.com>
date Thu, 21 Jun 2012 18:25:23 -0400
parents 41dcb2c5bb1a
children 21197c43f984
files src/graphics.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/graphics.cc	Thu Jun 21 14:42:05 2012 -0400
+++ b/src/graphics.cc	Thu Jun 21 18:25:23 2012 -0400
@@ -4284,7 +4284,7 @@
   xticklabelmode = "auto";
   yticklabelmode = "auto";
   zticklabelmode = "auto";
-  color = "none";
+  color = color_values ("white");
   xcolor = color_values ("black");
   ycolor = color_values ("black");
   zcolor = color_values ("black");