Skip to content

Commit

Permalink
Set root area colour to the brainrender settings.ROOT_COLOR value
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam committed Mar 30, 2024
1 parent 0141feb commit a2cde7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainglobe_heatmap/heatmaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def prepare_colors(
r: list(map_color(v, name=cmap, vmin=vmin, vmax=vmax))
for r, v in values.items()
}
self.colors["root"] = grey_darker
self.colors["root"] = settings.ROOT_COLOR

Check warning on line 124 in brainglobe_heatmap/heatmaps.py

View check run for this annotation

Codecov / codecov/patch

brainglobe_heatmap/heatmaps.py#L124

Added line #L124 was not covered by tests

def show(self, **kwargs) -> Union[Scene, plt.Figure]:
"""
Expand Down

0 comments on commit a2cde7f

Please sign in to comment.