This is my first app with Anvil and I’m running into the same issue as Plotly Graph Title Issues, except that the proposed fix (self.plot_1.redraw()) doesn’t fix it.
I want to have labels different than x, y, z for the axis labels.
I tried several ways setting them:
self.plot_1.layout.xaxis.title = "Lightness"
setting the same xaxis=dict(title=...) at layout creation
Oh, thank you very much! I thought I had tried all combinations but I missed some clearly! Obviously I don’t need it twice, this was just me trying everything
I’m asking because I’m afraid that’s not the only place the interface may be different (though it is probably a question of plotly version… well yes, that must be the reason…)