Skip to content

Commit

Permalink
Update src/configs.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 Feb 10, 2025
1 parent db5d2dc commit 5af93f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/configs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ function supportive_defaults(cfg_symb::Symbol)
contours = (; levels = 0),
colormap = Reverse(:RdGy_4),
),
colorbar = (;
label = "Pattern detection function value",
height = 300,
),
colorbar = (; label = "Pattern detection function value", height = 300),
layout = (; use_colorbar = true),
)
elseif cfg_symb == :erpimage_defaults
Expand Down

0 comments on commit 5af93f2

Please sign in to comment.