[matplotlib-devel] data cursor

2007-02-26 Thread Antonio Kanaan
Hi folks, I am planning to re-write a data viewer program I wrote ages ago using C + Xlib. This program allows me to plot on the same window several graphs (time versus brightness - I work on variable stars). They all share the same independent variable (time passes the same for everybody). I c

Re: [matplotlib-devel] data cursor

2007-02-26 Thread John Hunter
On 2/26/07, Antonio Kanaan <[EMAIL PROTECTED]> wrote: Hi folks, I am planning to re-write a data viewer program I wrote ages ago using C + Xlib. This program allows me to plot on the same window several graphs (time versus brightness - I work on variable stars). They all share the same indepen

Re: [matplotlib-devel] data cursor

2007-02-26 Thread John Hunter
On 2/26/07, Antonio Kanaan <[EMAIL PROTECTED]> wrote: > I thought of drawing my own cursor, deleting it and moving to the next > point . It seems this would take forever as (far as I understand) > matplotlib will redo the entire plot each time I do this. I forgot to mention in my previous post --