Re: [Matplotlib-users] Matplotlib hangs due to numpy.ma.power()

2014-11-14 Thread Thomas Caswell
Can you provide a reproducible example? There is not really enough here to sort out what is going wrong or why it is going wrong. Ideally the example should be self contained (code + synthetic data). What versions of mpl + numpy + python are you using everywhere? Tom On Fri Nov 14 2014 at 7:25

[Matplotlib-users] Matplotlib hangs due to numpy.ma.power()

2014-11-14 Thread Torsten Bronger
Hallöchen! I've had a very odd observation today: I call matplotlib 1.3.1 from Django 1.7 code running on Apache under Ubuntu 14.04. The relevant code is: figure = Figure(frameon=False, figsize=(4, 3)) canvas = FigureCanvasAgg(figure) axes = figure.add_subplot(111) ... canvas