Skip to content

Commit

Permalink
sad temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-champagne committed Feb 10, 2025
1 parent c3af797 commit 0129c42
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/literate/plotting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0129c42

Please sign in to comment.