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) |
2
|
3
|
4
|
5
(3) |
6
(1) |
7
|
8
|
9
|
10
|
11
|
12
|
13
(1) |
14
|
15
(6) |
16
(3) |
17
(6) |
18
|
19
(6) |
20
|
21
(9) |
22
(5) |
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
(1) |
|
>>>>> "gary" == gary ruben <gr...@bi...> writes: gary> Hi John and Paul, I changed the 'pass' to a 'continue' and a gary> different problem has revealed itself. Now, in lieu of any gary> plot window, I get a Windows dialog with title 'Windows gary> Visual C++ Runtime Library' gary> and content gary> Runtime Error Program C:\APPS\PYTHON23\PYTHONW.EXE abnormal gary> program termination gary> Clicking the OK then generates a page fault. This seems a gary> bit nasty. When I have time later today, I'll see what gary> happens under Win2000 on my laptop. I should probably try gary> another backend too. Hi Gary, I'm just including your last email to the dev list so others will know it's taken care of From: "gary ruben" <gr...@bi...> Subject: more matplotlib error info To: jdh...@ac... Cc: ba...@st... Date: 2004年4月22日 19:52:55 +1000 Hi John and Paul, Paul; the font manager problem seems to be fixed by John's suggestion, so you can ignore my previous offlist email which mentions a page fault. I've isolated it to a problem with Agg, which I'll post the symptoms of to the users list. Gary
>>>>> "David" == David Moore <da...@sj...> writes: David> Hi, I'm posting this to the mailing list first because I'm David> not sure I've fixed this correctly. This is a patch for a David> bug in ticker.py. Another user told me about this one offlist and the fix is in CVS. My approach was to revert to what we were doing before (which somehow got lost in translation) which is to set the view lim to be plus/minus 1 the constant value. Thanks for the patch, anyhow! JDH
Hi, I'm posting this to the mailing list first because I'm not sure I've fixed this correctly. This is a patch for a bug in ticker.py. In Autolocator.get_locator, if the distance passed in is 0, the call to log10 will crash with an overflow error. I think I'm hitting this problem because I plot a lot of binary data, and the first plot when this happened, consisted of all zeros (giving the y axis no distance - I could be talking complete nonsense, I haven't really examined the code). What I'm not sure about is, in the case that distance is 0, should the variable ld be set to 0 (as I have done in the attached patch), or is another value more sensible? thanks, David Moore
Hi Andrew, I generally agree; my "fix" is certainly only a hack. I just sent John privately a slightly less obnoxious variant that looks at distutils.sysconfig.PREFIX instead of looking at sys.path. d On Apr 21, 2004, at 1:58 PM, Andrew Straw wrote: > Dear Daishi, > > I appreciate that you're trying to make life easier for Fink users, but > I don't thing the Right Thing on an OS X platform involves > automatically determining if a user has Fink installed and then using > it. Fink is, to some degree, a different platform than stock OS X, and > even if one has Fink installed, it doesn't mean that one wants to build > one's Python extensions against it. (Even if one has a subdirectory of > /sw in sys.path.) > > I would propose one or both of these solutions: 1) a non-automatic > "use_fink" flag in the setup(ext) file and/or as a command line switch. > 2) building (and maintaining!) a python-matplotlib Fink package. > > Cheers! > Andrew > > On Apr 21, 2004, at 12:12 PM, Daishi Harada wrote: > >> re: nav toolbar >> Works for me with my fink build of the latest CVS matplotlib. >> >> On the other hand, I'm still having problems building with fink >> out of the box. I'm attaching my latest setupext.py. It includes >> a hack to distinguish between vanilla darwin vs finked. >> >> Finally, I've noticed that under WX the GUI thread doesn't >> terminate when the close button is pressed. >> >> d >> >> <setupext.py> >> >> On Apr 20, 2004, at 7:11 PM, John Hunter wrote: >> >>> >>> On my OS X machine, the navigation toolbar is not showing up in >>> backend_wx, though the other widgets (eg axes selector, status bar) >>> seem to work fine. If anyone has any ideas, please let me know. >>> >>> JDH >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email is sponsored by: IBM Linux Tutorials >>> Free Linux tutorial presented by Daniel Robbins, President and CEO of >>> GenToo technologies. Learn everything from fundamentals to system >>> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >>> _______________________________________________ >>> Matplotlib-devel mailing list >>> Mat...@li... >>> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel >>> >
Hi John and Paul, I changed the 'pass' to a 'continue' and a different problem has revealed itself. Now, in lieu of any plot window, I get a Windows dialog with title 'Windows Visual C++ Runtime Library' and content Runtime Error Program C:\APPS\PYTHON23\PYTHONW.EXE abnormal program termination Clicking the OK then generates a page fault. This seems a bit nasty. When I have time later today, I'll see what happens under Win2000 on my laptop. I should probably try another backend too. Gary *********** REPLY SEPARATOR *********** On 21/04/2004 at 10:04 John Hunter wrote: > >>>>> "gary" == gary ruben <gr...@bi...> writes: > > gary> I just uninstalled the 0.53b release and installed 0.53 > gary> There's still a problem on my Win98 system, but now it seems > gary> related to the new font manager: > > This is a bug (clearly!). I didn't catch it in my tests because it > only arises when you get an OSError on a win32 registry call, which I > never got. I believe Paul lifted this section of the code from > ttfquery. For a quick fix, in the win32InstalledFonts function, try > replacing > > try: > local = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, fontdir) > except OSError: > pass > > with > > try: > local = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, fontdir) > except OSError: > continue > > and let me know how things go. > > Paul, is the continue the correct behavior here? > > Thanks for the report, > JDH ------------------------------------ Gary Ruben gr...@bi... <http://users.bigpond.net.au/gazzar>