Re: [Matplotlib-users] setting up matplotbib

2008-04-14 Thread Alexandre Zabot
Nathanael, I don't use windows, but on linux I have to load matplotlib first and after type show() from pylab import * plot([1,2,3]) show() have you done it? Alexandre 2008/4/8, Nathanael Berestycki <[EMAIL PROTECTED]>: > > Hi all, > > I am trying to setup matplotbib on my computer (which is u

[Matplotlib-users] Toolbar formating with keyboard

2008-04-06 Thread Alexandre Zabot
Hi, In the example below I can make the cursor snap over the nearest point with the mouse and also move the cursor with the keyboard. But I can't print the coordinates in the toolbar when the I move the cursor with the keyboard as when I move with the mouse! Does anyone have an idea? Cheers, Ale

[Matplotlib-users] capturing arrow key events

2008-03-26 Thread Alexandre Zabot
r down arrow. I have to quit the script with "ctrl+C". Same thing happens with GTK but not with TKAgg, for example. Does anyone have an idea for fixing this problem? System: Kutuntu 7.10 Python: 2.5.1 Matplotlib: 0.91.2 -- Até, Alexandre Zabot