From: John H. <jdh...@ac...> - 2005-03-16 15:15:44
|
>>>>> "andrea" == andrea gavana <and...@ti...> writes: andrea> - embedding_in_wx.py andrea> The "g" key works fine, the grid is shown/hidden when you andrea> hit this key. I'm having the same problem in my andrea> application, I can not show the grid for some reason, and andrea> it seems to me that these 2 problems are related. andrea> Do you have any suggestion/pointer? I answered this question before at http://sourceforge.net/mailarchive/message.php?msg_id=11115023 In a nutshell, do not manually bind 'g' to toggle the grid. This already happens by default in matplotlib 0.72. In WX* you have to click on the figure before any of the keypress functionality is activated (does anyone know how to fix this?) JDH |