Skip to content

Commit 52e59ae

Browse files
committed
Specify that @layout comes from Plots
Not doing this gave an error message behind the Requires-block
1 parent a4b1b2a commit 52e59ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/surrogate_plot.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function surrplot(ts, surrogate; n_windows_periodogram = 100, gfs = 8, lfs = 6)
4141
Plots.xlabel!(p4, "Binned value")
4242
Plots.ylabel!(p4, "Frequency")
4343

44-
l = @layout [a{0.3h}; b{0.25h}; c{0.25h}; d{0.2h}]
44+
l = Plots.@layout [a{0.3h}; b{0.25h}; c{0.25h}; d{0.2h}]
4545
Plots.plot(p1, p2, p3, p4,
4646
layout = l,
4747
guidefont = (gfs, gfs, gfs, gfs),

0 commit comments

Comments
 (0)