Skip to content

Commit

Permalink
Duplicate labels issue (#314)
Browse files Browse the repository at this point in the history
* handled duplicate labels in arctic3d-localise plots

* changed max_lab_lenght to 60
  • Loading branch information
mgiulini authored Jul 27, 2023
1 parent 1f59e8d commit ab33ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arctic3d/modules/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def make_output(
plot_interactive_probs(cl_residues_probs, resnames_dict)


def shorten_labels(list_of_labels, max_lab_length=50):
def shorten_labels(list_of_labels, max_lab_length=60):
"""
Shorten labels for plotting.
Expand Down

0 comments on commit ab33ce5

Please sign in to comment.