[Matplotlib-users] Blocking flow with a plot until closed

2007-12-09 Thread Brendan Arnold
hi there, i'm writing a linear step by step scripts and i'd like to use matplotlibs interactive features as a step to load up some data, the user to identify a point, the plot window closed and the point to be returned to my script for further processing. i assumed that waiting for pylab.show() t

[Matplotlib-users] Extending Width of Yticks Legend?

2007-12-09 Thread Gerolf Ziegenhain
Dear Mailinglist, I want to create a horizontal historgram. The y-labels have more text, than fits in the _normal_ layout. How could I increase the width of the yticks legend? Best regards: Gerolf -- Dipl. Phys. Gerolf Ziegenhain ([EMAIL PROTECTED]) Private: Klopstockstrasse 21 - 65187 Wiesb

[Matplotlib-users] fill in data points

2007-12-09 Thread Jordan Atlas
Hello all, Does matplotlib allow the control of "fill" in data plots? For example, plotting data as 'empty' squares as opposed to 'filled' squares? I haven't been able to find anything in the documentation and I'm wondering if maybe I'm searching for the wrong keywords. Thank you, --Jor

[Matplotlib-users] Scatter Plot, Legend

2007-12-09 Thread Tom Johnson
I am plotting multiple scatter plots to the same axis. For each scatter plot, all points have the same shape and color. I would like the legend to display the shape and color of the data points in each collection (rather than displaying a rectangle for the color). The result should be similar to

Re: [Matplotlib-users] fill in data points

2007-12-09 Thread C M
On Dec 9, 2007 7:57 PM, Jordan Atlas <[EMAIL PROTECTED]> wrote: > Hello all, > >Does matplotlib allow the control of "fill" in data plots? For > example, plotting data as 'empty' squares as opposed to 'filled' > squares? I haven't been able to find anything in the documentation and > I'm won

[Matplotlib-users] strpdate2num in load

2007-12-09 Thread Emmanuel Favre-Nicolin
Hi, I've a little problem with date conversion. I have a csv file which looks like : "Data","Valor" "15/01/2007"," 6,700012000" "12/01/2007"," 6,659903000" "11/01/2007"," 6,701586000" I try to get date using function strpdate2num in load doing this : from pylab import datestr2num, load def comm