Skip to content

Commit

Permalink
Update src/plot_erp.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
vladdez and github-actions[bot] authored Oct 4, 2024
1 parent d2d1753 commit 01811d8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/plot_erp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,7 @@ function plot_erp!(
else
scales_tmp = scales(Color = (; palette = config.visual.color)) # for categorical
end
drawing = draw!(
f_grid,
plot_equation,
scales_tmp;
axis = config.axis,
)
drawing = draw!(f_grid, plot_equation, scales_tmp; axis = config.axis)

if config.layout.show_legend == true
config_kwargs!(config; mapping, layout = (; show_legend = false))
Expand Down

0 comments on commit 01811d8

Please sign in to comment.