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
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
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
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
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