# HG changeset patch # User bgruening # Date 1560860729 14400 # Node ID 33fc6537a54d1335fbfe92074bd08f96ea0e9c51 # Parent c7e10084225bcea257cc18670a1d07b0afd3800c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit bd5f722e867bcf00eba4b08a87fcce285486fe5b diff -r c7e10084225b -r 33fc6537a54d plot_ml_performance.py --- a/plot_ml_performance.py Thu Oct 11 14:37:28 2018 -0400 +++ b/plot_ml_performance.py Tue Jun 18 08:25:29 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)