Makie - Removing background grid from qplot

Hi, when using the command

qplot(green, children =(; selector = siteselector(cells = 1:3), sitecolor = :blue), hide = :hops)

I get the following plot:

I would like to only have a plain white background, without the grid lines. What argument would qplot need for that?
Thank you.

, axis = (; xgridvisible = false, ygridvisible = false)

1 Like