Mercurial > repos > bgruening > plotly_ml_performance_plots
changeset 1:85da91bbdbfb draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit bd5f722e867bcf00eba4b08a87fcce285486fe5b
author | bgruening |
---|---|
date | Tue, 18 Jun 2019 08:26:04 -0400 |
parents | 4fac53da862f |
children | 62e3a4e8c54c |
files | plot_ml_performance.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/plot_ml_performance.py Thu Oct 11 14:37:54 2018 -0400 +++ b/plot_ml_performance.py Tue Jun 18 08:26:04 2019 -0400 @@ -33,8 +33,8 @@ layout = go.Layout( title='Confusion Matrix between true and predicted class labels', - xaxis=dict(title='True class labels'), - yaxis=dict(title='Predicted class labels') + xaxis=dict(title='Predicted class labels'), + yaxis=dict(title='True class labels') ) fig = go.Figure(data=data, layout=layout)