Mercurial > repos > mvdbeek > plot_correlation_matrix
comparison plot_corr.py @ 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 |
comparison
equal
deleted
inserted
replaced
| 0:0cee38fb62af | 1:e9268619b503 |
|---|---|
| 1 import os | 1 import os |
| 2 import click | 2 import click |
| 3 import matplotlib | 3 import matplotlib |
| 4 matplotlib.use('tkagg') | 4 matplotlib.use('agg') |
| 5 | 5 |
| 6 import pandas as pd # noqa: E402 | 6 import pandas as pd # noqa: E402 |
| 7 import seaborn as sns # noqa: E402 | 7 import seaborn as sns # noqa: E402 |
| 8 | 8 |
| 9 | 9 |
