First, we need to create the data for each subplot. Looking at the given text, we have the following data points:
- For plot1: (2, 2), (1.5, 1.5), (1, 1.5)
- For plot2: (2, 2), (1.5, 1.5), (1, 1), (2, 1.5)
- For plot3: (2, 11), (1.5, x2)
- For plot4: (2, 2),
Show more…