[Matplotlib-users] arrow and function key events in matplotlib

2011-01-05 Thread Bob Lewis
was not a subscriber at the time. In any case, I wanted to make sure that nobody knows how to do this before filing a feature request. - Bob Lewis -- Learn how Oracle Real Application Clusters (RAC) One Node allows

[Matplotlib-users] getting arrow and function key events

2010-12-16 Thread Bob Lewis
Can anyone help me figure out how to identify arrow and function key events with matplotlib? I can get normal alphanumeric KeyEvents, but arrow and function keys arrive with their "key" attribute set to "None". I'm using matplotlib 0.99.1.1 with PyQt4. Than