Public API
This page lists exported symbols of CTFlows.TrajectoryPlots.
From CTFlows.TrajectoryPlots
CTFlows.TrajectoryPlots [Module]
CTFlows.TrajectoryPlots Module
TrajectoryPlotsBackend-free CTFlows case layer for the CTBase.Plotting engine.
It owns the trajectory plotting vocabulary (:state, :costate, :control), turns a trajectory plus a description into CTBase.Plotting.Panels via the semantic accessors, assembles the layout tree, and produces a CTBase.Plotting.Figure through the single entry point build_figure.
It carries no rendering geometry and no backend dependency: the concrete Plots.plot / Makie.plot methods live in the CTFlowsPlots / CTFlowsMakie extensions, which call build_figure and hand the figure to a CTBase.Plotting.render backend. This mirrors CTModels.PlotCase, the analogous case layer for CTModels.Solution plotting.
Design: everything is written against the abstract trajectory types plus the _default_description contract, so the same code serves every subtype.