I have python 3.3.2 from python.org installed as a Framework. I set up a
virtualenv to test the script
$ virtualenv-3.3 mpl121 --no-site-packages
$ .mpl121/bin/activate
$ pip-3.3 install numpy
$ pip-3.3 install matplotlib
With this setup, key events are passed to the window behind the active plo
I've only tested against the prepackaged python 2.7, mpl 1.2.1 in an
anaconda install. Anaconda is not a framework build.
On Jun 5, 2013 4:50 PM, "Michiel de Hoon" wrote:
> The script works for me with matplotlib-1.2.1 both with Python2 and with
> Python3 with the MacOSX backend.
> To rule out th
The script works for me with matplotlib-1.2.1 both with Python2 and with
Python3 with the MacOSX backend.
To rule out the usual culprit, is your Python3 installed as a framework?
Best,
-MIchiel.
- Original Message -
From: Scott Lasley
To: "matplotlib-users@lists.sourceforge.net"
C
On Jun 5, 2013, at 2:51 PM, Matt Terry wrote:
> Hi,
> I'm working on a TextBox widget and have run into problems registering
> key_press_events with the macosx backend. button_press_events work, but
> key_press_events fail to trigger. If I change backends to tkAgg, everything
> triggers as
Hi, I have found minor graphical issues while using the spanselector, cursor
and fill_between widgets, which I would like to share with you.
All of them, can be experienced in this code (which I took from the
matplolib example)
"""
The SpanSelector is a mouse widget to select a xmin/xmax range an
Hi,
I'm working on a TextBox widget and have run into problems registering
key_press_events with the macosx backend. button_press_events work, but
key_press_events fail to trigger. If I change backends to tkAgg,
everything triggers as expected.
Can anyone reproduce this?
Run the following script
Thank you Verymuch for quick help,Paul.
with best regards,
Sudheer
From: Paul Hobson
>To: Sudheer Joseph
>Cc: "matplotlib-users@lists.sourceforge.net"
>
>Sent: Wednesday, 5 June 2013 9:57 PM
>Subject: Re: [Matplotlib-users] time series
>
>
>
>On Wed, Jun 5, 2013 at 9:13 AM, Sudheer Joseph
>
On Wed, Jun 5, 2013 at 9:13 AM, Sudheer Joseph wrote:
> Dear Users,
> Is there any other method in matplotlib to get the plot
> similar to the one there in below link?
>
>
> http://dsnra.jpl.nasa.gov/software/Python/scikits/lib.plotting.examples.html
> I tried using this package b
Dear Users,
Is there any other method in matplotlib to get the plot
similar to the one there in below link?
http://dsnra.jpl.nasa.gov/software/Python/scikits/lib.plotting.examples.html
I tried using this package but get below error.
sjo@sjo-ltp../hourly_rama~$ python ts.py
Tr