I'm using the Plotly python library to generate a figure with several violin plots and several filled scatter plots. No matter what order I have the individual fig.add_trace
calls in my code, the violin plots always plot behind the scatter plots.
Does anyone know if there is a specific method for controlling layout or plot order? Something like zorder=3
?