Skip to content

Commit

Permalink
fixes grid scan heatmap bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fhernandezvivanco authored and marcus-oscarsson committed Dec 2, 2024
1 parent f943d28 commit 69283d5
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][0],
result[index][1],
);
}
}
Expand Down

0 comments on commit 69283d5

Please sign in to comment.