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