Public API
This page lists exported symbols of CTModels.PlotCase.
From CTModels.PlotCase
CTModels.PlotCase [Module]
CTModels.PlotCase Module
julia
PlotCaseBackend-free optimal-control case layer for the CTBase.Plotting engine.
It owns the optimal-control plotting vocabulary (:state, :costate, :control, :path, :dual), turns a CTModels.Solutions.Solution plus a description into CTBase.Plotting.Panels via the semantic accessors, adds the reference-line decorations (box bounds, initial/final time), assembles the layout template, and produces a CTBase.Plotting.Figure.
It carries no rendering geometry and no backend dependency: the concrete Plots.plot / Makie.plot methods live in the CTModelsPlots / CTModelsMakie extensions, which call CTModels.PlotCase.build_figure and hand the figure to a CTBase.Plotting.render backend.