Re: [Matplotlib-users] ginput then show causes segfault

2009-02-23 Thread Michael Droettboom
I can't reproduce this here (on RHEL4 with mpl 0.98.5). What version of matplotlib is in the enthought distribution? > python Python 2.5.2 (r252:60911, May 7 2008, 12:40:32) [GCC 3.4.6 20060404 (Red Hat 3.4.6-9)] on linux2 Type "help", "copyright", "credits" or "license" for more information.

[Matplotlib-users] ginput then show causes segfault

2009-02-22 Thread Daniel Soto
i'd like to plot some data, get user input, and then plot the original data and user input. when i try to show() the data i get a segfault after about ten seconds. any clue what i'm doing wrong? using mac os x 10.5 with enthought distribution. thanks, drs #!/usr/bin/env python import py

Re: [Matplotlib-users] ginput then show causes segfault

2009-02-22 Thread Goyo
El sáb, 21-02-2009 a las 16:26 -0800, Daniel Soto escribió: > i'd like to plot some data, get user input, and then plot the original > data and user input. when i try to show() the data i get a segfault > after about ten seconds. > > any clue what i'm doing wrong? using mac os x 10.5 with en

[Matplotlib-users] ginput then show causes segfault

2009-02-21 Thread Daniel Soto
i'd like to plot some data, get user input, and then plot the original data and user input. when i try to show() the data i get a segfault after about ten seconds. any clue what i'm doing wrong? using mac os x 10.5 with enthought distribution. thanks, drs #!/usr/bin/env python import py