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
|
2
|
3
|
4
|
5
(6) |
6
|
7
|
8
(2) |
9
(15) |
10
(5) |
11
|
12
|
13
(4) |
14
(12) |
15
(5) |
16
(5) |
17
(3) |
18
(3) |
19
|
20
|
21
(3) |
22
(1) |
23
|
24
|
25
|
26
|
27
|
28
|
29
(1) |
30
(1) |
31
(7) |
|
On Thu, Dec 16, 2010 at 11:13 AM, Benjamin Root <ben...@ou...> wrote: > I have been working on a new feature for mplot3d. It is a bit of a hack > but with this patch the offset information in a tick formatter can now be > displayed. The offset text is located so that the offset texts for two > jointed axis are not co-located, and is placed at the same distance away > from the axis as the axis label. The text is aligned so that it should > always be "tucked" underneath the axis as one rotates the plot. There are a > few edge cases as one rotates where an offset text will "stick out", but > they should be very infrequent. > > I have attached a patch to enable this feature and also an example script > that showcases it. > > This is how it should look: > http://dl.dropbox.com/u/7325604/mplot3d_offsettest.png > > Let me know what you think, and if all is good, I will add it to the > development branch soon. > > Ben Root > Since there haven't been any objections, I will commit this to the development branch today. Ben Root
On Wed, Dec 15, 2010 at 4:47 PM, Justin Peel <jp...@gm...> wrote: > I decided to revisit this briefly and found another pretty easy change > that gives a fairly significant speed boost for a large number of > points. Basically, I just used two list comprehensions instead of > looping. > > Justin, I finally had a chance to test this out and it does seem to give a slight speedup. It also does make for some cleaner code as well, which is always a plus! I still think the main clog, though, is the double for-loops that the code is contained in. I will probably take a closer look at it in January to see if there is a different way to accomplish the same thing. Ben Root
I built a binary installer for matplotlib trunk rev 8843 (because it leaks memory less than 1.0.0 release). I built it the same way I built the 1.0.0 binary <http://www.astro.washington.edu/users/rowen/BuildingMatplotlibForMac.htm l> on Mac OS X 10.4 using python.org Python 2.6.x (where x is probably 6). The binary is available here: <http://www.astro.washington.edu/users/rowen/python/matplotlib-1.0.0+svn8 843-python.org-py2.6-macosx10.3.dmg> It work fine on Mac OS X 10.4 and 10.5, but on 10.6 attempting to import pylab almost always segfaults (and the few times I've gotten it to work on 10.6 I can break it by deleting ~/.fontconfig and ~/.matplotlib and running Python again). I've tried it on newly created accounts and it segfaults. Another user of Snow Leopard first reported the problem. So it's not just me. I've appended part of a crash log. I built this binary the same way I built the matplotlib 1.0.0 binary, which has no problems. Any ideas? -- Russell Exception Type: EXC_BAD_ACCESS (SIGABRT) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Application Specific Information: abort() called Thread 0 Crashed: Dispatch queue: com.apple.main-thread 0 libSystem.B.dylib 0x90e1b176 __kill + 10 1 libSystem.B.dylib 0x90e1b168 kill$UNIX2003 + 32 2 libSystem.B.dylib 0x90ead89d raise + 26 3 libSystem.B.dylib 0x90ec39bc abort + 93 4 org.python.python 0x004e3e99 Py_FatalError + 73 5 libSystem.B.dylib 0x90e2046b _sigtramp + 43 6 ??? 0000000000 0 + 0 7 libSystem.B.dylib 0x90e29378 _Unwind_GetLanguageSpecificData + 24 8 libstdc++.6.dylib 0x940c4d86 __gxx_personality_v0 + 120 9 libgcc_s.1.dylib 0x0389f476 _Unwind_Backtrace + 278 10 libgcc_s.1.dylib 0x0389f890 _Unwind_Resume + 112 11 ft2font.so 0x03d5c3a3 FT2Font::FT2Font(std::string) + 4385 12 ft2font.so 0x03d5c805 ft2font_module::new_ft2font(Py::Tuple const&) + 505 13 ft2font.so 0x03dc89c2 Py::ExtensionModule<ft2font_module>::invoke_method_varargs(void*, Py::Tuple const&) + 90 14 ft2font.so 0x03d7170c method_varargs_call_handler + 342 15 org.python.python 0x004bcd25 PyEval_EvalFrameEx + 19429 16 org.python.python 0x004bee9d PyEval_EvalCodeEx + 2109 17 org.python.python 0x004bcf0c PyEval_EvalFrameEx + 19916