[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, 13:

[Matplotlib-users] bug in 0.91.2

2008-05-20 Thread keith.briggs
ttconv/truetype.h needs an "#include ", 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. http://clk.atdmt.com/MRT/go/vse

[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 -

[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

[Matplotlib-users] documentation errors

2009-01-23 Thread keith.briggs
At http://matplotlib.sourceforge.net/, the "Show Source" link doesn't work. At http://matplotlib.sourceforge.net/, the table of functions links "show" to http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot. show, but there is no such function mentioned there. At http://matplo

[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 th

[Matplotlib-users] dead link at http://matplotlib.sourceforge.net/fonts.html

2006-06-01 Thread keith.briggs
http://matplotlib.sourceforge.net/fonts.html: > See font_properties_demo.py > *click* An error has been encountered in accessing this page. 1. Server: matplotlib.sourceforge.net 2. URL path: /examples/font_properties_demo.py

[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 pytho

[Matplotlib-users] wrong link at http://matplotlib.org?

2013-08-07 Thread keith.briggs
The link "join the matplotlib mailing lists" actually goes to the sourceforge download page. Keith -- Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for producti

[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 --

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: matplotlib-users@li

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 ha