Skip to content
Snippets Groups Projects
Commit a093f6e5 authored by Holly Ruess's avatar Holly Ruess
Browse files

fix matplotlib

parent da6e468a
Branches
Tags
1 merge request!24Resolve "Add fragment size distribution"
Pipeline #6997 failed with stages
in 11 hours and 7 seconds
......@@ -11,8 +11,10 @@ import shutil
from multiprocessing import cpu_count
import pandas as pd
import utils
import matplotlib.pyplot as plt
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
EPILOG = '''
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment