Hide subplot in dropdown menu or enlarge subplots

I’m trying to plot some data with plotly. I have three Scatter plots and one table. The table is only important for the third scatter plot, so my first idea was to make a dropdown menu with three entries but I didn’t find a solution to make the first two entries with one subplot and the third one with two subplots.

The second idea is to plot four subplots without a dropdown menu but make the subplots enlargeable e.g. with a left-click.

Can someone help me to implement one of this ideas, it doesn’t matter which one, but it would help me a lot and make my plots more vivid.