You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(33) |
Dec
(20) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(7) |
Feb
(44) |
Mar
(51) |
Apr
(43) |
May
(43) |
Jun
(36) |
Jul
(61) |
Aug
(44) |
Sep
(25) |
Oct
(82) |
Nov
(97) |
Dec
(47) |
| 2005 |
Jan
(77) |
Feb
(143) |
Mar
(42) |
Apr
(31) |
May
(93) |
Jun
(93) |
Jul
(35) |
Aug
(78) |
Sep
(56) |
Oct
(44) |
Nov
(72) |
Dec
(75) |
| 2006 |
Jan
(116) |
Feb
(99) |
Mar
(181) |
Apr
(171) |
May
(112) |
Jun
(86) |
Jul
(91) |
Aug
(111) |
Sep
(77) |
Oct
(72) |
Nov
(57) |
Dec
(51) |
| 2007 |
Jan
(64) |
Feb
(116) |
Mar
(70) |
Apr
(74) |
May
(53) |
Jun
(40) |
Jul
(519) |
Aug
(151) |
Sep
(132) |
Oct
(74) |
Nov
(282) |
Dec
(190) |
| 2008 |
Jan
(141) |
Feb
(67) |
Mar
(69) |
Apr
(96) |
May
(227) |
Jun
(404) |
Jul
(399) |
Aug
(96) |
Sep
(120) |
Oct
(205) |
Nov
(126) |
Dec
(261) |
| 2009 |
Jan
(136) |
Feb
(136) |
Mar
(119) |
Apr
(124) |
May
(155) |
Jun
(98) |
Jul
(136) |
Aug
(292) |
Sep
(174) |
Oct
(126) |
Nov
(126) |
Dec
(79) |
| 2010 |
Jan
(109) |
Feb
(83) |
Mar
(139) |
Apr
(91) |
May
(79) |
Jun
(164) |
Jul
(184) |
Aug
(146) |
Sep
(163) |
Oct
(128) |
Nov
(70) |
Dec
(73) |
| 2011 |
Jan
(235) |
Feb
(165) |
Mar
(147) |
Apr
(86) |
May
(74) |
Jun
(118) |
Jul
(65) |
Aug
(75) |
Sep
(162) |
Oct
(94) |
Nov
(48) |
Dec
(44) |
| 2012 |
Jan
(49) |
Feb
(40) |
Mar
(88) |
Apr
(35) |
May
(52) |
Jun
(69) |
Jul
(90) |
Aug
(123) |
Sep
(112) |
Oct
(120) |
Nov
(105) |
Dec
(116) |
| 2013 |
Jan
(76) |
Feb
(26) |
Mar
(78) |
Apr
(43) |
May
(61) |
Jun
(53) |
Jul
(147) |
Aug
(85) |
Sep
(83) |
Oct
(122) |
Nov
(18) |
Dec
(27) |
| 2014 |
Jan
(58) |
Feb
(25) |
Mar
(49) |
Apr
(17) |
May
(29) |
Jun
(39) |
Jul
(53) |
Aug
(52) |
Sep
(35) |
Oct
(47) |
Nov
(110) |
Dec
(27) |
| 2015 |
Jan
(50) |
Feb
(93) |
Mar
(96) |
Apr
(30) |
May
(55) |
Jun
(83) |
Jul
(44) |
Aug
(8) |
Sep
(5) |
Oct
|
Nov
(1) |
Dec
(1) |
| 2016 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
(3) |
Sep
(1) |
Oct
(3) |
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
(7) |
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
1
(7) |
2
(15) |
3
(6) |
4
(13) |
5
(5) |
6
(2) |
|
7
(8) |
8
(23) |
9
(1) |
10
(11) |
11
(20) |
12
(33) |
13
(18) |
|
14
(16) |
15
(11) |
16
(25) |
17
(25) |
18
(3) |
19
(8) |
20
|
|
21
|
22
(4) |
23
|
24
(2) |
25
|
26
(1) |
27
|
|
28
|
29
(2) |
30
(1) |
31
(1) |
|
|
|
|
From: John H. <jd...@gm...> - 2008-12-13 21:54:37
|
On Sat, Dec 13, 2008 at 3:24 PM, John Hunter <jd...@gm...> wrote: > Because several people are reporting problems with the OS X egg, I > grabbed matplotlib-0.98.5-py2.5-macosx-10.3.egg from sourceforge and > unzipped it to see what was in there. It seems to contain no of the > extension code and no object files. What exactly is this thing? I am > no egg expert, but I don't see how this thing *could* work ... Hmm, it appears that I missed all the *.so files -- must work on my grep skills. Sorry for the noise JDH |
|
From: John H. <jd...@gm...> - 2008-12-13 21:24:20
|
Because several people are reporting problems with the OS X egg, I grabbed matplotlib-0.98.5-py2.5-macosx-10.3.egg from sourceforge and unzipped it to see what was in there. It seems to contain no of the extension code and no object files. What exactly is this thing? I am no egg expert, but I don't see how this thing *could* work ... I think the src egg approach for os x is hopeless because too many people are having problems with architecture on png and zlib dependencies, and we don't have a lot of control over this because they are getting these dependencies from a variety of providers. I think we need a binary installer, eg using bdist_mpkg, with the freetype, png and zlib dependencies built in, as we have on windows. Any takers? JDH |
|
From: Darren D. <dsd...@gm...> - 2008-12-13 18:27:23
|
On Sat, Dec 13, 2008 at 12:01 PM, Charlie Moad <cw...@gm...> wrote: > I had all the build opts explicitly set, so I am not quite sure what > happened. I'm a little more worried about the error two people have > reported involving matplotlib.conf.template. This file is present in > the source. > Did you delete the build directory before you rebuilt for the installer? |
|
From: Darren D. <dsd...@gm...> - 2008-12-13 18:25:01
|
On Sat, Dec 13, 2008 at 10:53 AM, John Hunter <jd...@gm...> wrote: > On Sat, Dec 13, 2008 at 4:52 AM, Darren Dale <dsd...@gm...> wrote: > > The 0.98.5 windows installer is still overwriting existing installations > of > > configobj. This package is not needed by matplotlib and should not be > > installed on windows, nor should traits. > > > > I have removed configobj and enthought.traits from the trunk, but it is > > still present on the maintenance branches. On build systems, setup.cfg > for > > the maintenance branches should be configured to not install configobj or > > traits under any circumstances. Once it has been so configured, the build > > directory needs to be deleted, because it probably contains a cached copy > of > > configobj that will get incorporated into the installer the next time it > is > > built, regardless of the settings in setup.cfg. > > > > This bug has been assigned to me, but it is out of my hands at this > point. > > Since config obj is removed, it is mostly moot going forward, but it > appears that something still went wrong with the win32 build process. > Charlie, are you maintaining a setup.cfg file you use for the win32 > builds that has configobj and traits off? You also need to make sure > that you delete the build dir after any changes to setup.cfg before > rebuilding since cruft in the builddir can get carried along. I will > add this to the devel release notes, > I think it should not be an issue for new releases from the trunk, as long as the build directory has been deleted so there is no chance of a cached configobj finding its way into the installer. |
|
From: Charlie M. <cw...@gm...> - 2008-12-13 17:01:59
|
I had all the build opts explicitly set, so I am not quite sure what happened. I'm a little more worried about the error two people have reported involving matplotlib.conf.template. This file is present in the source. - Charlie On Sat, Dec 13, 2008 at 10:53 AM, John Hunter <jd...@gm...> wrote: > On Sat, Dec 13, 2008 at 4:52 AM, Darren Dale <dsd...@gm...> wrote: >> The 0.98.5 windows installer is still overwriting existing installations of >> configobj. This package is not needed by matplotlib and should not be >> installed on windows, nor should traits. >> >> I have removed configobj and enthought.traits from the trunk, but it is >> still present on the maintenance branches. On build systems, setup.cfg for >> the maintenance branches should be configured to not install configobj or >> traits under any circumstances. Once it has been so configured, the build >> directory needs to be deleted, because it probably contains a cached copy of >> configobj that will get incorporated into the installer the next time it is >> built, regardless of the settings in setup.cfg. >> >> This bug has been assigned to me, but it is out of my hands at this point. > > Since config obj is removed, it is mostly moot going forward, but it > appears that something still went wrong with the win32 build process. > Charlie, are you maintaining a setup.cfg file you use for the win32 > builds that has configobj and traits off? You also need to make sure > that you delete the build dir after any changes to setup.cfg before > rebuilding since cruft in the builddir can get carried along. I will > add this to the devel release notes, > > JDH > |
|
From: John H. <jd...@gm...> - 2008-12-13 15:53:15
|
On Sat, Dec 13, 2008 at 4:52 AM, Darren Dale <dsd...@gm...> wrote: > The 0.98.5 windows installer is still overwriting existing installations of > configobj. This package is not needed by matplotlib and should not be > installed on windows, nor should traits. > > I have removed configobj and enthought.traits from the trunk, but it is > still present on the maintenance branches. On build systems, setup.cfg for > the maintenance branches should be configured to not install configobj or > traits under any circumstances. Once it has been so configured, the build > directory needs to be deleted, because it probably contains a cached copy of > configobj that will get incorporated into the installer the next time it is > built, regardless of the settings in setup.cfg. > > This bug has been assigned to me, but it is out of my hands at this point. Since config obj is removed, it is mostly moot going forward, but it appears that something still went wrong with the win32 build process. Charlie, are you maintaining a setup.cfg file you use for the win32 builds that has configobj and traits off? You also need to make sure that you delete the build dir after any changes to setup.cfg before rebuilding since cruft in the builddir can get carried along. I will add this to the devel release notes, JDH |
|
From: John H. <jd...@gm...> - 2008-12-13 15:32:37
|
On Sat, Dec 13, 2008 at 9:22 AM, Darren Dale <dsd...@gm...> wrote: >> I haven't been able to get to the root of this problem, but an "svn-clean" >> in the doc directory always fixes it for me. > > I tried that but the problem persists. I have sphinx-0.4.2 installed, are > you using the same version? Can you post the full traceback sphinx is pointing you to,o: /tmp/sphinx-err-qaZ8fg.log as of your earlier post |
|
From: Darren D. <dsd...@gm...> - 2008-12-13 15:22:28
|
On Sat, Dec 13, 2008 at 8:48 AM, Michael Droettboom <md...@st...> wrote: > Darren Dale wrote: > >> I am seeing some errors when I build the docs, including import errors for >> nonexistent date_support and basic_units modules, and: >> > I added the ability for explicitly setting sys.path so that modules in the > same directory as an example would be importable. It looks likes that has > somehow broken again. I'll look into it. > >> >> >> WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: >> (WARNING/2) error while formatting signature for >> matplotlib.patches.ArrowStyle.BracketB: arg is not a Python function >> WARNING: >> /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2) error >> while formatting signature for matplotlib.patches.ArrowStyle.Curve: arg is >> not a Python function >> WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: >> (WARNING/2) error while formatting signature for >> matplotlib.patches.ArrowStyle.CurveA: arg is not a Python function >> WARNING: >> /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2) error >> while formatting signature for matplotlib.patches.ArrowStyle.CurveAB: arg is >> not a Python function >> WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: >> (WARNING/2) error while formatting signature for >> matplotlib.patches.ArrowStyle.CurveB: arg is not a Python function >> WARNING: >> /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2) error >> while formatting signature for matplotlib.patches.ArrowStyle.Fancy: arg is >> not a Python function >> WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: >> (WARNING/2) error while formatting signature for >> matplotlib.patches.ArrowStyle.Simple: arg is not a Python function >> WARNING: >> /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2) error >> while formatting signature for matplotlib.patches.ArrowStyle.Wedge: arg is >> not a Python function >> WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: >> (WARNING/2) error while formatting signature for >> matplotlib.patches.BoxStyle.LArrow: arg is not a Python function >> WARNING: >> /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2) error >> while formatting signature for matplotlib.patches.BoxStyle.RArrow: arg is >> not a Python function >> WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: >> (WARNING/2) error while formatting signature for >> matplotlib.patches.BoxStyle.Round: arg is not a Python function >> WARNING: >> /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2) error >> while formatting signature for matplotlib.patches.BoxStyle.Round4: arg is >> not a Python function >> WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: >> (WARNING/2) error while formatting signature for >> matplotlib.patches.BoxStyle.Roundtooth: arg is not a Python function >> WARNING: >> /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2) error >> while formatting signature for matplotlib.patches.BoxStyle.Sawtooth: arg is >> not a Python function >> WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: >> (WARNING/2) error while formatting signature for >> matplotlib.patches.BoxStyle.Square: arg is not a Python function >> WARNING: >> /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2) error >> while formatting signature for matplotlib.patches.ConnectionStyle.Angle: arg >> is not a Python function >> WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: >> (WARNING/2) error while formatting signature for >> matplotlib.patches.ConnectionStyle.Angle3: arg is not a Python function >> WARNING: >> /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2) error >> while formatting signature for matplotlib.patches.ConnectionStyle.Arc: arg >> is not a Python function >> WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: >> (WARNING/2) error while formatting signature for >> matplotlib.patches.ConnectionStyle.Arc3: arg is not a Python function >> >> > I have never had any idea what this warning means, > >> WARNING: /usr/lib/python2.5/site-packages/matplotlib/patches.py:docstring >> of matplotlib.patches.FancyBboxPatch.set_width:2: (WARNING/2) Block quote >> ends without a blank line; unexpected unindent. >> WARNING: >> /usr/lib/python2.5/site-packages/matplotlib/axes.py:docstring of >> matplotlib.axes.Axes.acorr:22: (ERROR/3) Unexpected indentation. >> WARNING: >> /usr/lib/python2.5/site-packages/matplotlib/axes.py:docstring of >> matplotlib.axes.Axes.semilogy:3: (ERROR/3) Inconsistent literal block >> quoting. WARNING: :0: (ERROR/3) Unexpected indentation. >> WARNING: >> /home/darren/src/matplotlib/doc/api/backend_wxagg_api.rst:5: (WARNING/2) >> autodoc can't import/find module 'matplotlib.backends.backend_wxagg', it >> reported error: "No module named wx",please check your spelling and sys.path >> WARNING: /home/darren/src/matplotlib/doc/api/cbook_api.rst:9: >> (WARNING/2) error while formatting signature for matplotlib.cbook.Xlator: >> arg is not a Python function >> >> WARNING: /home/darren/src/matplotlib/doc/api/font_manager_api.rst:: >> (WARNING/2) Duplicate explicit target name: "fontconfig". >> WARNING: >> /home/darren/src/matplotlib/doc/api/mathtext_api.rst:11: (WARNING/2) error >> while formatting signature for matplotlib.mathtext.Parser.State: arg is not >> a Python function >> WARNING: /home/darren/src/matplotlib/doc/api/mathtext_api.rst:11: >> (WARNING/2) error while formatting signature for >> matplotlib.mathtext.TruetypeFonts.CachedFont: arg is not a Python function >> WARNING: >> /home/darren/src/matplotlib/doc/api/path_api.rst:9: (WARNING/2) error while >> formatting signature for matplotlib.path.Path.code_type: arg is not a Python >> function >> >> WARNING: /usr/lib/python2.5/site-packages/matplotlib/pyplot.py:docstring >> of matplotlib.pyplot.acorr:41: (ERROR/3) Unexpected indentation. >> WARNING: :0: (ERROR/3) Inconsistent literal block quoting. >> WARNING: >> /usr/lib/python2.5/site-packages/matplotlib/pyplot.py:docstring of >> matplotlib.pyplot.annotate:19: (ERROR/3) Unexpected indentation. >> WARNING: /home/darren/src/matplotlib/doc/api/pyplot_api.rst:6380: >> (ERROR/3) Unknown interpreted text role "module". >> WARNING: >> /home/darren/src/matplotlib/doc/api/ticker_api.rst:9: (WARNING/2) error >> while formatting signature for matplotlib.ticker.TickHelper.DummyAxis: arg >> is not a Python function >> WARNING: >> /home/darren/src/matplotlib/doc/devel/add_new_projection.rst:132: >> (WARNING/2) error while formatting signature for >> matplotlib.projections.polar.PolarAxes.InvertedPolarTransform: arg is not a >> Python function WARNING: >> /home/darren/src/matplotlib/doc/devel/add_new_projection.rst:132: >> (WARNING/2) error while formatting signature for >> matplotlib.projections.polar.PolarAxes.PolarAffine: arg is not a Python >> function WARNING: >> /home/darren/src/matplotlib/doc/devel/add_new_projection.rst:132: >> (WARNING/2) error while formatting signature for >> matplotlib.projections.polar.PolarAxes.PolarTransform: arg is not a Python >> function WARNING: >> /home/darren/src/matplotlib/doc/devel/add_new_projection.rst:132: >> (WARNING/2) error while formatting signature for >> matplotlib.projections.polar.PolarAxes.RadialLocator: arg is not a Python >> function WARNING: >> /home/darren/src/matplotlib/doc/devel/add_new_projection.rst:132: >> (WARNING/2) error while formatting signature for >> matplotlib.projections.polar.PolarAxes.ThetaFormatter: arg is not a Python >> function >> >> and: >> >> checking consistency... >> WARNING: /home/darren/src/matplotlib/doc/examples/index.rst:: document >> isn't included in any toctree >> > This one is deliberate -- it's there to help the search engine, but we > don't actually want to include it in the doc. > >> WARNING: >> /home/darren/src/matplotlib/doc/faq/environment_variables_faq.rst:: document >> isn't included in any toctree >> WARNING: /home/darren/src/matplotlib/doc/users/arraydata.rst:: document >> isn't included in any toctree >> > These (I believe) are unfinished documents, that should be added to the > index once they are. > >> >> Most importantly: >> >> copying static files... >> Exception occurred: >> File "/usr/lib/python2.5/shutil.py", line 165, in rmtree >> names = os.listdir(path) >> OSError: [Errno 2] No such file or directory: >> '/home/darren/src/matplotlib/doc/build/html/_static/plot_directive' >> The full traceback has been saved in /tmp/sphinx-err-qaZ8fg.log, if you >> want toreport the issue to the author. >> Please also report this if it was a user error, so that a better error >> message can be provided next time. >> Send reports to sph...@go... <mailto: >> sph...@go...>. Thanks! >> Building HTML failed. >> > I haven't been able to get to the root of this problem, but an "svn-clean" > in the doc directory always fixes it for me. > I tried that but the problem persists. I have sphinx-0.4.2 installed, are you using the same version? |
|
From: Sandro T. <mo...@de...> - 2008-12-13 14:16:00
|
> I get a similar error that I assumed was caused by the docs being
> generated by the version of matplotlib that is currently installed,
> rather than the new version that has just been compiled. I know the
> debian package has a workaround for this.
Of course we have one :)
We build doc this way:
( cd doc ; MATPLOTLIBDATA=../lib/matplotlib/mpl-data/ \
PYTHONPATH=../build/lib.$(PY_PLATFORM)-$(DEFPY) ./make.py )
after having built mpl module. $(PY_PLATFORM)-$(DEFPY) is to be
generic on the arch and the python version we are using to build the
package, so you can replace it with the dir where the module was
compiled.
Cheers,
--
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
|
|
From: Chris W. <ch...@ch...> - 2008-12-13 14:05:02
|
Michael Droettboom <md...@st...> writes:
> Darren Dale wrote:
> > I am seeing some errors when I build the docs, including import errors
> > for nonexistent date_support and basic_units modules, and:
> I added the ability for explicitly setting sys.path so that modules in
> the same directory as an example would be importable. It looks likes
> that has somehow broken again. I'll look into it.
> >
> > Most importantly:
> >
> > copying static files...
> > Exception occurred:
> > File "/usr/lib/python2.5/shutil.py", line 165, in rmtree
> > names = os.listdir(path)
> > OSError: [Errno 2] No such file or directory:
> > '/home/darren/src/matplotlib/doc/build/html/_static/plot_directive'
> > The full traceback has been saved in /tmp/sphinx-err-qaZ8fg.log, if
> > you want toreport the issue to the author.
> > Please also report this if it was a user error, so that a better error
> > message can be provided next time.
> > Send reports to sph...@go...
> > <mailto:sph...@go...>. Thanks!
> > Building HTML failed.
> I haven't been able to get to the root of this problem, but an
> "svn-clean" in the doc directory always fixes it for me.
I get a similar error that I assumed was caused by the docs being
generated by the version of matplotlib that is currently installed,
rather than the new version that has just been compiled. I know the
debian package has a workaround for this.
I get:
Sphinx v0.5, building html
loading pickled environment... not found
building [html]: targets for 369 source files that are out of date
updating environment: 369 added, 0 changed, 0 removed
reading sources... api/afm_api api/api_changes api/artist_api makefig: fullpath=../mpl_examples/pylab_examples/findobj_demo.py, outdir=_static/plot_directive/../mpl_examples/pylab_examples
Exception occurred:
File "/usr/lib/python2.5/shutil.py", line 46, in copyfile
fsrc = open(src, 'rb')
IOError: [Errno 2] No such file or directory: '../mpl_examples/pylab_examples/findobj_demo.py'
The full traceback has been saved in /tmp/sphinx-err-L8wLV6.log, if you want to report the issue to the author.
Please also report this if it was a user error, so that a better error message can be provided next time.
Send reports to sph...@go.... Thanks!
Building HTML failed.
There is an examples directory, but no mpl_examples directory. Nb this
error is from the 0.98.4 tarfile compiled on debian lenny with the
sphinx 0.5 from debian's experimental packages.
Chris
|
|
From: Michael D. <md...@st...> - 2008-12-13 13:49:08
|
Darren Dale wrote: > I am seeing some errors when I build the docs, including import errors > for nonexistent date_support and basic_units modules, and: I added the ability for explicitly setting sys.path so that modules in the same directory as an example would be importable. It looks likes that has somehow broken again. I'll look into it. > > > WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: > (WARNING/2) error while formatting signature for > matplotlib.patches.ArrowStyle.BracketB: arg is not a Python > function > WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: > (WARNING/2) error while formatting signature for > matplotlib.patches.ArrowStyle.Curve: arg is not a Python > function > WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: > (WARNING/2) error while formatting signature for > matplotlib.patches.ArrowStyle.CurveA: arg is not a Python > function > WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: > (WARNING/2) error while formatting signature for > matplotlib.patches.ArrowStyle.CurveAB: arg is not a Python > function > WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: > (WARNING/2) error while formatting signature for > matplotlib.patches.ArrowStyle.CurveB: arg is not a Python > function > WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: > (WARNING/2) error while formatting signature for > matplotlib.patches.ArrowStyle.Fancy: arg is not a Python > function > WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: > (WARNING/2) error while formatting signature for > matplotlib.patches.ArrowStyle.Simple: arg is not a Python > function > WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: > (WARNING/2) error while formatting signature for > matplotlib.patches.ArrowStyle.Wedge: arg is not a Python > function > WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: > (WARNING/2) error while formatting signature for > matplotlib.patches.BoxStyle.LArrow: arg is not a Python > function > WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: > (WARNING/2) error while formatting signature for > matplotlib.patches.BoxStyle.RArrow: arg is not a Python > function > WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: > (WARNING/2) error while formatting signature for > matplotlib.patches.BoxStyle.Round: arg is not a Python > function > WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: > (WARNING/2) error while formatting signature for > matplotlib.patches.BoxStyle.Round4: arg is not a Python > function > WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: > (WARNING/2) error while formatting signature for > matplotlib.patches.BoxStyle.Roundtooth: arg is not a Python > function > WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: > (WARNING/2) error while formatting signature for > matplotlib.patches.BoxStyle.Sawtooth: arg is not a Python > function > WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: > (WARNING/2) error while formatting signature for > matplotlib.patches.BoxStyle.Square: arg is not a Python > function > WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: > (WARNING/2) error while formatting signature for > matplotlib.patches.ConnectionStyle.Angle: arg is not a Python > function > WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: > (WARNING/2) error while formatting signature for > matplotlib.patches.ConnectionStyle.Angle3: arg is not a Python > function > WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: > (WARNING/2) error while formatting signature for > matplotlib.patches.ConnectionStyle.Arc: arg is not a Python > function > WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: > (WARNING/2) error while formatting signature for > matplotlib.patches.ConnectionStyle.Arc3: arg is not a Python > function I have never had any idea what this warning means, > WARNING: > /usr/lib/python2.5/site-packages/matplotlib/patches.py:docstring of > matplotlib.patches.FancyBboxPatch.set_width:2: (WARNING/2) Block quote > ends without a blank line; unexpected > unindent. > WARNING: /usr/lib/python2.5/site-packages/matplotlib/axes.py:docstring > of matplotlib.axes.Axes.acorr:22: (ERROR/3) Unexpected > indentation. > WARNING: /usr/lib/python2.5/site-packages/matplotlib/axes.py:docstring > of matplotlib.axes.Axes.semilogy:3: (ERROR/3) Inconsistent literal > block quoting. > WARNING: :0: (ERROR/3) Unexpected > indentation. > WARNING: /home/darren/src/matplotlib/doc/api/backend_wxagg_api.rst:5: > (WARNING/2) autodoc can't import/find module > 'matplotlib.backends.backend_wxagg', it reported error: "No module > named wx",please check your spelling and sys.path > WARNING: /home/darren/src/matplotlib/doc/api/cbook_api.rst:9: > (WARNING/2) error while formatting signature for > matplotlib.cbook.Xlator: arg is not a Python > function > > WARNING: /home/darren/src/matplotlib/doc/api/font_manager_api.rst:: > (WARNING/2) Duplicate explicit target name: > "fontconfig". > WARNING: /home/darren/src/matplotlib/doc/api/mathtext_api.rst:11: > (WARNING/2) error while formatting signature for > matplotlib.mathtext.Parser.State: arg is not a Python > function > WARNING: /home/darren/src/matplotlib/doc/api/mathtext_api.rst:11: > (WARNING/2) error while formatting signature for > matplotlib.mathtext.TruetypeFonts.CachedFont: arg is not a Python > function > WARNING: /home/darren/src/matplotlib/doc/api/path_api.rst:9: > (WARNING/2) error while formatting signature for > matplotlib.path.Path.code_type: arg is not a Python > function > > WARNING: > /usr/lib/python2.5/site-packages/matplotlib/pyplot.py:docstring of > matplotlib.pyplot.acorr:41: (ERROR/3) Unexpected > indentation. > WARNING: :0: (ERROR/3) Inconsistent literal block > quoting. > WARNING: > /usr/lib/python2.5/site-packages/matplotlib/pyplot.py:docstring of > matplotlib.pyplot.annotate:19: (ERROR/3) Unexpected > indentation. > WARNING: /home/darren/src/matplotlib/doc/api/pyplot_api.rst:6380: > (ERROR/3) Unknown interpreted text role > "module". > WARNING: /home/darren/src/matplotlib/doc/api/ticker_api.rst:9: > (WARNING/2) error while formatting signature for > matplotlib.ticker.TickHelper.DummyAxis: arg is not a Python > function > WARNING: > /home/darren/src/matplotlib/doc/devel/add_new_projection.rst:132: > (WARNING/2) error while formatting signature for > matplotlib.projections.polar.PolarAxes.InvertedPolarTransform: arg is > not a Python function > WARNING: > /home/darren/src/matplotlib/doc/devel/add_new_projection.rst:132: > (WARNING/2) error while formatting signature for > matplotlib.projections.polar.PolarAxes.PolarAffine: arg is not a > Python function > WARNING: > /home/darren/src/matplotlib/doc/devel/add_new_projection.rst:132: > (WARNING/2) error while formatting signature for > matplotlib.projections.polar.PolarAxes.PolarTransform: arg is not a > Python function > WARNING: > /home/darren/src/matplotlib/doc/devel/add_new_projection.rst:132: > (WARNING/2) error while formatting signature for > matplotlib.projections.polar.PolarAxes.RadialLocator: arg is not a > Python function > WARNING: > /home/darren/src/matplotlib/doc/devel/add_new_projection.rst:132: > (WARNING/2) error while formatting signature for > matplotlib.projections.polar.PolarAxes.ThetaFormatter: arg is not a > Python function > > and: > > checking > consistency... > WARNING: /home/darren/src/matplotlib/doc/examples/index.rst:: document > isn't included in any toctree This one is deliberate -- it's there to help the search engine, but we don't actually want to include it in the doc. > > WARNING: > /home/darren/src/matplotlib/doc/faq/environment_variables_faq.rst:: > document isn't included in any > toctree > WARNING: /home/darren/src/matplotlib/doc/users/arraydata.rst:: > document isn't included in any toctree These (I believe) are unfinished documents, that should be added to the index once they are. > > Most importantly: > > copying static files... > Exception occurred: > File "/usr/lib/python2.5/shutil.py", line 165, in rmtree > names = os.listdir(path) > OSError: [Errno 2] No such file or directory: > '/home/darren/src/matplotlib/doc/build/html/_static/plot_directive' > The full traceback has been saved in /tmp/sphinx-err-qaZ8fg.log, if > you want toreport the issue to the author. > Please also report this if it was a user error, so that a better error > message can be provided next time. > Send reports to sph...@go... > <mailto:sph...@go...>. Thanks! > Building HTML failed. I haven't been able to get to the root of this problem, but an "svn-clean" in the doc directory always fixes it for me. Cheers, Mike > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > ------------------------------------------------------------------------ > > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > |
|
From: Darren D. <dsd...@gm...> - 2008-12-13 13:32:24
|
I am seeing some errors when I build the docs, including import errors for
nonexistent date_support and basic_units modules, and:
WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2)
error while formatting signature for matplotlib.patches.ArrowStyle.BracketB:
arg is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2)
error while formatting signature for matplotlib.patches.ArrowStyle.Curve:
arg is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2)
error while formatting signature for matplotlib.patches.ArrowStyle.CurveA:
arg is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2)
error while formatting signature for matplotlib.patches.ArrowStyle.CurveAB:
arg is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2)
error while formatting signature for matplotlib.patches.ArrowStyle.CurveB:
arg is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2)
error while formatting signature for matplotlib.patches.ArrowStyle.Fancy:
arg is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2)
error while formatting signature for matplotlib.patches.ArrowStyle.Simple:
arg is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2)
error while formatting signature for matplotlib.patches.ArrowStyle.Wedge:
arg is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2)
error while formatting signature for matplotlib.patches.BoxStyle.LArrow: arg
is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2)
error while formatting signature for matplotlib.patches.BoxStyle.RArrow: arg
is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2)
error while formatting signature for matplotlib.patches.BoxStyle.Round: arg
is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2)
error while formatting signature for matplotlib.patches.BoxStyle.Round4: arg
is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2)
error while formatting signature for matplotlib.patches.BoxStyle.Roundtooth:
arg is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2)
error while formatting signature for matplotlib.patches.BoxStyle.Sawtooth:
arg is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2)
error while formatting signature for matplotlib.patches.BoxStyle.Square: arg
is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2)
error while formatting signature for
matplotlib.patches.ConnectionStyle.Angle: arg is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2)
error while formatting signature for
matplotlib.patches.ConnectionStyle.Angle3: arg is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2)
error while formatting signature for matplotlib.patches.ConnectionStyle.Arc:
arg is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/api/artist_api.rst:37: (WARNING/2)
error while formatting signature for
matplotlib.patches.ConnectionStyle.Arc3: arg is not a Python
function
WARNING: /usr/lib/python2.5/site-packages/matplotlib/patches.py:docstring of
matplotlib.patches.FancyBboxPatch.set_width:2: (WARNING/2) Block quote ends
without a blank line; unexpected
unindent.
WARNING: /usr/lib/python2.5/site-packages/matplotlib/axes.py:docstring of
matplotlib.axes.Axes.acorr:22: (ERROR/3) Unexpected
indentation.
WARNING: /usr/lib/python2.5/site-packages/matplotlib/axes.py:docstring of
matplotlib.axes.Axes.semilogy:3: (ERROR/3) Inconsistent literal block
quoting.
WARNING: :0: (ERROR/3) Unexpected
indentation.
WARNING: /home/darren/src/matplotlib/doc/api/backend_wxagg_api.rst:5:
(WARNING/2) autodoc can't import/find module
'matplotlib.backends.backend_wxagg', it reported error: "No module named
wx",please check your spelling and sys.path
WARNING: /home/darren/src/matplotlib/doc/api/cbook_api.rst:9: (WARNING/2)
error while formatting signature for matplotlib.cbook.Xlator: arg is not a
Python
function
WARNING: /home/darren/src/matplotlib/doc/api/font_manager_api.rst::
(WARNING/2) Duplicate explicit target name:
"fontconfig".
WARNING: /home/darren/src/matplotlib/doc/api/mathtext_api.rst:11:
(WARNING/2) error while formatting signature for
matplotlib.mathtext.Parser.State: arg is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/api/mathtext_api.rst:11:
(WARNING/2) error while formatting signature for
matplotlib.mathtext.TruetypeFonts.CachedFont: arg is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/api/path_api.rst:9: (WARNING/2)
error while formatting signature for matplotlib.path.Path.code_type: arg is
not a Python
function
WARNING: /usr/lib/python2.5/site-packages/matplotlib/pyplot.py:docstring of
matplotlib.pyplot.acorr:41: (ERROR/3) Unexpected
indentation.
WARNING: :0: (ERROR/3) Inconsistent literal block
quoting.
WARNING: /usr/lib/python2.5/site-packages/matplotlib/pyplot.py:docstring of
matplotlib.pyplot.annotate:19: (ERROR/3) Unexpected
indentation.
WARNING: /home/darren/src/matplotlib/doc/api/pyplot_api.rst:6380: (ERROR/3)
Unknown interpreted text role
"module".
WARNING: /home/darren/src/matplotlib/doc/api/ticker_api.rst:9: (WARNING/2)
error while formatting signature for matplotlib.ticker.TickHelper.DummyAxis:
arg is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/devel/add_new_projection.rst:132:
(WARNING/2) error while formatting signature for
matplotlib.projections.polar.PolarAxes.InvertedPolarTransform: arg is not a
Python function
WARNING: /home/darren/src/matplotlib/doc/devel/add_new_projection.rst:132:
(WARNING/2) error while formatting signature for
matplotlib.projections.polar.PolarAxes.PolarAffine: arg is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/devel/add_new_projection.rst:132:
(WARNING/2) error while formatting signature for
matplotlib.projections.polar.PolarAxes.PolarTransform: arg is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/devel/add_new_projection.rst:132:
(WARNING/2) error while formatting signature for
matplotlib.projections.polar.PolarAxes.RadialLocator: arg is not a Python
function
WARNING: /home/darren/src/matplotlib/doc/devel/add_new_projection.rst:132:
(WARNING/2) error while formatting signature for
matplotlib.projections.polar.PolarAxes.ThetaFormatter: arg is not a Python
function
and:
checking
consistency...
WARNING: /home/darren/src/matplotlib/doc/examples/index.rst:: document isn't
included in any
toctree
WARNING: /home/darren/src/matplotlib/doc/faq/environment_variables_faq.rst::
document isn't included in any
toctree
WARNING: /home/darren/src/matplotlib/doc/users/arraydata.rst:: document
isn't included in any toctree
Most importantly:
copying static files...
Exception occurred:
File "/usr/lib/python2.5/shutil.py", line 165, in rmtree
names = os.listdir(path)
OSError: [Errno 2] No such file or directory:
'/home/darren/src/matplotlib/doc/build/html/_static/plot_directive'
The full traceback has been saved in /tmp/sphinx-err-qaZ8fg.log, if you want
toreport the issue to the author.
Please also report this if it was a user error, so that a better error
message can be provided next time.
Send reports to sph...@go.... Thanks!
Building HTML failed.
|
|
From: Darren D. <dsd...@gm...> - 2008-12-13 10:52:18
|
The 0.98.5 windows installer is still overwriting existing installations of configobj. This package is not needed by matplotlib and should not be installed on windows, nor should traits. I have removed configobj and enthought.traits from the trunk, but it is still present on the maintenance branches. On build systems, setup.cfg for the maintenance branches should be configured to not install configobj or traits under any circumstances. Once it has been so configured, the build directory needs to be deleted, because it probably contains a cached copy of configobj that will get incorporated into the installer the next time it is built, regardless of the settings in setup.cfg. This bug has been assigned to me, but it is out of my hands at this point. Darren |
|
From: Sandro T. <mat...@gm...> - 2008-12-13 08:36:54
|
Hi John, On Sat, Dec 13, 2008 at 01:49, John Hunter <jd...@gm...> wrote: > On Fri, Dec 12, 2008 at 6:21 PM, Sandro Tosi <mo...@de...> wrote: >> Hello guys, >> since I'm going to update debian matplotlib pkg to 0.98.5 I'd like to >> know how much dvipng lib is needed to let matplotlib work. > > It's strictly optional, for the "usetex" mode, which is not turned on > by default. Our native mathtext is good enough for most use cases, > and those who want tex rendering can "apt-get install dvipng" Thanks for the quick reply! I moved dvipng to Suggests (so that it remains a trace of it in the package, for the users who want to install it manually): the net result would be much less packages to download (and install) to use mpl on Debian/Ubuntu. Cheers, -- Sandro Tosi (aka morph, Morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi |
|
From: John H. <jd...@gm...> - 2008-12-13 00:49:12
|
On Fri, Dec 12, 2008 at 6:21 PM, Sandro Tosi <mo...@de...> wrote: > Hello guys, > since I'm going to update debian matplotlib pkg to 0.98.5 I'd like to > know how much dvipng lib is needed to let matplotlib work. It's strictly optional, for the "usetex" mode, which is not turned on by default. Our native mathtext is good enough for most use cases, and those who want tex rendering can "apt-get install dvipng" JDH |
|
From: Neal B. <ndb...@gm...> - 2008-12-13 00:21:51
|
Charlie Moad wrote: > I'm not seeing this on OSX. Is anyone else experiencing this issue? > > - Charlie Please see http://permalink.gmane.org/gmane.comp.python.matplotlib.general/15425 |
|
From: Sandro T. <mo...@de...> - 2008-12-13 00:21:19
|
Hello guys, since I'm going to update debian matplotlib pkg to 0.98.5 I'd like to know how much dvipng lib is needed to let matplotlib work. This is because adding a strong dependency on it (so that it's installed everytime you install mpl) will take in even texlive, and all its dependency, amounting in more than 200mb of space (an issue presents even in ubuntu). If dvipng (+texlive) is only needed for some "not-so-common" situations (for example only to print complex math expression) then we can move it to a wicker dependency, so that it's installed only if expressly requested by the user (we'll inform users about this change). Thanks for the attention, -- Sandro Tosi (aka morph, Morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi |
|
From: Charlie M. <cw...@gm...> - 2008-12-13 00:11:04
|
I'm not seeing this on OSX. Is anyone else experiencing this issue? - Charlie On Fri, Dec 12, 2008 at 2:39 PM, Neal Becker <ndb...@gm...> wrote: > sudo easy_install -U matplotlib > Searching for matplotlib > Reading http://pypi.python.org/simple/matplotlib/ > Reading http://matplotlib.sourceforge.net > Reading https://sourceforge.net/project/showfiles.php?group_id=80706&package_id=278194 > Reading https://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474 > Reading http://sourceforge.net/project/showfiles.php?group_id=80706 > Best match: matplotlib 0.98.5 > Downloading http://downloads.sourceforge.net/matplotlib/matplotlib-0.98.5.tar.gz?modtime=1229034572&big_mirror=0 > Processing matplotlib-0.98.5.tar.gz > Running matplotlib-0.98.5/setup.py -q bdist_egg --dist-dir /tmp/easy_install-CC1jw7/matplotlib-0.98.5/egg-dist-tmp-NSNvcC > ============================================================================ > BUILDING MATPLOTLIB > matplotlib: 0.98.5 > python: 2.5.2 (r252:60911, Sep 30 2008, 15:42:03) [GCC > 4.3.2 20080917 (Red Hat 4.3.2-4)] > platform: linux2 > > REQUIRED DEPENDENCIES > numpy: 1.2.0 > freetype2: 9.18.3 > > OPTIONAL BACKEND DEPENDENCIES > libpng: 1.2.33 > Tkinter: Tkinter: 50704, Tk: 8.5, Tcl: 8.5 > * Guessing the library and include directories for > * Tcl and Tk because the tclConfig.sh and > * tkConfig.sh could not be found and/or parsed. > wxPython: 2.8.9.1 > * WxAgg extension not required for wxPython >= 2.8 > Gtk+: gtk+: 2.14.4, glib: 2.18.3, pygtk: 2.13.0, > pygobject: 2.15.4 > Mac OS X native: no > Qt: Qt: 3.3.8, PyQt: 3.17.4 > Qt4: Qt: 4.4.1, PyQt4: 4.4.3 > Cairo: 1.4.12 > > OPTIONAL DATE/TIMEZONE DEPENDENCIES > datetime: present, version unknown > dateutil: 1.4 > pytz: 2006p > > OPTIONAL USETEX DEPENDENCIES > dvipng: 1.11 > ghostscript: 8.63 > latex: 3.141592 > > EXPERIMENTAL CONFIG PACKAGE DEPENDENCIES > configobj: 4.5.2 > enthought.traits: no > > [Edit setup.cfg to suppress the above messages] > ============================================================================ > error: lib/matplotlib/mpl-data/matplotlib.conf.template: No such file or directory > Exception exceptions.OSError: (2, 'No such file or directory', 'src/image.cpp') in <bound method CleanUpFile.__del__ of <setupext.CleanUpFile instance at 0x7fc85b3c51b8>> ignored > Exception exceptions.OSError: (2, 'No such file or directory', 'src/path.cpp') in <bound method CleanUpFile.__del__ of <setupext.CleanUpFile instance at 0x7fc85b3c4638>> ignored > Exception exceptions.OSError: (2, 'No such file or directory', 'src/backend_gdk.c') in <bound method CleanUpFile.__del__ of <setupext.CleanUpFile instance at 0x7fc85978c7a0>> ignored > Exception exceptions.OSError: (2, 'No such file or directory', 'src/backend_agg.cpp') in <bound method CleanUpFile.__del__ of <setupext.CleanUpFile instance at 0x7fc85b3c4fc8>> ignored > > > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > |