I want my callback to return nothing before the options are selected. If I return it creates an empty graph. If I return ‘layout’: {“xaxis”: {“visible”: False}, “yaxis”: {“visible”: False}} it returns a big white rectangle and my background-color isn’t white. If I set ‘paper_bgcolor’: mybgcolor, the outside color is correct and I have a smaller white rectangle, but defining ‘plot_bgcolor’: mybgcolor, doesn’t do anything to color the inside. Setting ‘margin’: {‘l’: 20, ‘r’: 30, ‘b’: 20, ‘t’: 30, ‘pad’: 10} reduces it to a white dot, bit still not completely.
There has to be an easier way to return nothing or a correctly colored flat pane?