[Matplotlib-users] time series

2013-06-05 Thread Sudheer Joseph
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 

Re: [Matplotlib-users] time series

2013-06-05 Thread Paul Hobson
On Wed, Jun 5, 2013 at 9:13 AM, Sudheer Joseph sudheer.jos...@yahoo.comwrote: 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

Re: [Matplotlib-users] time series

2013-06-05 Thread Sudheer Joseph
Thank you Verymuch for quick help,Paul. with best regards, Sudheer From: Paul Hobson pmhob...@gmail.com To: Sudheer Joseph sudheer.jos...@yahoo.com Cc: matplotlib-users@lists.sourceforge.net matplotlib-users@lists.sourceforge.net Sent: Wednesday, 5 June 2013 9:57 PM Subject: Re:

[Matplotlib-users] key_press_events on macosx

2013-06-05 Thread Matt Terry
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

Re: [Matplotlib-users] key_press_events on macosx

2013-06-05 Thread Michiel de Hoon
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 slas...@space.umd.edu To:

Re: [Matplotlib-users] key_press_events on macosx

2013-06-05 Thread Matt Terry
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 mjldeh...@yahoo.com wrote: The script works for me with matplotlib-1.2.1 both with Python2 and with Python3 with the MacOSX backend.

Re: [Matplotlib-users] key_press_events on macosx

2013-06-05 Thread Scott Lasley
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