Must be your video driver or monitor settings. This is what my statistics worksheet looks like in Origin 6.1 on WinXP. Grid lines are faint but obviously there.
No, it seems to be a problem with rescaling, because if I rescale the statistics window, I see the grid lines again. The problem occurs both on my desktop and laptop. It is not boring, actually, just fun.
It is good that there's a "Recalculate" button in statistics window. But why not "Worksheet" button. I often need to go back to original data and have to do it manually. I would appreciate much having such a button. Another good feature (am I not too bold? ;) ) would be a sort of linking between original worksheet and statistics worksheet, so one can after changing original data immediately order to recalculate and replot all dependent statistics. At the moment I have to do it manually and it takes a lot of time.
You can convert the "Data from..." label into a Worksheet button like this...
1> Select (check) Edit > Button Edit Mode. 2> Select the "Data from..." label and then Format > Label Control. 3> Uncheck the "Not selectable" option. 4> Choose "Button Up" on the "Script, Run After" list. 5> Enter this in the script box at the bottom...
%W=store.v1$; win -a %W;
6> Click OK to close the Label Control dialog. 7> Select (uncheck) Edit > Button Edit Mode. 8> Click the Save Template button.