diff --git a/src/arctic3d/modules/output.py b/src/arctic3d/modules/output.py index 1695c82..b8673c9 100644 --- a/src/arctic3d/modules/output.py +++ b/src/arctic3d/modules/output.py @@ -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.