Skip to content

Commit

Permalink
preventing axis text from overlapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycfd committed Oct 11, 2017
1 parent cb427bf commit f57fd77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make_summary_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ def get_hp2( cdr3 ):

plt.plot( xs, ys, c=color,label=epitope)
rn = mx-mn
plt.tight_layout()
plt.xlim( (mn-rn/10,mx+rn/10))
plt.legend(fontsize=6,frameon=False,loc='best')
plt.title(scoretag)
Expand Down

0 comments on commit f57fd77

Please sign in to comment.