Public API
This page lists exported symbols of CTFlowsPlots.
From CTFlowsPlots
CTFlowsPlots [Module]
CTFlowsPlots Module
Weak-dependency extension of CTFlows providing Plots.plot / Plots.plot! for the three trajectory types (VectorFieldTrajectory, HamiltonianVectorFieldTrajectory, StateFlowTrajectory).
Loaded automatically when Plots is available together with CTFlows. This is the thin plumbing on top of the backend-free case layer CTFlows.TrajectoryPlots: the public methods build the figure with CTFlows.TrajectoryPlots.build_figure and render it through the CTBase.Plotting Plots backend. Everything domain-specific (vocabulary, panels, layout) lives in CTFlows.TrajectoryPlots and is shared with the CTFlowsMakie extension.
Plots.plot returns a Plots.Plot; the description and keyword arguments are documented on CTFlows.TrajectoryPlots.build_figure.