if no gridLines are needed either use "" or None
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.