On Wed, Jul 4, 2012 at 3:15 AM, <jean-francois.mou...@hzg.de> wrote:

> Hi Ben,
>
> thanks for the tip!
> I nevertheless hit another snag:
> In [12]: [(k,p.rcParams[k]) for k in p.rcParams.keys() if 'keymap' in k]
> Out[12]:
> [('keymap.all_axes', ['a']),
>  ('keymap.back', ['left', 'c', 'backspace']),
>  ('keymap.forward', ['right', 'v']),
>  ('keymap.fullscreen', ['f']),
>  ('keymap.grid', ['g']),
>  ('keymap.home', ['h', 'r', 'home']),
>  ('keymap.pan', ['p']),
>  ('keymap.save', ['s']),
>  ('keymap.xscale', ['k', 'L']),
>  ('keymap.yscale', ['l']),
>  ('keymap.zoom', ['o'])]
>
>
> Meaning that up and down ar not in the mapping... Any clue?
> Thanks again
> Cheers
> JF
>
>
Right, I forgot about that.  I am trying to dig through my code to figure
out what I did to make this problem go away.  In the meantime, does hitting
"ESC" at least get you around the problem?

Ben Root
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to