Mercurial > hg > octave-nkf
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 +++ 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";