Skip to content

Commit

Permalink
change color palette
Browse files Browse the repository at this point in the history
  • Loading branch information
Durieux Pol committed Feb 15, 2024
1 parent 1908c1d commit eaaee9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/MuTalk-Utilities/MTMatrix.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@ MTMatrix >> initializeHeatmap [
heatmap := RSHeatmap new.
heatmap labelShapeCell labelShape bold.
heatmap shape extent: 50 @ 20.
heatmap colorPalette: (NSScale linear range: {
Color yellow.
Color red }).
^ heatmap
]

Expand Down

0 comments on commit eaaee9b

Please sign in to comment.