@@ -320,9 +320,9 @@ sim_getu!(::StateEstimator, u, _ , _ ) = u
320320
321321
322322# dummy plot methods to document recipes (both in ?-mode and web documentation)
323- plot (:: Nothing , :: SimResult{<:Real, <:SimModel} ) = nothing
324- plot (:: Nothing , :: SimResult{<:Real, <:StateEstimator} ) = nothing
325- plot (:: Nothing , :: SimResult{<:Real, <:PredictiveController} ) = nothing
323+ RecipesBase . plot (:: Nothing , :: SimResult{<:Real, <:SimModel} ) = nothing
324+ RecipesBase . plot (:: Nothing , :: SimResult{<:Real, <:StateEstimator} ) = nothing
325+ RecipesBase . plot (:: Nothing , :: SimResult{<:Real, <:PredictiveController} ) = nothing
326326
327327@doc raw """
328328 plot(res::SimResult{<:Real, <:SimModel}; <keyword arguments>)
@@ -348,7 +348,7 @@ julia> using Plots; plot(res, plotu=false)
348348```
349349
350350"""
351- plot (:: Nothing , :: SimResult{<:Real, <:SimModel} )
351+ RecipesBase . plot (:: Nothing , :: SimResult{<:Real, <:SimModel} )
352352
353353function get_indices (arg:: IntRangeOrVector , n)
354354 if length (unique (arg)) ≠ length (arg) || maximum (arg) > n
0 commit comments