pyplot problem between 62bit and 32bit system

Hi

I have a problem with a script that fails on my 64bit system, but runs
well on a 32bit system.
I get a core dump at

import matplotlib.pyplot as plt
...
...
    fig = plt.figure(figsize=(20.0, 16.0))
(core dump)

Any ideas?

Tx/Alain

*Please take note of new phone number since 1 April 2015*

···

------------------------------
*Alain Muls* *alain.muls at rma.ac.be <alain.muls at rma.ac.be>* Royal Military
Academy - Department CISS Phone +32 2 441 39 36 Renaissance Avenue 30
B1000 Brussels (Belgium)

http://www.rma.ac.be/ciss/
http://www.sic.rma.ac.be/
------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20151123/e98fd0cd/attachment.html>

How did you install python, matplotlib, and matplotlib's dependencies? What
operating system? Which python interpreter?

I use matplotlib all day on 64-bit Linux, Mac OS X, and Windows system w/o
core dumps.

···

On Mon, Nov 23, 2015 at 3:16 AM, Alain Muls <alain.muls at gmail.com> wrote:

Hi

I have a problem with a script that fails on my 64bit system, but runs
well on a 32bit system.
I get a core dump at

import matplotlib.pyplot as plt
...
...
    fig = plt.figure(figsize=(20.0, 16.0))
(core dump)

Any ideas?

Tx/Alain

*Please take note of new phone number since 1 April 2015*
------------------------------
*Alain Muls* *alain.muls at rma.ac.be <alain.muls at rma.ac.be>* Royal Military
Academy - Department CISS Phone +32 2 441 39 36 Renaissance Avenue 30
B1000 Brussels (Belgium)

http://www.rma.ac.be/ciss/
http://www.sic.rma.ac.be/
------------------------------

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users at python.org
Matplotlib-users Info Page

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20151123/c7020db3/attachment.html&gt;