Skip to content

Commit 5ffceb9

Browse files
committed
Fix typo
1 parent 35cf567 commit 5ffceb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plotx.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Create an oscilloscope like plot with multiple y axes and one x axis.
1818
- `title::String`: title
1919
- `ysize::Int`: y-axis label size
2020
- `yzoom::Float64`: y-axis zoom factor
21-
- `disp::Bool`: display plot or just regurn the PlotX struct
21+
- `disp::Bool`: display plot or just return the PlotX struct
2222
"""
2323
function plotx(X, Y...; xlabel="time [s]", ylabels=nothing, labels=nothing, xlims=nothing, ylims=nothing, ann=nothing,
2424
scatter=false, fig="", title="", ysize=14, yzoom=1.0, disp=false)

0 commit comments

Comments
 (0)