Skip to content

if no gridLines are needed either use "" or None

Matthew Collins requested to merge feature/plotting_none into master

When previously wanting to specify no gridLines on a plot gridLines="" was used this could be extended to the use gridLines=None as well which is more consistent with usage for specifying boolean variables.

Merge request reports