Skip to content

Commit

Permalink
fixes an issue that prevented grid-scan heatmaps to be displayed corr…
Browse files Browse the repository at this point in the history
…ectly in the UI
  • Loading branch information
fhernandezvivanco authored and marcus-oscarsson committed Dec 2, 2024
1 parent 542423c commit f943d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/SampleView/DrawGridPlugin.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ export default class DrawGridPlugin {
if (result[index] !== undefined) {
fillingMatrix[nw][nh] = this.heatMapColorForValue(
gd,
result[index],
result[index][0],
);
}
}
Expand Down

0 comments on commit f943d28

Please sign in to comment.