Skip to content

Commit 9182a9a

Browse files
authored
Merge pull request jmschrei#77 from caenrigen/fix_jupyter_plt
Do not modify global matplotlib settings
2 parents 8ff8b92 + a159a2a commit 9182a9a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modiscolite/report.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
import os
22
import h5py
3-
import types
4-
import pickle
53
import pandas
64
import shutil
75
import tempfile
86
import logomaker
97

10-
import matplotlib
11-
matplotlib.use('pdf')
128
from matplotlib import pyplot as plt
139

1410
import numpy as np

0 commit comments

Comments
 (0)