update_line_props#

GridLines.update_line_props(**kwargs)#

Set/update the properties of the drawn lines (e.g. color, linewidth etc.).

Any kwargs accepted by matplotlib.collections.LineCollection are supported.

Commonly used parameters are:

  • “edgecolor” (or “ec” or “color” or “c”): the color of the lines

  • “linewidth” (or “lw”): the linewidth

  • “linestyle” (or “ls”): the linestyle to use

Parameters:

kwargs – keyword-arguments used to update the properties of the lines.