We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 194c378 + 026c7de commit 37ef8fcCopy full SHA for 37ef8fc
bin/bigwigCorrelate
@@ -6,6 +6,8 @@ import sys
6
import argparse
7
import os.path
8
import numpy as np
9
+from matplotlib import use as mplt_use
10
+mplt_use('Agg')
11
import matplotlib.pyplot as plt
12
13
from scipy.stats import pearsonr, spearmanr
0 commit comments