comparison 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
comparison
equal deleted inserted replaced
7819:b7e8ea6a5143 7820:cb4838d70ab2
1585 fontangle = "normal"; 1585 fontangle = "normal";
1586 fontname = "Helvetica"; 1586 fontname = "Helvetica";
1587 fontsize = 12; 1587 fontsize = 12;
1588 fontunits = "points"; 1588 fontunits = "points";
1589 fontweight = "normal"; 1589 fontweight = "normal";
1590 gridlinestyle = "-"; 1590 gridlinestyle = ":";
1591 linestyleorder = "-"; 1591 linestyleorder = "-";
1592 linewidth = 0.5; 1592 linewidth = 0.5;
1593 minorgridlinestyle = "-"; 1593 minorgridlinestyle = ":";
1594 // Note: plotboxaspectratio will be set through update_aspectratiors 1594 // Note: plotboxaspectratio will be set through update_aspectratiors
1595 plotboxaspectratiomode = "auto"; 1595 plotboxaspectratiomode = "auto";
1596 projection = "orthographic"; 1596 projection = "orthographic";
1597 tickdir = "in"; 1597 tickdir = "in";
1598 tickdirmode = "auto"; 1598 tickdirmode = "auto";