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
(15) |
2
|
3
(1) |
4
|
5
(1) |
6
(3) |
7
|
8
(2) |
9
|
10
|
11
(2) |
12
|
13
(7) |
14
(2) |
15
|
16
(3) |
17
(2) |
18
(1) |
19
(7) |
20
(2) |
21
|
22
(6) |
23
|
24
|
25
(1) |
26
(6) |
27
(2) |
28
(7) |
29
|
30
(5) |
31
(7) |
|
|
|
|
|
|
Hello, the file examples/matplotlib_icon.py lacks the magic python line at the beginning. This can be corrected with the following patch: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D diff -u -r1.5 matplotlib_icon.py --- matplotlib_icon.py 10 Aug 2004 15:04:27 -0000 1.5 +++ matplotlib_icon.py 19 Oct 2004 17:48:33 -0000 @@ -1,3 +1,4 @@ +#!/usr/bin/env python """ make the matplotlib svg minimization icon """ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D I hope this helps, Jochen --=20 http://seehuhn.de/
Hello John, On Tue, Oct 19, 2004 at 10:00:48AM -0500, John Hunter wrote: > >>>>> "Jochen" =3D=3D Jochen Voss <vo...@se...> writes: >=20 > Jochen> None, I looked at the generated PS file out of curiosity > Jochen> and noticed that it does not follow the DSC conventions > Jochen> very well. As this is just shuffling around comments it > Jochen> will probably not affect many applications. >=20 > Are there other noncompliant things in the matplotlib ps output that > you are aware of, other than those you already fixed? I think the horrible ones are fixed by now. Minor issues: The DSC spec states (at page 18): "If there is a section in the document that corresponds to a particular comment, that comment *must* be used to identify that section of the document." =46rom reading this I would guess that all the "/something { ... } bind def" statements and the included fonts should be inside a %%BeginPrologue %%EndPrologue block. But I didn't check this properly. Then page 19 "strongly suggests" to use some headers like "%%CreationDate" and "%%Title". Page 70 of the SDC specification states that "%%BeginFont" and "%%EndFont" are outdated and should be replaced by "%%BeginResource" and "%%EndResource" statements. All the best, Jochen --=20 http://seehuhn.de/
>>>>> "Jochen" == Jochen Voss <vo...@se...> writes: Jochen> None, I looked at the generated PS file out of curiosity Jochen> and noticed that it does not follow the DSC conventions Jochen> very well. As this is just shuffling around comments it Jochen> will probably not affect many applications. Are there other noncompliant things in the matplotlib ps output that you are aware of, other than those you already fixed? JDH
Hello John, On Tue, Oct 19, 2004 at 09:37:37AM -0500, John Hunter wrote: > For my information, what ps viewers/printers were giving you trouble. None, I looked at the generated PS file out of curiosity and noticed that it does not follow the DSC conventions very well. As this is just shuffling around comments it will probably not affect many applications. > Finally, by changing the version information to >=20 > pstype =3D 'PS-Adobe-3.0 EPSF-3.0' >=20 > will we break devices that only support PS level II? I do not think so. It is only a change to comments and not to the actual PostScript code. It will only affect applications which try to parse the DSC comments and do not understand DSC version 3. I changed this because the document at http://partners.adobe.com/asn/developer/pdfs/tn/5001.DSC_Spec.pdf which defines DSC version 3 is dated "25 September 1992", which seems quite old to me. If you feel more comfortable using DSC version 2 we could either try to reverse engineer the version 2 specification using the "Changes Since Earlier Versions" chapter in above document or try to find a DSC 2 specification somewhere. All the best, Jochen --=20 http://seehuhn.de/
I submitted the site request we discussed a couple of days ago to move the users_guide and htdocs into the matplotlib CVS root. This makes 'cvs co matplotlib' much faster. I suggest you get fresh checkouts. The three modules are cvs co matplotlib cvs co htdocs cvs co users_guide I had asked them to rename htdocs and users_guide to mpl_htdocs and mpl_users_guide but they overlooked this and I can live with it. On a mildly related note, I just noticed that when I submitted the site-request to have the matplotlib python tree moved into a lib directory, all version history was lost. Damned cvs. JDH
>>>>> "Jochen" == Jochen Voss <vo...@se...> writes: Jochen> Hello, Jochen> On Mon, Oct 18, 2004 at 10:19:33PM +0100, Jochen Voss wrote: >> -%%BeginProlog +%%%%BeginProlog /inch {72 mul} def >> %%%%EndProlog """ Jochen> does anybody know: is the "inch" thing actually used Jochen> anywhere? Maybe it should just be removed. No it is apparently not used anywhere. It was a def that appeared in my postscript book and several examples I looked at, so I threw it in for good measure. I just applied you PS patch, removed this, and checked the changes into CVS. For my information, what ps viewers/printers were giving you trouble. We've occasionally had reports of some viewers having trouble with matplotlib output and I would like to gather some anecdotal information. Finally, by changing the version information to pstype = 'PS-Adobe-3.0 EPSF-3.0' will we break devices that only support PS level II? JDH
Hello, On Mon, Oct 18, 2004 at 10:19:33PM +0100, Jochen Voss wrote: > -%%BeginProlog > +%%%%BeginProlog > /inch {72 mul} def > %%%%EndProlog > """ does anybody know: is the "inch" thing actually used anywhere? Maybe it should just be removed. All the best, Jochen --=20 http://seehuhn.de/