By group, I do mean the storage time for your situation.
In your case you are interested in seeing if there are differences between the storage times. You have this extra source of variability, consumer. If you were to just use Fit Y by X without the block, the picture would be misleading because of the consumer variability. You would have a hard time seeing the effect of the storage times because of the variability the consumer added. So what to do? Let's remove the effect of the consumer from the plot by centering for each block.
I think it may be easiest to see what is going on with a simple example. Let's use this data with two blocks and two groups (you can use consumer and storage time respectively if you like those names better):
Notice that the highest data point is on row 4, block 1, Group B. It has a value of 14. Now using Fit Y by X with Group as the X and Block going into the blocking role will give this plot:
The highest value looks to be around 11. What happened to the 14? From the red popup choose Means/Anova/Pooled t. Now look at the block means report:
The mean for block 1 is 12. The mean for block 2 is 6. The overall average is 9. So every observation in block 1 is 3 units higher than average. Everything in block 2 is 3 units lower than average. In order to remove the block effect, I can add or subtract 3 (depending on which block I am in) to remove the block effect. That is block centering.
Now look at the observations again. For Group B the original observations were 12, 14, 6, and 8. The 12 and 14 were in block 1, so we need to subtract 3 giving us 9 and 11. The 6 and 8 were in block 2, so we add 3. That gives 9 and 11. Those are the two points shown on the graph. If we were to add jitter to the graph, you would see there are two observations at 9 and two at 11. And, of course, a similar calculation is done for Group A.
The block centering is only removing the effect of the blocking variable so that you can more accurately see the differences between the treatments (levels of the X variable) in the picture. I hope this helps. I'm including the file for my simple example for convenience.
Dan Obermiller