Is it possible to implement the brushing and linking functionality in a matplotlib/seaborn plot? I'm aware of this functionality through mpld3 and bokeh, however I don't want to show this in a browser, I want to do it in my python script, not through a browser. I'm also aware of glue but it sounded to me that the functionalities are encapsulated inside the interface...
Isn't there an intuitive way of doing it within the normal libraries of seaborn, matplotlib?
Thanks in advance.