Multi-Plot2 Test
This page tests the new multi-plot2 directive.
Example 1: Simple 2×2 Grid
Example 2: Using text keyword
Fig. 3 - text: “Parabola”
x: 0
y: 1.5
color: blue
Fig. 4 - text: “Inverted Parabola”
x: 0
y: -1.5
color: red
Example 3: With annotations
Fig. 5 - text: “Minimum”
xy: [0, 0]
xytext: [1, 1]
color: blue
Fig. 6 - text: “Origin”
xy: [0, 0]
xytext: [1.5, -1.5]
color: red
Example 4: Cascading options
Example 5: Cascading with override