Re: [Matplotlib-users] [Help] Broken_barh Picking design using the OO interface

2007-10-30 Thread sunzen w.
Just for information, i change from broken_barh to just barh, so as to easily set picker property. It satisfies my needs now. Just for exploration, does anyone know how to implement it by using broken_barh()? On 10/26/07, sunzen w. <[EMAIL PROTECTED]> wrote: > > Hi Gurus, > (I'm sorry for sendin

Re: [Matplotlib-users] [Help] Broken_barh Picking design using the OO interface

2007-10-26 Thread sunzen w.
Hi Gurus, (I'm sorry for sending the above unfinished one) I'm new to matplotlib programming, and get puzzled about designing picking handler for broken_barh by the OO interface. Could you give me any guidance? Any your help will be appreciated. My current approach is presented as the fol

[Matplotlib-users] [Help] Broken_barh Picking design using the OO interface

2007-10-26 Thread sunzen w.
Hi Gurus, I'm new to matplotlib programming, and get puzzled about designing picking handler for broken_barh by the OO interface. My current approach is presented as the following: 1. plot broken_barh and set picker pcol = axes.broken_barh(xseq, yseq, facecolors = colors) pcol.set_picker(T