On 19-Nov-09, at 5:36 PM, Scot Denhalter wrote:
> On Thu, Nov 19, 2009 at 2:46 PM, Eric Firing
> 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 package
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 fig
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
On Thu, Nov 19, 2009 at 6:02 AM, Ensitof 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... My question receives
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