You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/lib/plotting.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Pages = ["plotting.md"]
3
3
```
4
4
5
5
!!! note "Using Plots"
6
-
All plotting requires the user to manually load the Plots.jl library, e.g., by calling `using Plots`.
6
+
All plotting requires the user to manually load the Plots.jl library, e.g., by calling `using Plots`. See also experimental [Makie support](@ref) below.
7
7
8
8
!!! note "Time-domain responses"
9
9
There are no special functions to plot time-domain results, such as step and impulse responses, instead, simply call `plot` on the result structure (`ControlSystemsBase.SimResult`) returned by [`lsim`](@ref), [`step`](@ref), [`impulse`](@ref) etc.
0 commit comments