MATLAB: Does the thickness of the grid lines change disproportionately with the thickness of the axes when I change the “LineWidth” property of the axes within MATLAB

axesdifferentgridlinelinesMATLABthickthickness

Why does the thickness of the grid lines change disproportionately with the thickness of the axes when I change the "LineWidth" property of the axes within MATLAB?
When I increase the "LineWidth" property of the axes, the thickness of the axes increase more than the thickness of the grid lines.

Best Answer

This is expected behavior. The "Using MATLAB Graphics" manual does not adequately address the fact that the "LineWidth" property of the grid lines does not increase as much as the "LineWidth" of the main axes.