[Matplotlib-users] segmentation fault..

2010-10-01 Thread Eric Emsellem
Hi I just upgraded to opensuse 11.3. And I get now: ipython -pylab: matplotlib version 1.0.0 verbose.level helpful platform is linux2 *Segmentation fault* Any clue? I am using IPython 0.10, Python 2.6.5 Eric --

Re: [Matplotlib-users] segmentation fault..

2010-10-01 Thread Michael Droettboom
Can you get us a gdb backtrace? Type gdb python at the prompt, then at the gdb prompt, type r /usr/bin/ipython -pylab. After it segfaults, type bt to get a backtrace, and send the output to this list. Mike On 10/01/2010 07:04 AM, Eric Emsellem wrote: Hi I just upgraded to opensuse 11.3.

Re: [Matplotlib-users] Combination of a box plot and a histogram

2010-10-01 Thread Tony S Yu
On Oct 1, 2010, at 9:40 AM, Benjamin Root wrote:On Thu, Sep 30, 2010 at 8:44 PM, Tony S Yu tsy...@gmail.com wrote: I'd like to make something in between a box plot [1] and a histogram. Each histogram would be represented by a single, tall, rectangular patch (like the box in a box plot), and the

[Matplotlib-users] fontList.cache not being updated

2010-10-01 Thread Jason Grout
I'm working on updating matplotlib in Sage to 1.0. We're running into a problem where it seems that the fontList.cache is not being updated. I've included an example session below. The .matplotlib directory is accessible here: http://sage.math.washington.edu/home/jason/.matplotlib/ The

Re: [Matplotlib-users] fontList.cache not being updated

2010-10-01 Thread Michael Droettboom
On 10/01/2010 11:31 AM, Jason Grout wrote: I'm working on updating matplotlib in Sage to 1.0. We're running into a problem where it seems that the fontList.cache is not being updated. I've included an example session below. The .matplotlib directory is accessible here:

Re: [Matplotlib-users] fontList.cache not being updated

2010-10-01 Thread Jason Grout
On 10/01/2010 10:40 AM, Michael Droettboom wrote: On 10/01/2010 11:31 AM, Jason Grout wrote: I'm working on updating matplotlib in Sage to 1.0. We're running into a problem where it seems that the fontList.cache is not being updated. I've included an example session below. The

Re: [Matplotlib-users] fontList.cache not being updated

2010-10-01 Thread Michael Droettboom
On 10/01/2010 11:46 AM, Jason Grout wrote: On 10/01/2010 10:40 AM, Michael Droettboom wrote: On 10/01/2010 11:31 AM, Jason Grout wrote: I'm working on updating matplotlib in Sage to 1.0. We're running into a problem where it seems that the fontList.cache is not being updated. I've

Re: [Matplotlib-users] matplotlib import warning

2010-10-01 Thread Gökhan Sever
I temporarily fixed this by commenting the following lines in pkg_resources.py folder in /site-packages/distribute.. folder. issue_warning( Module %s was already imported from %s, but %s is being added to sys.path % (modname, fn, self.location),

Re: [Matplotlib-users] imshow() and a transparent colormap?

2010-10-01 Thread Stan West
From: Nicolas Bigaouette [mailto:nbigaoue...@gmail.com] Sent: Thursday, September 30, 2010 18:00 What I would like to do it have a colormap which is transparent for lower values of data and opaque for high values, so the blue on the figure would appear white/transparent. Would it suffice for

[Matplotlib-users] TkAgg backend error message running within IPython

2010-10-01 Thread Wes McKinney
I'm getting the error: can't invoke event command: application has been destroyed while executing event generate $w ThemeChanged (procedure ttk::ThemeChanged line 6) invoked from within ttk::ThemeChanged With the latest matplotlib 1.0.0 on 64-bit Ubuntu 10.04 running the following