Skip to content

lisa.stats: Add plotly support for plot_stats()

Darryl Green requested to merge github/fork/vdonnefort/plotly-stats into master

Created by: vdonnefort

Plotly is a data visualization framework which offers a more user friendly interface, compared to Matplotlib. This patch allows to use this framework with the Stats plot_stats() function. The later still defaults to Matplotlib. Plotly can be enabled by passing backend='plotly'.

Merge request reports