Skip to content

Commit

Permalink
Merge pull request #33 from samclothier/main
Browse files Browse the repository at this point in the history
settings.ROOT_COLOR changes 2D plots in addition to 3D brainrender plots
  • Loading branch information
alessandrofelder authored Apr 4, 2024
2 parents 0141feb + a2cde7f commit fe89839
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

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

0 comments on commit fe89839

Please sign in to comment.