Repository 'plot_correlation_matrix'
hg clone https://toolshed.g2.bx.psu.edu/repos/mvdbeek/plot_correlation_matrix

Changeset 1:e9268619b503 (2018-04-27)
Previous changeset 0:0cee38fb62af (2018-04-27)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/plot_correlation_matrix commit 8451e17775c0ffcd7fa63ef65081f442bef91496-dirty
modified:
plot_corr.py
b
diff -r 0cee38fb62af -r e9268619b503 plot_corr.py
--- a/plot_corr.py Fri Apr 27 09:48:24 2018 -0400
+++ b/plot_corr.py Fri Apr 27 11:03:55 2018 -0400
b
@@ -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