SetGridColor — Set the color used for the axes and borders
$plot->SetGridColor($color
)
SetGridColor
sets the color used for the X and Y
axes, the plot border, the legend border, and pie chart percentage labels
(but not the grid).
The default color is black.
This doesn't actually set the color used by the grid; for that see SetLightGridColor. We have no idea why this is so.