Skip to content

Commit

Permalink
Update src/plot_erpimage.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 Jan 14, 2025
1 parent ca4b023 commit 14565d6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/plot_erpimage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,7 @@ function plot_erpimage!(

cb_ticks = LinRange(minimum(filtered_data.val), maximum(filtered_data.val), 5) # set ticklables for colorbar
rounded_ticks = round.(cb_ticks, digits = 2)
config_kwargs!(
config,
colorbar = (; ticks = (cb_ticks, string.(rounded_ticks))),
)
config_kwargs!(config, colorbar = (; ticks = (cb_ticks, string.(rounded_ticks))))

if show_sortval
ei_sortvalue(sortvalues, f, ax, hm, config, sortval_xlabel, sortplot_axis)
Expand Down

0 comments on commit 14565d6

Please sign in to comment.