Skip to content

Commit

Permalink
Update pic-sure-util/src/main/java/edu/harvard/dbmi/avillach/util/Vis…
Browse files Browse the repository at this point in the history
…ualizationUtil.java
  • Loading branch information
Gcolon021 authored Feb 8, 2024
1 parent e3e2d67 commit 1f4778f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public static Map<String, Integer> limitKeySize(Map<String, Integer> axisMap) {
int countFromEnd = 6;
String uniqueness;
do {
// get the original key substring max x + 3 (for the dots) + countFromEnd.
// get the original key substring max x - 3 (for the dots) - countFromEnd.
proposedKey = new StringBuilder(key.substring(0, MAX_X_LABEL_LINE_LENGTH - 3 - countFromEnd));

// Get the last "countFromEnd" characters
Expand Down

0 comments on commit 1f4778f

Please sign in to comment.