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.