News

This demo shows the use of the RectangleSelector widget to create an interactive bar plot in Matplotlib. The code is an implementation of the "Range tool" visual representation strategy proposed by ...
How to add a legend to the plots? For example, if using several moving averages it will be useful to show a legend to map moving averages to line plots. Is clear how this is done using matplotlib but ...