Re: [Matplotlib-users] get_xlim() - where am I going wrong

2007-06-14 Thread Stephen George
Hi John, This is absolutely fantastic, does everything I want, 1/2 hr after getting to work, I had it up and running in my application. I do have a question though. I had not seen mention of SpanSelector before in documentation. And I do feel confusion about where to find the best documentation

Re: [Matplotlib-users] plot data point browsing

2007-06-14 Thread jkitchin
This great! Thanks for the speedy response. I will have to try this out on a large dataset. I have already seen an issue when clicking near two points that are close together, then the browser selects both points. but the key browsing helps alot to get around that. This is a great starting poin

[Matplotlib-users] MPL 0.90.1 savefig error

2007-06-14 Thread Brian
Hello, I have been using MPL 0.90.0 without trouble for some time. I do not use any interactive backends and simply savefig to a pdf which my viewer updates when the file is written to. This has worked very well for me until I just tried to upgrade to MPL 0.90.1. I am running on G4 powerbook us

Re: [Matplotlib-users] plot data point browsing

2007-06-14 Thread John Hunter
On 6/14/07, jkitchin <[EMAIL PROTECTED]> wrote: I just learned about the (new?) picker features in matplotlib. That is a fantastic development! Someone else mentioned about having a problem though when the points are clustered together, which brings me to my question: Is there a way to "browse"

[Matplotlib-users] plot data point browsing

2007-06-14 Thread jkitchin
I just learned about the (new?) picker features in matplotlib. That is a fantastic development! Someone else mentioned about having a problem though when the points are clustered together, which brings me to my question: Is there a way to "browse" through the data points using the tab key? What

[Matplotlib-users] Dynamic update using Wxagg back-end

2007-06-14 Thread Alexandre Balan
Hi all, I'm trying to make my own matplotlib back-end using FigureFrameWx, FigureManagerWx, FigureCanvasWx. My problem is that when i use the NavigationToolbar2Wx for scrolling the axes values, my graph is updates but the values of the axes are not. The consequence are visible on this picture : h

Re: [Matplotlib-users] get_xlim() - where am I going wrong

2007-06-14 Thread John Hunter
On 6/14/07, steve george <[EMAIL PROTECTED]> wrote: > > WOW - I delayed my bed time when I saw this come in. > It certainly seems to do what I want in your example. > > Tomorrow at work I'll try and fit it into my frame work, and see what > happens. Try setting the useblit=True parameter in the Sp

Re: [Matplotlib-users] get_xlim() - where am I going wrong

2007-06-14 Thread steve george
WOW - I delayed my bed time when I saw this come in. It certainly seems to do what I want in your example. Tomorrow at work I'll try and fit it into my frame work, and see what happens. Thanks a lot, Steve John Hunter wrote: > On 6/14/07, Stephen George <[EMAIL PROTECTED]> wrote: > >> So my q

Re: [Matplotlib-users] ANN: matplotlib-0.90.1

2007-06-14 Thread Werner F. Bruhin
John, John Hunter wrote: > On 6/14/07, Werner F. Bruhin <[EMAIL PROTECTED]> wrote: > >> >>> I am getting this: >> >>> Could not match Bitstream Vera Serif, New Century Schoolbook, >> Century >> >>> Schoolbook L, Utopia, ITC Bookman, Bookman, Nimbus Roman No9 L, >> Times >> >>> New Roman, Times,

Re: [Matplotlib-users] "cannot import name rcParams"

2007-06-14 Thread John Hunter
On 6/14/07, Chris Fonnesbeck <[EMAIL PROTECTED]> wrote: > I have a strange problem with my builds of matplotlib on OS X 10.4: If I > install them from the command line, with setup.py, they install fine and > matplotlib can be imported with no problem. However, I need to build > distributable OS X p

[Matplotlib-users] "cannot import name rcParams"

2007-06-14 Thread Chris Fonnesbeck
I have a strange problem with my builds of matplotlib on OS X 10.4: If I install them from the command line, with setup.py, they install fine and matplotlib can be imported with no problem. However, I need to build distributable OS X packages, which I do using bdist_mpkg; when this package is inst

[Matplotlib-users] "cannot import name rcParams"

2007-06-14 Thread Chris Fonnesbeck
I have a strange problem with my builds of matplotlib on OS X 10.4: If I install them from the command line, with setup.py, they install fine and matplotlib can be imported with no problem. However, I need to build distributable OS X packages, which I do using bdist_mpkg; when this package is inst

Re: [Matplotlib-users] Basemap cyclic longitudes

2007-06-14 Thread Jeff Whitaker
On Tue, 12 Jun 2007 13:34:35 -0500, "Johnny Lin" <[EMAIL PROTECTED]> said: > Hi all, > > I'm creating a cylindrical map, global in longitude and centered around > 180 and the equator, using the following code: > > map = Basemap( projection='cyl', resolution='l' > , llcrnrlon=0, urcr

Re: [Matplotlib-users] get_xlim() - where am I going wrong

2007-06-14 Thread John Hunter
On 6/14/07, Stephen George <[EMAIL PROTECTED]> wrote: So my questions. 1) Is there a way to get the indexes (not the values) of the portion of the line actually showing on screen 2) Is there a way to get a copy of the portion of the data displayed on screen (in a new array) ? 3) Is there a bette

Re: [Matplotlib-users] ANN: matplotlib-0.90.1

2007-06-14 Thread John Hunter
On 6/14/07, Werner F. Bruhin <[EMAIL PROTECTED]> wrote: > >>> I am getting this: > >>> Could not match Bitstream Vera Serif, New Century Schoolbook, Century > >>> Schoolbook L, Utopia, ITC Bookman, Bookman, Nimbus Roman No9 L, Times > >>> New Roman, Times, Palatino, Charter, serif, normal, normal.

Re: [Matplotlib-users] ANN: matplotlib-0.90.1

2007-06-14 Thread Werner F. Bruhin
Hi John, Werner F. Bruhin wrote: > John, > > John Hunter wrote: >> On 6/4/07, Werner F. Bruhin <[EMAIL PROTECTED]> wrote: >>> John Hunter wrote: >>> > matplotlib 0.90.1 is out and available for download from the >>> sourceforge site. >>> > >>> Just installed it. Works very nicely with the except