Skip to content

Commit

Permalink
Merge pull request #117 from fidelram/agg_plotting
Browse files Browse the repository at this point in the history
Use Agg as default plotting backend.
  • Loading branch information
fidelram committed Nov 24, 2015
2 parents 194c378 + 026c7de commit 37ef8fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/bigwigCorrelate
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import sys
import argparse
import os.path
import numpy as np
from matplotlib import use as mplt_use
mplt_use('Agg')
import matplotlib.pyplot as plt

from scipy.stats import pearsonr, spearmanr
Expand Down

0 comments on commit 37ef8fc

Please sign in to comment.