I am trying to make a line plot with Plotly on python version 3.10 using plotly version 5.15.0. I want to change the background color to white and the grid colors for both x and y axis to light grey. When I perform this and center the plot at x = 0, y = 0 the gird lines for x = 0 and y = 0 do not change color
I wonder if this is the same issue I found with the polar plot - see my other post.
In my case I hadn’t realised that the main axis lines at x and y = 0 are coloured using the property linecolor and not the gridcolor. Setting both worked in my case!