I have one go.Table trace and a bunch of go.Scatter traces in a figure object.
I’m trying to update x-axis title of all Scatter traces using below code but it doesn’t seem to work for me.
self.fig.update_xaxes({‘title_text’:”ABC”}, selector={‘type’:’scatter’})
Note that when I remove selector and go.Table trace then it seems to work.
Appreciate any ideas to resolve this.
New contributor
user25328175 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.