[Matplotlib-users] Graphics issues when combining matplotlib widgets: Spanselector, cursor, fill_between:

2013-06-05 Thread Delosari
Hi, I have found minor graphical issues while using the spanselector, cursor and fill_between widgets, which I would like to share with you. All of them, can be experienced in this code (which I took from the matplolib example) """ The SpanSelector is a mouse widget to select a xmin/xmax range an

Re: [Matplotlib-users] Widgets: How to disconnect spanselector once selection is completed

2013-05-02 Thread Delosari
I have been working on this problem for the last week and I have finally started to understand how it should work: 1) Events and plt.show must be running all the time. Indeed, the latter is designed to be set implemented at the end of the code. The events call should be just before 2) To change t