Skip to content

Commit 203ecae

Browse files
committed
bugfix
1 parent bbe55fe commit 203ecae

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/literate/intro/patterns.jl

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ data_all, evts = simulate_6patterns()
1111
# <details>
1212
# <summary>Click to expand</summary>
1313
# ```
14-
function draw_erpimages()
14+
begin
1515
f = Figure(size = (900, 600))
1616
plot_erpimage!(
1717
f[1, 1],
@@ -52,10 +52,8 @@ function draw_erpimages()
5252
sortvalues = evts.duration_linear,
5353
axis = (; title = "Tilted bar; sorted by duration_linear", xlabel = "Time [ms]", ylabelvisible = false, yticklabelsvisible = false),
5454
)
55-
f
5655
end
5756
# ```@raw html
5857
# </details >
59-
#
60-
```
61-
draw_erpimages()
58+
# ```
59+
f

0 commit comments

Comments
 (0)