The center (x and y axis) of my 2D cartesian graph color not changing accordingly in Plotly?
I have this code that makes a 2D cartesian graph and I came across a strange problem. While the quadrant shapes color is changing according to the code, the ones under #AXIS are not changing to black and remaining white, even though im using the same fig.add_shape function, and specifying a black color. It still… Read More The center (x and y axis) of my 2D cartesian graph color not changing accordingly in Plotly?