Skip to content

Commit

Permalink
Amend #1967 - PCA, score plot, remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
eselmeister committed Nov 22, 2024
1 parent 14ef27e commit 42164fd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,6 @@ public void handleEvent(BaseChart baseChart, Event event) {
*/
Range rangeX = baseChart.getAxisSet().getXAxis(BaseChart.ID_PRIMARY_X_AXIS).getRange();
Range rangeY = baseChart.getAxisSet().getYAxis(BaseChart.ID_PRIMARY_Y_AXIS).getRange();
double pX = rangeX.lower + (rangeX.upper - rangeX.lower) * ((1.0d / width) * x);
double pY = rangeY.lower + (rangeY.upper - rangeY.lower) * ((1.0d / height) * y);
/*
* Map the result deltas.
*/
Expand Down

0 comments on commit 42164fd

Please sign in to comment.