"John Hunter" <[EMAIL PROTECTED]> writes:
>> But this fails to plot the first rectange in the resulting plot. The
>> second, red rectangle is painted correctly in the resulting plot, but
>> the first one is totaly missing in the plot, leaving only a line in
>> the plot. Is there some kind of inter
Hi,
> > I want to import binary files generated from C/FORTRAN into matplotlib for
> > plotting.
> > Can this be done using 'load'?
>
> If you are using SciPy, scipy.io has a few functions which may
> help. scipy.io.fromfile, for example.
Ah - just to be clear, for scipy 0.5.2, scipy.io.fromfile
Hi all,
Is there a way to add the coordinates in text form to each plus in the
attached figure ?
ERach plus in the plot is generated by
plot([data[-1].real],[data[-1].imag],'k+')
For example the rightmost plus (in the upper right half plane) should
have a text (1.049+0.692j)
Can I use text for th
Does anybody understand why CXX extensions don't pickle?
I have the same problem with my own CXX extensions, which I make with SWIG.
On the other hand, FORTRAN extensions using f2py pickle fine!
Mark
From: "John Hunter" <[EMAIL PROTECTED]>
Subject: Re: [Matplotlib-users] Native file format
To: "