lisa.stats: Add plotly support for plot_stats()
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'.