# HG changeset patch # User Michael Goffioul # Date 1202397663 -3600 # Node ID cb4838d70ab23a31999d0971f5a10f167ea2eced # Parent b7e8ea6a5143d2895bab58c9881d8fe32f7f911e Fix default value for axes gridlinestyle and minorgridlinestyle. diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-06-04 Michael Goffioul + + * graphics.cc (axes::properties::set_defaults): Use correct + default values for gridlinestyle and minorgridlinestyle. + 2008-06-03 Jaroslav Hajek * load-save.cc (Fload): Fix "-7" option. diff --git a/src/graphics.cc b/src/graphics.cc --- a/src/graphics.cc +++ b/src/graphics.cc @@ -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";