@@ -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 ``\m athbf{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 ``\m athbf{ŷ}``
@@ -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 ``\m athbf{r_y}`` if applicable
0 commit comments