PlotSpec Schema Reference ========================= This page provides the complete schema reference for the ``PlotSpec`` configuration model and its components. All documentation is automatically generated from the Pydantic model definitions to ensure accuracy. PlotSpec -------- The main configuration model that defines all aspects of a plot. .. autoclass:: yaml2plot.core.plotspec.PlotSpec XAxisSpec --------- Defines the X-axis configuration options. .. autoclass:: yaml2plot.core.plotspec.XAxisSpec YAxisSpec --------- Defines the Y-axis configuration options for each subplot. .. autoclass:: yaml2plot.core.plotspec.YAxisSpec Usage Examples -------------- For practical examples of how to use these configuration options, see: * :doc:`quickstart` - Basic usage examples * :doc:`configuration` - Configuration guide with examples * :doc:`examples` - Real-world use cases