Re: [Matplotlib-users] py2exe and matplotlib errors when executing exe

2010-05-18 Thread New2Python
stop the window from closing so quickly Thanks Marco Michael Droettboom-3 wrote: > > It should only try to import that backend when configured to do so. You > may need to change your matplotlibrc to point to your desired backend. > > Mike > > New2Python wrote: >>

Re: [Matplotlib-users] py2exe and matplotlib errors when executing exe

2010-05-18 Thread New2Python
ter import error. Regards Marco New2Python wrote: > > Hi All, > > I hope someone can help, I have run into a few problems when trying to > execute an exe file created when I use py2exe with matplotlib. > I have python2.5, matplotlib v0.99.1 and py2exe from GUI2Exe v0.5.0

[Matplotlib-users] py2exe and matplotlib errors when executing exe

2010-05-17 Thread New2Python
Hi All, I hope someone can help, I have run into a few problems when trying to execute an exe file created when I use py2exe with matplotlib. I have python2.5, matplotlib v0.99.1 and py2exe from GUI2Exe v0.5.0 optimisation is python -OO the files compile correctly however when I execute the exe I

Re: [Matplotlib-users] Plotting single marker point at zoomed level

2008-05-29 Thread New2Python
: > > On Wed, May 28, 2008 at 7:10 AM, New2Python <[EMAIL PROTECTED]> > wrote: > >> One issue that I find now is that the removed marker is not redrawn as >> removed, in other words, all the original markers remain drawn whether or >> not the datapoints exist in th

Re: [Matplotlib-users] Plotting single marker point at zoomed level

2008-05-28 Thread New2Python
John Hunter-4 wrote: > > On Mon, May 26, 2008 at 10:08 AM, John Hunter <[EMAIL PROTECTED]> wrote: >> On Mon, May 26, 2008 at 7:01 AM, New2Python <[EMAIL PROTECTED]> >> wrote: >> >>> I hope someone can give me a simple solution to my problem. I have a

Re: [Matplotlib-users] from pylab import nx?

2008-05-07 Thread New2Python
Hi All, I have the same issue, is there a fix to this Michael Droettboom-3 wrote: > > Eric Firing wrote: >> Chris Withers wrote: >> >>> Hi All, >>> >>> A few of the units demos include the lines: >>> >>> from pylab import nx >>> >>> ...but this import errors for me. >>> >>> Why is that? >>