8.8.6 Setting the color of axes

The colors of axes can be controlled via the set axescolor. The following example would set axes to be drawn in blue:

set axescolor blue

Any of the color names listed in Section 19.4 can be used, as can any object of type color, e.g. rgb(0.2,0.1,0.8).