diff src/graphics.cc @ 7820:cb4838d70ab2

Fix default value for axes gridlinestyle and minorgridlinestyle.
author Michael Goffioul <michael.goffioul@gmail.com>
date Thu, 07 Feb 2008 16:21:03 +0100
parents a0ec02774303
children edbaa13397ee
line wrap: on
line diff
--- a/src/graphics.cc	Tue Jun 03 07:16:58 2008 +0200
+++ b/src/graphics.cc	Thu Feb 07 16:21:03 2008 +0100
@@ -1587,10 +1587,10 @@
   fontsize = 12;
   fontunits = "points";
   fontweight = "normal";
-  gridlinestyle = "-";
+  gridlinestyle = ":";
   linestyleorder = "-";
   linewidth = 0.5;
-  minorgridlinestyle = "-";
+  minorgridlinestyle = ":";
   // Note: plotboxaspectratio will be set through update_aspectratiors
   plotboxaspectratiomode = "auto";
   projection = "orthographic";