Re: [Matplotlib-users] Fwd: Problem with adding an artist from one axes instance to another

2007-02-08 Thread Berthold Höllmann
"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

Re: [Matplotlib-users] Importing Binary files

2007-02-08 Thread Matthew Brett
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

[Matplotlib-users] Adding coordinates to a plot in text form

2007-02-08 Thread Nils Wagner
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

Re: [Matplotlib-users] Native file format

2007-02-08 Thread Mark Bakker
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: "