Skip to content

Commit

Permalink
forgotten extra
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdez committed Dec 4, 2023
1 parent 2b45c06 commit c527769
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions test/test_complexplots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@
hlines!(0, color = :gray, linewidth = 1)
vlines!(0, color = :gray, linewidth = 1)
plot_topoplot!(gc, data[:, 340, 1]; positions = positions)
plot_topoplotseries!(
gd,
df,
80;
plot_topoplotseries!(gd, df, 80;
positions = positions,
visual = (label_scatter = false,),
layout = (; use_colorbar = true),
Expand Down Expand Up @@ -79,8 +76,10 @@
)
end
f
save("dev/UnfoldMakie/docs/complex_plot.png", f)
end


@testset "8 plots with a Figure" begin
f = Figure(resolution = (1200, 1400))

Expand All @@ -102,12 +101,11 @@ end
plot_erp!(
f[1, 1],
results,
extra = (;
categoricalColor = false,
categoricalGroup = false,
pvalue = pvals,
stderror = true,
),
categorical_color = false,
categorical_group = false,
pvalue = pvals,
stderror = true,

)

plot_butterfly!(f[1, 2], d_topo; positions = positions)
Expand Down

0 comments on commit c527769

Please sign in to comment.