diff --git a/docs/literate/plotting.jl b/docs/literate/plotting.jl index a817736..68c8e88 100644 --- a/docs/literate/plotting.jl +++ b/docs/literate/plotting.jl @@ -6,16 +6,6 @@ # Visualizing trajectories is crucial for understanding the solutions of trajectory optmization problems and `NamedTrajectories` exports a `plot` function that contains a lot of functionality that is continually being added to. [Makie.jl](https://docs.makie.org/stable/) is used as the plotting framework, and at the moment the default backend is `CairoMakie`, as it creates high quality vector graphics. The function is called as follows: -#= -```@docs -NamedTrajectories.plot( - ::NamedTrajectory, - ::Union{Symbol, Vector{Symbol}, Tuple{Vararg{Symbol}}} = traj.names; - kwargs... -) -``` -=# - # ## Basic example # Let's first create a simple trajectory to plot