Previous changeset 0:4fac53da862f (2018-10-11) Next changeset 2:62e3a4e8c54c (2020-01-16) |
Commit message:
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit bd5f722e867bcf00eba4b08a87fcce285486fe5b |
modified:
plot_ml_performance.py |
b |
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 |
b |
@@ -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) |