Skip to content

Commit 37ef8fc

Browse files
committed
Merge pull request #117 from fidelram/agg_plotting
Use Agg as default plotting backend.
2 parents 194c378 + 026c7de commit 37ef8fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/bigwigCorrelate

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import sys
66
import argparse
77
import os.path
88
import numpy as np
9+
from matplotlib import use as mplt_use
10+
mplt_use('Agg')
911
import matplotlib.pyplot as plt
1012

1113
from scipy.stats import pearsonr, spearmanr

0 commit comments

Comments
 (0)