Skip to content

Commit 2c4febd

Browse files
authored
Merge pull request #1043 from deeptools/fix_1042
changed auto to best
2 parents d560650 + 612623b commit 2c4febd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deeptools/plotProfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def __init__(self, hm, out_file_name,
9999
plot_type='lines',
100100
image_format=None,
101101
color_list=None,
102-
legend_location='auto',
102+
legend_location='best',
103103
plots_per_row=8,
104104
label_rotation=0,
105105
dpi=200):

0 commit comments

Comments
 (0)