# HG changeset patch # User bgruening # Date 1560860764 14400 # Node ID 85da91bbdbfbdd0afda1a8f3b344f17d5e33618c # Parent 4fac53da862f1beda44b54b7a5edceadfd71ad86 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit bd5f722e867bcf00eba4b08a87fcce285486fe5b diff -r 4fac53da862f -r 85da91bbdbfb plot_ml_performance.py --- 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)