Multi-Plot Figures
Multi-plot figures can be achieved one of two ways:
Use the Multiplot System
- Place a single plot control and interact with its
Multiplotproperty to add subplots and setup shared axes and layouts as documented in the ScottPlot Demo and Shared Axes pages.
Place Multiple Plot Controls
- Place multiple plot controls and interact the
Plotproperty of each and use theLayoutclass to achieve shared axis limits as documented in the Shared Axis Demo page.
Shared Layout
Plot layouts are dynamically sized to accommodate changing tick label sizes, but this can result in misalignment across plots with different axis limits. See the Shared Layout FAQ Page to learn how to resolve this issue.
