Mercurial > repos > greg > repmatch_gff3
comparison repmatch_gff3_util.py @ 3:94e374d13037 draft
Uploaded
author | greg |
---|---|
date | Tue, 17 Nov 2015 16:50:17 -0500 |
parents | d668b18696f4 |
children | 53cbf79396d7 |
comparison
equal
deleted
inserted
replaced
2:d668b18696f4 | 3:94e374d13037 |
---|---|
17 # Length of tick marks, use TICK_WIDTH for width | 17 # Length of tick marks, use TICK_WIDTH for width |
18 pyplot.rc('xtick.major', size=10.00) | 18 pyplot.rc('xtick.major', size=10.00) |
19 pyplot.rc('ytick.major', size=10.00) | 19 pyplot.rc('ytick.major', size=10.00) |
20 pyplot.rc('lines', linewidth=4.00) | 20 pyplot.rc('lines', linewidth=4.00) |
21 pyplot.rc('axes', linewidth=3.00) | 21 pyplot.rc('axes', linewidth=3.00) |
22 pyplot.rc('font', family='Arial', size=32.0) | 22 pyplot.rc('font', family='Bitstream Vera Sans', size=32.0) |
23 | 23 |
24 PLOT_FORMATS = ['png', 'pdf', 'svg'] | 24 PLOT_FORMATS = ['png', 'pdf', 'svg'] |
25 COLORS = 'krb' | 25 COLORS = 'krb' |
26 | 26 |
27 | 27 |