Multiple Widgets and Plots (Interact, Plotly)

Hello folks,

Not sure if this is the right place for this question (if not please direct me there).

I’m trying to plot 4 plots on a 2 x 2 layout using Interact, Plotly (plotlyjs backend) along with a massive number of widgets.
But I’m getting instead some kind of stacked axes with only one plot and messy title placements.
Wondering how can I fix this?

If it simply can’t be done in a single line (i.e., too much output), how do I create widgets so that the variable values are retained for future plots (i.e., in the following lines)?

I’m relatively new but not entirely new, regardless I’ll try doing my own study if those functions need new arguments or anything like that.

Thanks for helping me out!