Mercurial > repos > greg > repmatch_gff3
changeset 3:94e374d13037 draft
Uploaded
author | greg |
---|---|
date | Tue, 17 Nov 2015 16:50:17 -0500 |
parents | d668b18696f4 |
children | 1cea96c461a2 |
files | repmatch_gff3_util.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/repmatch_gff3_util.py Tue Nov 17 16:36:28 2015 -0500 +++ b/repmatch_gff3_util.py Tue Nov 17 16:50:17 2015 -0500 @@ -19,7 +19,7 @@ pyplot.rc('ytick.major', size=10.00) pyplot.rc('lines', linewidth=4.00) pyplot.rc('axes', linewidth=3.00) -pyplot.rc('font', family='Arial', size=32.0) +pyplot.rc('font', family='Bitstream Vera Sans', size=32.0) PLOT_FORMATS = ['png', 'pdf', 'svg'] COLORS = 'krb'