[Matplotlib-users] Integrating matplotlib into a GUI

2009-04-24 Thread Gökhan SEVER
Hello, So far, I have been spending many nice hours using matplotlib from within an IPython shell. However, the number of variables that are inside my session is getting higher the more I deep into data analysis. As a result I want to go one step further and carry my efforts on integrating

Re: [Matplotlib-users] pylab quick reference? (

2009-04-23 Thread Gökhan SEVER
-by-step what is on throughout the program. I know I am asking too much :) Gökhan On Thu, Apr 23, 2009 at 12:40 PM, Jim Vickroy jim.vick...@noaa.gov wrote: Esmail wrote: Selam to you too Gökhan, Gökhan SEVER wrote: What I recommend you is: watching John Hunter's video at Matplotlib by John

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

2009-04-22 Thread Gökhan SEVER
, Matthias Michler matthiasmich...@gmx.netwrote: Hi Gökhan, Hi list, On Tuesday 21 April 2009 19:44:18 Gökhan SEVER wrote: Hi Matthias, Thanks for your reply again. Unfortunately I can't read x_new or y_new after I kill the figures (nor when they are active). I don't know what exactly

Re: [Matplotlib-users] pylab quick reference? (

2009-04-22 Thread Gökhan SEVER
Selam Esmail, I do not think there is an easy way of learning matplotlib. (Nor there is a quick ref to make your life easier.) I have learnt mostly by using matplotlib for my homeworks ( while everyone using IDL or Matlab) --which is in my opinion has been best way to adapt myself into

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

2009-04-22 Thread Gökhan SEVER
Still same with IPython 0.9.1 I will test on Win XP when I get a chance. Gökhan On Wed, Apr 22, 2009 at 8:54 AM, Gökhan SEVER gokhanse...@gmail.com wrote: Huh, My definition of kill is just like you said. Inside Ipython print statements output x_new, and y_new values, but no context

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

2009-04-21 Thread Gökhan SEVER
, 0.82471437, 0.83038482]) In [4]: # Please see my comments below. On Monday 20 April 2009 23:16:37 Gökhan SEVER wrote: Thanks for elegant trick Matthias. I have modified onselect function following your suggestions, and it is working as I wanted it to be. Select

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

2009-04-20 Thread Gökhan SEVER
...@gmx.netwrote: 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

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

2009-04-20 Thread Gökhan SEVER
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/2ec7845a90c3/plot/txyzoom.py#l1 I haven't followed this thread closely, but my

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

2009-04-20 Thread Gökhan SEVER
:18 PM, Eric Firing efir...@hawaii.edu wrote: 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

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

2009-04-17 Thread Gökhan SEVER
2009 02:26:51 Gökhan SEVER wrote: Hello, A quick question: I am using two numpy arrays to plot the figure shown in attachment. Is it possible to get array indices of selected X-axes while using the zoom function? Later I can create a new figure from this selected portion instead

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

2009-04-16 Thread Gökhan SEVER
Thanks for the suggestion Alan. This is just a preliminary data --needs to be gone over and edited unreasonable peaks. By the way the data is from a cloud condensation nuclei counter. On Thu, Apr 16, 2009 at 8:51 PM, Alan G Isaac alan.is...@gmail.com wrote: On 4/16/2009 8:26 PM Gökhan SEVER

Re: [Matplotlib-users] Common ylabel for subplots

2009-03-12 Thread Gökhan SEVER
', fontsize=14) cx.set_xlabel('And a shared x label', fontsize=14) Cheers, Sebastian Gökhan SEVER wrote: Hello Sebastian, Not sure I could create a same-axes ylabels subplots similar to the one that is shown on the given screenshot with your code. ( http://img11.imageshack.us/img11/8793

Re: [Matplotlib-users] Common ylabel for subplots

2009-03-11 Thread Gökhan SEVER
) pylab.setp(bx.get_xticklabels(), visible=False) pylab.setp(bx.get_yticklabels(), visible=False) pylab.setp(dx.get_yticklabels(), visible=False) You can make the subplots come closer by changing the *wspace* and *hspace * entries in the *adjustprops* dictionary. Cheers, Sebastian Gökhan

Re: [Matplotlib-users] Common ylabel for subplots

2009-03-10 Thread Gökhan SEVER
, 2009 at 6:01 PM, Jonathan Taylor jonathan.tay...@utoronto.ca wrote: I don't know if there is a betteer way to do it, but I think you can just attach a text artist to the figures canvas. Best, J. On Mon, Mar 9, 2009 at 12:15 PM, Gökhan SEVER gokhanse...@gmail.com wrote: Hello, I have

[Matplotlib-users] Common ylabel for subplots

2009-03-09 Thread Gökhan SEVER
Hello, I have six subplots in my canvas, and wondering how to place a common ylabel into the canvas in matplotlib? (Let say instead of having six same text on the y-axes just to replace them with one bigger text encompassing all six y-axes.) Is this available in ml or am I too blind to see this

Re: [Matplotlib-users] Matplotlib documentation

2009-03-02 Thread Gökhan SEVER
I am willing to add this functionality to the documentation. Unfortunately, I have still not been able to figure out how sphinx inserting functions or classes in order and how the module index is being created. Once I found my way I will try to come up with a generic way for this. Maybe someone

[Matplotlib-users] Matplotlib documentation

2009-02-25 Thread Gökhan SEVER
keywords highlighted back to original names) this would be a nice feature to add the pdf documentation. If this needs a manual configuration, I am volunteering to spend time to add this functionality. Regards, Gökhan SEVER

<    1   2   3   4