[Matplotlib-users] Saving in SVG

2006-09-01 Thread nbigaouette
Hi, I have a script witch saves to graphs to SVG. The script works on 2 of my computer (ArchLinux and Gentoo) but the SVG saves doesn't on Fedora Core 3. The 3 uses matplotlib v0.87.4. The error I get is : > Traceback (most recent call last): > File "src/affichage/affichage_E.py", line 1091, i

[Matplotlib-users] installation

2006-09-01 Thread Kenny Ortmann
hey guys i got the subversion from the site and I am trying to install it on windows. I changed dir into the matplotlib dir that includes the setup.py file. run python setup.py install, and im getting a wierd error. i left the topmost lines along with the error. has anyone seen anything like th

Re: [Matplotlib-users] basemap memory leak?

2006-09-01 Thread Gerald John M. Manipon
You're right, Jeff. When I use numpy in the test script, I don't see the leak. Alternatively, moving the basemap object creation outside of the loop (even with Numeric 24.2) makes it faster and doesn't produce the leak. Thanks for showing me the way. Gerald Jeff Whitaker wrote: > Gerald John M

Re: [Matplotlib-users] How do a simple poit plots?

2006-09-01 Thread John Hunter
> "Esdras" == Esdras Caleb <[EMAIL PROTECTED]> writes: Esdras> I have esperimental data here and i want plot them to do a Esdras> grafic and cut the poits who are too out but whem i use Esdras> plot(Array1,Array2,+) i obtaim a perfect line and i do it Esdras> in gnu plot and se

Re: [Matplotlib-users] How do a simple poit plots?

2006-09-01 Thread David Huard
Hi, It's pretty hard to figure out exactly what your problem is without more info. Did you check that the scaling was identical in gnuplot and matplotlib ? matplotlib will set the axes so that all data are included in the figure, so if you have large outliers, the scaling will be too large and its

[Matplotlib-users] How do a simple poit plots?

2006-09-01 Thread Esdras Caleb
I have esperimental data here and i want plot them to do a grafic and cut the poits who are too out but whem i use plot(Array1,Array2,+) i obtaim a perfect line and i do it in gnu plot and see the ploted points arent a perfect line, someone can tell me how I can simple draw the points in the grafic

Re: [Matplotlib-users] changing sharex after ?

2006-09-01 Thread Samuel GARCIA
Hello, I am writing a little GUI with PyQT4 and matplotlib. So it is embeded. I want that feature for the user : he can decided after ploting some data to synchronize 2 graph with the x axis for the zoom. So this method would be very useful for me. Maybe I can write it. Do you have a idea of a