# HG changeset patch # User greg # Date 1447797017 18000 # Node ID 94e374d13037f374d64065306cf93cf7b430ec9a # Parent d668b18696f4a369f86a06cf453b61e041405eb0 Uploaded diff -r d668b18696f4 -r 94e374d13037 repmatch_gff3_util.py --- 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'