[GRASS-SVN] r68908 - grass/branches/releasebranch_7_2/include

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jul 9 11:12:57 PDT 2016


Author: wenzeslaus
Date: 2016-07-09 11:12:57 -0700 (Sat, 09 Jul 2016)
New Revision: 68908

Modified:
   grass/branches/releasebranch_7_2/include/gis.h
Log:
change default color table to viridis for 7.2.0 (backports 68586, finishes r68631, closes #3043)

Modified: grass/branches/releasebranch_7_2/include/gis.h
===================================================================
--- grass/branches/releasebranch_7_2/include/gis.h	2016-07-09 18:01:09 UTC (rev 68907)
+++ grass/branches/releasebranch_7_2/include/gis.h	2016-07-09 18:12:57 UTC (rev 68908)
@@ -346,7 +346,7 @@
 /* default colors */
 #define DEFAULT_FG_COLOR "black"
 #define DEFAULT_BG_COLOR "white"
-#define DEFAULT_COLOR_TABLE "rainbow"
+#define DEFAULT_COLOR_TABLE "viridis"
 
 /* error codes */
 #define G_FATAL_EXIT    0



More information about the grass-commit mailing list