Displey selected data in Parcoords

Hi,

I have implemented plotly parcoords in R it works very well. Thanks to plotly. But i am trying hard to disply the selected data in parcoords plot in a table. How do I get the data inside brushed range? events seems not working with parcoords. Please help

You can try something like this: http://codepen.io/etpinard/pen/pPRbMm?editors=0010

@etienne : This is superb! Thanks a lot

Is it possible to do this in offline python? How can I get the selected data from a plot in jupyter notebook. Thanks