Skip to content

Commit

Permalink
Change default heatmap background color to grey
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Nov 6, 2024
1 parent 01904c7 commit 306f288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynamic_routing_analysis/plot_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ def get_slice_files(slice_: Literal['coronal', 'sagittal', 'horizontal', 'top'],
IBLATLAS_PLOT_SCALAR_ON_SLICE_PARAMS = {
'hemisphere': "both",
'background': "boundary",
'empty_color': "white",
'empty_color': [0.9] * 3,
'vector': True,
'linewidth': 0.1,
'edgecolor': [0.3] * 3,
Expand Down

0 comments on commit 306f288

Please sign in to comment.