Concept Flow - Unequal subplot sizes
Start: Create Figure
Define GridSpec with unequal ratios
Add subplot 1 with larger size
Add subplot 2 with smaller size
Plot data on each subplot
Show figure with unequal subplot sizes
We create a figure, define a grid layout with different size ratios, add subplots accordingly, plot data, and display the figure.