[Matplotlib-users] 1.4.3 does not build on Ubuntu 14 with python3

2015-03-18 Thread keith.briggs
kbriggs:~/Downloads/matplotlib-1.4.3 python3 setup.py build Edit setup.cfg to change the build options BUILDING MATPLOTLIB matplotlib: yes [1.4.3] python: yes [3.4.0 (default, Apr 11 2014,

Re: [Matplotlib-users] Error in atexit._run_exitfuncs

2014-09-15 Thread keith.briggs
How's this for minimal? from matplotlib import pyplot as plt plt.matshow([[0.0]]) It crashes with the FigureManagerGTK3Cairo error. Keith -Original Message- From: Thomas Caswell [mailto:tcasw...@gmail.com] Sent: 15 September 2014 13:23 To: Briggs,KM,Keith,TUB2 R Cc:

Re: [Matplotlib-users] Error in atexit._run_exitfuncs

2014-09-15 Thread keith.briggs
python 3.3.2, everything else is whatever Ubuntu 14.04 amd64 uses in its latest updates. kbriggs:~ cat bug.py #!/usr/bin/env python3 from matplotlib import pyplot as plt plt.matshow([[0.0]]) kbriggs:~ ./bug.py Error in atexit._run_exitfuncs: AttributeError: 'FigureManagerGTK3Cairo' object has

[Matplotlib-users] Error in atexit._run_exitfuncs

2014-06-25 Thread keith.briggs
I am running matplotlib 1.3.1 under Ubuntu 13 and python3. Everything works fine, but I get this message every time: Error in atexit._run_exitfuncs: AttributeError: 'FigureManagerGTK3Cairo' object has no attribute 'canvas' What does it mean, and how do I stop it? Keith

[Matplotlib-users] cannot understand http://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.show

2013-08-07 Thread keith.briggs
The last line of text below seems to say that setting block to either True or False causes an override of the blocking behavior. I don't think this is as intended. Which way round is it (in fact I find it has no effect)? The problem I have is that using pyplot.show at the top level of a

[Matplotlib-users] animation problems

2012-01-09 Thread keith.briggs
I just installed matplotlib 1.1.0. When I try the animation examples from http://matplotlib.sourceforge.net/examples/animation/index.html, they just flash up a window for a fraction of a second, and then terminate with no message (animate_decay.py, strip_chart_demo.py, etc).Is this what

[Matplotlib-users] deficiencies at matplotlib.sourceforge.net

2008-06-23 Thread keith.briggs
1. requires python2.4 seems to imply that python 2.5 won't work. 2. produces publication quality figures should be produces publication-quality figures. Keith - Check out the new SourceForge.net Marketplace. It's the best

[Matplotlib-users] numerix backed??

2008-05-30 Thread keith.briggs
I got this message: /usr/lib64/python2.5/site-packages/matplotlib/numerix/__init__.py:65: DeprecationWarning: numarray use as a numerix backed for matplotlib is deprecated What does numerix backed mean? Keith - This

[Matplotlib-users] bug in 0.91.2

2008-05-20 Thread keith.briggs
ttconv/truetype.h needs an #include cstdio, otherwise it does not compile with gcc 4.3. Keith - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008.