Skip to content

Commit 77ab7ce

Browse files
committed
minor doc correction
1 parent 654dcd9 commit 77ab7ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/plot_sim.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ Plot the simulation results of a [`SimModel`](@ref).
328328
329329
# Arguments
330330
!!! info
331-
The keyword arguments can be `Bool`s, index ranges e.g. `2:4` or vectors e.g. `[1, 3]`,
332-
to select the variables to plot.
331+
The keyword arguments can be `Bool`s, index ranges (`2:4`) or vectors (`[1, 3]`), to
332+
select the variables to plot.
333333
334334
- `res::SimResult{<:Real, <:SimModel}` : simulation results to plot
335335
- `ploty=true` : plot plant outputs ``\mathbf{y}``
@@ -453,8 +453,8 @@ Plot the simulation results of a [`StateEstimator`](@ref).
453453
454454
# Arguments
455455
!!! info
456-
The keyword arguments can be `Bool`s, index ranges e.g. `2:4` or vectors e.g. `[1, 3]`,
457-
to select the variables to plot. Keywords in *`emphasis`* are non-Unicode alternatives.
456+
The keyword arguments can be `Bool`s, index ranges (`2:4`) or vectors (`[1, 3]`), to
457+
select the variables to plot. Keywords in *`emphasis`* are non-Unicode alternatives.
458458
459459
- `res::SimResult{<:Real, <:StateEstimator}` : simulation results to plot
460460
- `plotŷ=true` or *`plotyhat`* : plot estimated outputs ``\mathbf{ŷ}``
@@ -713,8 +713,8 @@ Plot the simulation results of a [`PredictiveController`](@ref).
713713
714714
# Arguments
715715
!!! info
716-
The keyword arguments can be `Bool`s, index ranges e.g. `2:4` or vectors e.g. `[1, 3]`,
717-
to select the variables to plot.
716+
The keyword arguments can be `Bool`s, index ranges (`2:4`) or vectors (`[1, 3]`), to
717+
select the variables to plot.
718718
719719
- `res::SimResult{<:Real, <:PredictiveController}` : simulation results to plot
720720
- `plotry=true` : plot plant output setpoints ``\mathbf{r_y}`` if applicable

0 commit comments

Comments
 (0)