[Matplotlib-users] problem compiling matplotlib latex (mathtext) using py2exe

2008-03-27 Thread Bob Cumming
Hi all, I have a application using a wxPython gui which has matplotlib figure, axes etc The code works fine and the display of mathtext works fine when run in python. When I compile it and try to display any text it doesn't render the text at all (this can be anything from a simple lett

[Matplotlib-users] Using matplot lib in wxPython problem refresh screen

2008-03-14 Thread Bob Cumming
Hello, I have a problem when I try to refresh a plot I create. The code is shown below: What I want to do is that when the user initiates a key press the plot is updated. (If you minimise and maximise then it is done, the problem is the repainting of the window. I have tried searching on