Re: [Matplotlib-users] equivalent of currentpoint?

2007-01-08 Thread Tom Krauss
I just found Section 3.14 Event Handling in the User's Guide, so never mind! Thanks anyway and sorry for the newbie spam - I broke the rule about reading the manual first before asking! I will try some examples. - Tom On Jan 8, 2007, at 3:58 PM, Tom Krauss wrote: > I am wondering if th

[Matplotlib-users] equivalent of currentpoint?

2007-01-08 Thread Tom Krauss
Hi, I am very new to matplotlib (running 0.87.5 on Mac OS X) and just joined this maillist today. I just discovered "getp" and "setp" today, very nice! I am wondering if there is an analog of the axes and/or figure's 'currentpoint' property to access the current mouse location, and the

Re: [Matplotlib-users] family="sans-serif" not taking effect? why?

2007-01-08 Thread Glen W. Mabey
On Fri, Jan 05, 2007 at 10:30:50PM -0500, [EMAIL PROTECTED] wrote: > does fontweight = "..." work for you? I couldn't get that one to work I sure can't see any difference in the tick labels, at least (didn't try it for manually-instantiated text). But what I wonder is whether there is some issue

Re: [Matplotlib-users] boxplot with different data length

2007-01-08 Thread Pierre GM
On Monday 08 January 2007 04:34, Gerhard Spitzlsperger wrote: > Dear All, > > I am quite new to matplotlib and facing some trouble using boxplots. > > I'd like to plot two boxes (different length of data) in one plot, from > the docs > Could you point me to what I do wrong? I need especially > the

[Matplotlib-users] boxplot with different data length

2007-01-08 Thread Gerhard Spitzlsperger
Dear All, I am quite new to matplotlib and facing some trouble using boxplots. I'd like to plot two boxes (different length of data) in one plot, from the docs I understood: from pylab import * data = [[1.1, 2.1, 3.1], [1, 2.1]] boxplot(data, positions=[1,2]) but this gives me: Traceback (mos