You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
(12) |
Sep
(12) |
Oct
(56) |
Nov
(65) |
Dec
(37) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(59) |
Feb
(78) |
Mar
(153) |
Apr
(205) |
May
(184) |
Jun
(123) |
Jul
(171) |
Aug
(156) |
Sep
(190) |
Oct
(120) |
Nov
(154) |
Dec
(223) |
2005 |
Jan
(184) |
Feb
(267) |
Mar
(214) |
Apr
(286) |
May
(320) |
Jun
(299) |
Jul
(348) |
Aug
(283) |
Sep
(355) |
Oct
(293) |
Nov
(232) |
Dec
(203) |
2006 |
Jan
(352) |
Feb
(358) |
Mar
(403) |
Apr
(313) |
May
(165) |
Jun
(281) |
Jul
(316) |
Aug
(228) |
Sep
(279) |
Oct
(243) |
Nov
(315) |
Dec
(345) |
2007 |
Jan
(260) |
Feb
(323) |
Mar
(340) |
Apr
(319) |
May
(290) |
Jun
(296) |
Jul
(221) |
Aug
(292) |
Sep
(242) |
Oct
(248) |
Nov
(242) |
Dec
(332) |
2008 |
Jan
(312) |
Feb
(359) |
Mar
(454) |
Apr
(287) |
May
(340) |
Jun
(450) |
Jul
(403) |
Aug
(324) |
Sep
(349) |
Oct
(385) |
Nov
(363) |
Dec
(437) |
2009 |
Jan
(500) |
Feb
(301) |
Mar
(409) |
Apr
(486) |
May
(545) |
Jun
(391) |
Jul
(518) |
Aug
(497) |
Sep
(492) |
Oct
(429) |
Nov
(357) |
Dec
(310) |
2010 |
Jan
(371) |
Feb
(657) |
Mar
(519) |
Apr
(432) |
May
(312) |
Jun
(416) |
Jul
(477) |
Aug
(386) |
Sep
(419) |
Oct
(435) |
Nov
(320) |
Dec
(202) |
2011 |
Jan
(321) |
Feb
(413) |
Mar
(299) |
Apr
(215) |
May
(284) |
Jun
(203) |
Jul
(207) |
Aug
(314) |
Sep
(321) |
Oct
(259) |
Nov
(347) |
Dec
(209) |
2012 |
Jan
(322) |
Feb
(414) |
Mar
(377) |
Apr
(179) |
May
(173) |
Jun
(234) |
Jul
(295) |
Aug
(239) |
Sep
(276) |
Oct
(355) |
Nov
(144) |
Dec
(108) |
2013 |
Jan
(170) |
Feb
(89) |
Mar
(204) |
Apr
(133) |
May
(142) |
Jun
(89) |
Jul
(160) |
Aug
(180) |
Sep
(69) |
Oct
(136) |
Nov
(83) |
Dec
(32) |
2014 |
Jan
(71) |
Feb
(90) |
Mar
(161) |
Apr
(117) |
May
(78) |
Jun
(94) |
Jul
(60) |
Aug
(83) |
Sep
(102) |
Oct
(132) |
Nov
(154) |
Dec
(96) |
2015 |
Jan
(45) |
Feb
(138) |
Mar
(176) |
Apr
(132) |
May
(119) |
Jun
(124) |
Jul
(77) |
Aug
(31) |
Sep
(34) |
Oct
(22) |
Nov
(23) |
Dec
(9) |
2016 |
Jan
(26) |
Feb
(17) |
Mar
(10) |
Apr
(8) |
May
(4) |
Jun
(8) |
Jul
(6) |
Aug
(5) |
Sep
(9) |
Oct
(4) |
Nov
|
Dec
|
2017 |
Jan
(5) |
Feb
(7) |
Mar
(1) |
Apr
(5) |
May
|
Jun
(3) |
Jul
(6) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2025 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
(10) |
2
(6) |
3
(13) |
4
(3) |
5
(10) |
6
(4) |
7
(2) |
8
(15) |
9
(10) |
10
(44) |
11
(17) |
12
(9) |
13
(2) |
14
(2) |
15
(4) |
16
(8) |
17
(13) |
18
(11) |
19
(12) |
20
|
21
|
22
(10) |
23
(10) |
24
(11) |
25
(11) |
26
(9) |
27
(1) |
28
|
29
(15) |
30
(14) |
31
(7) |
|
|
|
The behavior of the '.' marker seems anomalous, very different between gtkAgg and postscript backends, and not very useful: 1) With both backends, only the markeredgewidth property, not the markersize property has an effect on the size. More consistent with Matlab, and I suspect with what other users would expect, would be to have the markersize property control the size, as it does for all the other markers. 2) With Agg, trying to use markeredgewidth to make the size larger produces odd symbols. 3) With postscript, markeredgewidth=20, for example, does make a large circular dot. What I would prefer for all backends would be for '.' size to be controlled by markersize; the differences between 'o' and '.', as in Matlab, would be that the actual size of the dot would be a fraction of what is given in markersize (so that with a single markersize, there is a clear distinction between a dot and a filled circle), and the dot would have no edge. I suppose an alternative viewpoint is that a dot really should be a single pixel, so one shouldn't adjust its size; but this goes against the basic idea of having a plotting library in which the result depends as little as possible on the output hardware. Some backend dependence might be needed: for bitmapped output, one might specify that the dot marker should always include one full pixel, so that dots don't fade away in thumbnails, for example. Comments? Eric
Hi all, I get errors when building matplotlib with VC++ 6.00 see below. I read the bit about being masochistic in doing this, however, I am endeavouring to integrate Matplotlib into a wxWidgets App and I need debug mode to enable me to get it to work. So far I have used VC++ 6.00 to compile wxWidgets, wxPython, Numarray and Numeric in debug mode and it is just Matplotlib to go now. Failure details System is Win XP pro SP1, Python-2.4.1. Matplotlib is either matplotlib-0.83.2 or checkout from cvs. Command line is python setup.py build --debug running build_ext building 'matplotlib._agg' extension creating build\temp.win32-2.4 creating build\temp.win32-2.4\Debug creating build\temp.win32-2.4\Debug\src creating build\temp.win32-2.4\Debug\agg23 creating build\temp.win32-2.4\Debug\agg23\src E:\ProgramFiles\Microsoft Visual Studio\VC98\BIN\cl.exe /c /nologo /Od /MDd ...... agg.cxx E:\ProgramFiles\Microsoft Visual Studio\VC98\BIN\cl.exe /c /nologo /Od /MDd ...... agg_trans_affine.cpp E:\ProgramFiles\Microsoft Visual Studio\VC98\BIN\cl.exe /c /nologo /Od /MDd ...... agg_path_storage.cpp E:\ProgramFiles\Microsoft Visual Studio\VC98\BIN\cl.exe /c /nologo /Od /MDd ...... agg_bezier_arc.cpp E:\ProgramFiles\Microsoft Visual Studio\VC98\BIN\cl.exe /c /nologo /Od /MDd ...... agg_vcgen_dash.cpp E:\ProgramFiles\Microsoft Visual Studio\VC98\BIN\cl.exe /c /nologo /Od /MDd ...... agg_vcgen_stroke.cpp E:\ProgramFiles\Microsoft Visual Studio\VC98\BIN\cl.exe /c /nologo /Od /MDd ...... agg_rasterizer_scanline_aa.cpp E:\ProgramFiles\Microsoft Visual Studio\VC98\BIN\cl.exe /c /nologo /Od /MDd ...... agg_curves.cpp E:\ProgramFiles\Microsoft Visual Studio\VC98\BIN\link.exe /DLL /nologo /INCREMENTAL:no /pdb:None /DEBUG /LIBPATH:e:\Python241\libs /LIBPATH:e:\Python241\PCBuild stdc++.lib m.lib /EXPORT:init_agg build\temp.win32-2.4\Debug\src/agg.obj build\temp.win32-2.4\Debug\agg23/src/agg_trans_affine.obj build\temp.win32-2.4\Debug\agg23/src/agg_path_storage.obj build\temp.win32-2.4\Debug\agg23/src/agg_bezier_arc.obj build\temp.win32-2.4\Debug\agg23/src/agg_vcgen_dash.obj build\temp.win32-2.4\Debug\agg23/src/agg_vcgen_stroke.obj build\temp.win32-2.4\Debug\agg23/src/agg_rasterizer_scanline_aa.obj build\temp.win32-2.4\Debug\agg23/src/agg_curves.obj /OUT:build\lib.win32-2.4\matplotlib\_agg_d.pyd /IMPLIB:build\temp.win32-2.4\Debug\src\_agg_d.lib LINK : fatal error LNK1181: cannot open input file "stdc++.lib" note: cl.exe line above are truncated by me. I can get around this link error by commenting out all references to stdc++ in setup_ext.py ie #module.libraries.extend(['stdc++', 'm']) Am I correct in doing this? I then get the following error compiling _na_transforms.cpp running build_ext building 'matplotlib._na_transforms' extension E:\ProgramFiles\Microsoft Visual Studio\VC98\BIN\cl.exe /c /nologo /Od /MDd /W3 /GX /Z7 /D_DEBUG -Isrc -I. -I -Ie:\Python241\include -Ie:\Python241\PC /TpE:\Python241\Lib\site-packages\matplotlib-cvs\src\_na_transforms.cpp /Fobuild\temp.win32-2.4\Debug\src/_na_transforms.obj -DNUMARRAY=1 _na_transforms.cpp .\CXX/Objects.hxx(9) : fatal error C1083: Cannot open include file: 'Python.h': No such file or directory This error seems to be due to the part of the cl command line containing "-Isrc -I. -I -Ie:\Python241\include -Ie:\Python241\PC" and in particular the bit "-I" Changing the line "include_dirs = ['src', '.']+numarray_inc_dirs," to "include_dirs = ['e:\Python241\include', 'src', '.']+numarray_inc_dirs," It seems that the -I not having a directory path is a problem. I then get similar errors later building the other modules. I would appreciate it if somebody more knowledgeable in Disutils could point me in the right direction towards finding this problem. Also what does 'win32_static' mean? Thanks in anticipation, Noel Diviney -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/