changeset 1:e9268619b503 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/plot_correlation_matrix commit 8451e17775c0ffcd7fa63ef65081f442bef91496-dirty
author mvdbeek
date Fri, 27 Apr 2018 11:03:55 -0400
parents 0cee38fb62af
children
files plot_corr.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plot_corr.py	Fri Apr 27 09:48:24 2018 -0400
+++ b/plot_corr.py	Fri Apr 27 11:03:55 2018 -0400
@@ -1,7 +1,7 @@
 import os
 import click
 import matplotlib
-matplotlib.use('tkagg')
+matplotlib.use('agg')
 
 import pandas as pd  # noqa: E402
 import seaborn as sns   # noqa: E402