I am not satisfied with Matplotlib's dynamic interactive capability, but I have to rely on it for lots of time and efforts been spend in developing Matplotlib drawing functions. Just curious to know:
Is there any python package that can directly convert the matplotlib objects(not the output pic) to interactive web based graph(or some intermediate objects that can be processed later on by), such as SVG or D3 or others? Is it possible in theory ?
Any thought/tip on such conversion is welcome.