[Matplotlib-users] problem with polar plots and thetagrids

2009-04-20 Thread Guâno
Dears, I'm trying to change the labels of a polar plot I have inside a wxpython app, but keep getting errors... this is a snippet of the code: #class for the second page of the notebook class PlotPanel(wx.Panel): def __init__(self, parent): wx.Panel.__init__(self, parent)

Re: [Matplotlib-users] Getting arrax indices using the zoom tool

2009-04-20 Thread Eric Firing
Gökhan SEVER wrote: > Eric, > > I see many quality descriptive plots and analysis results following the > main currents page. Really a professional looking research job. Could > you please tell me how many people working on this project and how long > have you been working on it? We are way of

Re: [Matplotlib-users] Getting arrax indices using the zoom tool

2009-04-20 Thread Gökhan SEVER
Eric, I see many quality descriptive plots and analysis results following the main currents page. Really a professional looking research job. Could you please tell me how many people working on this project and how long have you been working on it? Thank you Gökhan On Mon, Apr 20, 2009 at 5:18

Re: [Matplotlib-users] Getting arrax indices using the zoom tool

2009-04-20 Thread Eric Firing
Gökhan SEVER wrote: > Eric, > > As you said, your program features more than what me in my mind. It > looks very cool. There are some parts which I don't understand quite well. > > I will definitely save it for my future programming adventures. I will > solely use it in my academical research,

Re: [Matplotlib-users] Getting arrax indices using the zoom tool

2009-04-20 Thread Gökhan SEVER
Eric, As you said, your program features more than what me in my mind. It looks very cool. There are some parts which I don't understand quite well. I will definitely save it for my future programming adventures. I will solely use it in my academical research, since I am a graduate student workin

Re: [Matplotlib-users] Getting arrax indices using the zoom tool

2009-04-20 Thread Gökhan SEVER
Thanks for elegant trick Matthias. I have modified onselect function following your suggestions, and it is working as I wanted it to be. Select a portion and get a zoomed view in a new figure. def onselect(eclick, erelease): # eclick and erelease are matplotlib events at press and release

Re: [Matplotlib-users] can't import pylab

2009-04-20 Thread John Seales
I'm using Mac os 10.4.11. Python is included in mac os. Matplotlib I installed from a precompiled version. I tried doing what you suggest, but it didn't work. I still can't import pylab. There's also a file called libfreetype.6.3.dylib there. I don't know if that helps. > To: matplotlib-use

Re: [Matplotlib-users] can't import pylab

2009-04-20 Thread Jouni K . Seppänen
John Seales writes: > it's a problem with ft2font. I checked for the existence of the files > it's looking for, the libfreetype.6.dylib, and ft2font.so – they exist > in the places they're supposed to. I don't really know what 'image not > found' exactly means. > ImportError: > dlopen(/Library/

Re: [Matplotlib-users] Getting arrax indices using the zoom tool

2009-04-20 Thread Eric Firing
Matthias Michler wrote: > Hi Gökhan, > > On Friday 17 April 2009 20:21:00 Gökhan SEVER wrote: >> Thanks for the pointer Matthias, >> >> That is exactly what I have been looking for. You might also find useful ideas here: http://currents.soest.hawaii.edu/hg/hgwebdir.cgi/pycurrents/file/2ec7845a90

[Matplotlib-users] can't import pylab

2009-04-20 Thread John Seales
From: praxbaf...@hotmail.com To: numpy-discuss...@scipy.org Date: Sun, 19 Apr 2009 20:31:32 -0700 Subject: [Numpy-discussion] can't import pylab I can't import pylab!! it's a problem with ft2font. I checked for the existence of the files it's looking for, the libfreetype.6.dylib, and

Re: [Matplotlib-users] Getting arrax indices using the zoom tool

2009-04-20 Thread Matthias Michler
Hi Gökhan, On Friday 17 April 2009 20:21:00 Gökhan SEVER wrote: > Thanks for the pointer Matthias, > > That is exactly what I have been looking for. > > I use the code from the RectangleSelector class help with your suggested > code. I know that I have to update y-axis accordingly to x values such