comparison repmatch_gff3_util.py @ 2:d668b18696f4 draft

Uploaded
author greg
date Tue, 17 Nov 2015 16:36:28 -0500
parents 8159aaa7da4b
children 94e374d13037
comparison
equal deleted inserted replaced
1:8159aaa7da4b 2:d668b18696f4
3 import os 3 import os
4 import shutil 4 import shutil
5 import sys 5 import sys
6 import tempfile 6 import tempfile
7 import matplotlib 7 import matplotlib
8 mpl.use('Agg') 8 matplotlib.use('Agg')
9 from matplotlib import pyplot 9 from matplotlib import pyplot
10 10
11 # Graph settings 11 # Graph settings
12 Y_LABEL = 'Counts' 12 Y_LABEL = 'Counts'
13 X_LABEL = 'Number of matched replicates' 13 X_LABEL = 'Number of matched replicates'