Re: [Matplotlib-users] freezing matplotlib

2007-02-02 Thread Werner F. Bruhin
Hi, Emmanuel Favre-Nicolin wrote: Le lundi 25 décembre 2006 16:00, Allan Noriel Estrella a écrit : Has anyone tried freezing matplotlib embedded in a wx app (using py2ece, cx_freeze or pyinstaller)? The setup.py in the FAQ seems to be outdated. I want to freeze the embedding_in_wx.py in the

[Matplotlib-users] How embedding Axes3D in PyQt

2007-02-02 Thread Olivier M .
Dears, I succeeded embedding figure, plot, hist and bar into PyQt3 and PyQt4 with the suggestion of the examples. But I don't see anywhere how I can do the same thing for the 3D plots. Does anyone have some idea or piece of code? Many thanks Olivier

[Matplotlib-users] lines go zig-zag'

2007-02-02 Thread Arturas
Hi, I have plotted my data (x,y) to line plot without axis adjustments right. But if I scale y axis (with 'axis') and cut some maximal values of y data out, it seems that y is drawn within new margins of y axis, but just translated some way. (small graphs PNG attached). PNG made with savefig has

Re: [Matplotlib-users] freezing matplotlib

2007-02-02 Thread Emmanuel Favre-Nicolin
I tried directly the setup.py, it does not work with wxcursor_demo.py My first try was  modifying the following in the setup.py : #mpldata = glob.glob(r'C:\Python24\share\matplotlib\*') mpldata=[] for di in allsubdirs(r'C:\Python24\Lib\site-packages\matplotlib'):     ti=di+'*.py*'