Hello everyone! I saw the documentation for having two y-axis and I also read that the plotly express doesnât support it. (Multiple axes in Python)
But is it possible to add a trace to a px.bar? I mean an hybrid approachâŚ
I guess the problem is that I canât add the argument secondary_y=False to the bar, right?
Subplot with type â{subplot_type}â at grid position ({row}, {col}) was not
created with the secondary_y spec property set to True. See the docstring
for the specs argument to plotly.subplots.make_subplots for more information.
Is there any workaround for that?
Thanks