Concept Flow - Dual y-axis for different scales
Create main plot with x and y1
Create second y-axis sharing x
Plot y2 on second y-axis
Set labels and colors for clarity
Display combined plot with two y-axes
First, plot data on the main y-axis. Then create a second y-axis sharing the same x-axis. Plot the second data on this new axis. Finally, label both axes and show the plot.