Skip to content

Commit 7b8f931

Browse files
committed
Do not modify global matplotlib settings
1 parent 8ff8b92 commit 7b8f931

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)