Re: [matplotlib-devel] 3D Axes scatter : no possibility to vary color/size of markers

2009-11-19 Thread Ensitof
I got the same problem and posted my question in this forum http://www.developpez.net/forums/d836964/autres-langages/python-zope/calcul-scientifique/matplotlib-scatter3d-colorisation-fonction-z/ (here) a few days ago... My question receives a lot of visits but no reaction however I think it may

Re: [matplotlib-devel] 3D Axes scatter : no possibility to vary color/size of markers

2009-11-19 Thread John Hunter
On Thu, Nov 19, 2009 at 6:02 AM, Ensitof ensieta.le...@gmail.com wrote: I got the same problem and posted my question in this forum http://www.developpez.net/forums/d836964/autres-langages/python-zope/calcul-scientifique/matplotlib-scatter3d-colorisation-fonction-z/ (here)  a few days ago...

[matplotlib-devel] matplotlib is breaking numpy

2009-11-19 Thread Mathew Yeates
There is definitely something wrong with matplotlib/numpy. Consider the following from numpy import * mydata=memmap('map.dat',dtype=float64,mode='w+',shape=56566500) del mydata I can now remove the file map.dat with (from the command line) $rm map.dat However If I plot mydata before the line

Re: [matplotlib-devel] matplotlib is breaking numpy

2009-11-19 Thread Michael Droettboom
Yes, for efficiency reasons matplotlib will use a reference to original data whenever possible, rather than copying it. Also, when using the pylab/pyplot API, matplotlib figures also stay around until they are explicitly deleted. You may need an explicit call to clf('all') to remove the

Re: [matplotlib-devel] [Numpy-discussion] Beginner Needing Help with Installation

2009-11-19 Thread David Warde-Farley
On 19-Nov-09, at 5:36 PM, Scot Denhalter wrote: On Thu, Nov 19, 2009 at 2:46 PM, Eric Firing efir...@hawaii.edu wrote: You don't need a fortran compiler for numpy, even if you are building from source; and you probably don't need to build from source. Did you try the suggested binary