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
(1) |
2
(9) |
3
(1) |
4
(3) |
5
(1) |
6
(2) |
7
(9) |
8
(2) |
9
|
10
(10) |
11
(4) |
12
(1) |
13
(1) |
14
(2) |
15
(9) |
16
|
17
(1) |
18
(6) |
19
|
20
(4) |
21
(7) |
22
(3) |
23
(3) |
24
(2) |
25
(1) |
26
|
27
(3) |
28
(6) |
29
(12) |
30
|
31
(8) |
|
|
On Monday 21 August 2006 13:56, Paulo Jose da Silva e Silva wrote: > Hello, > > I am using numpy 1.0b2 + matplotlib 0.87.4 from Andrew Straw repository > for Ubuntu (http://debs.astraw.com/). > > I am playing with some images to present the Theorem of Best > Approximation associated to SVD to my students. I have computed a small > approximated image and I want to plot it using imshow from matplotlib, > but this command presenting a weird behavior with some weird spots in > brigh regions. > > If I convert the array to a Numeric array and show it with the view > command from NumTut package (the Numeric tutorial) the picture shows > correctly. > > Did I find a bug? I can confirm the strange behavior with the most up-to-date svn versions of matplotlib and numpy.
Thanks all for the tips, Darren, that's exactly what I had in mind - mathtext should copy the syntax of (La)TeX to a tollerable extent (without those dirty macros), so at least the high level TeX constructs behave the same. This should allow users to plot everyday plots easily with mathtext, and when they want a publication ready EPS (perhaps one day mathtext will be good enough for it), they'll just add the option usetex, with no other code change. I think it's easier to stick with plain TeX's syntax because it's very well documented. Cheers, Edin On 8/21/06, Darren Dale <dd...@co...> wrote: > I think what he meant to say was that old mathtext didnt behave the way TeX > does, is that correct Edin? My feeling is that mpl should replicate the > (La)TeX syntax exactly. Imagine the confusion if mathtext gives one result, > and usetex gives another. >
Hello, I am using numpy 1.0b2 + matplotlib 0.87.4 from Andrew Straw repository for Ubuntu (http://debs.astraw.com/). I am playing with some images to present the Theorem of Best Approximation associated to SVD to my students. I have computed a small approximated image and I want to plot it using imshow from matplotlib, but this command presenting a weird behavior with some weird spots in brigh regions. If I convert the array to a Numeric array and show it with the view command from NumTut package (the Numeric tutorial) the picture shows correctly. Did I find a bug? To see what I mean, you can download the following small data file (saved with "tofile" in a i386 systems, it may not work in different architectures). http://www.ime.usp.br/~pjssilva/spot Now run the following script (you need matplotlib, numpy, Numeric and NumTut packages): -- script -- import pylab, numpy, Numeric from NumTut import view win = numpy.fromfile('spot').reshape((50,50,3)) pylab.imshow(win) pylab.show() view(Numeric.array(win)) raw_input('Press enter to finish') -- end script -- You should see two big green spots when the image is presented using matplotlib. Best, Paulo Obs: I am not
On Monday 21 August 2006 02:27, Jouni K Seppanen wrote: > Darren Dale <dd...@co...> writes: > > On Sunday 20 August 2006 10:25 am, Edin Salkovi=C4=87 wrote: > >> Also, I thought that the author of the current code base did some > >> design mistakes at the begining. And, being a developer newbie, > >> it's a lot easier to start things from scratch, than make fixes to > >> old stuff you don't understand well. > > > > Just a general comment. Eric Raymond observed in The Cathedral and > > the Bazaar that "Good programmers know what to write. Great ones > > know what to rewrite (and reuse)." > > See also: http://www.joelonsoftware.com/articles/fog0000000069.html > > >> The point is that, i.e. \cal sets the current fontface to "cal", > >> and the change is propagated till the end of the current scope (or > >> untill it hits \rm, for example). Old mathtext applies it only to > >> the first item after the command. > > > > What does this have to do with real TeX? Maybe you could post an > > example. It is possibly just an mpl bug that needs to be addressed. > > Run the attached file through LaTeX to see what he means. Does > Matplotlib attempt to replicate some subset of (La)TeX syntax exactly, > or is it just a "TeX-like" syntax? I think what he meant to say was that old mathtext didnt behave the way TeX= =20 does, is that correct Edin? My feeling is that mpl should replicate the=20 (La)TeX syntax exactly. Imagine the confusion if mathtext gives one result,= =20 and usetex gives another.=20
T24gOC8yMS8wNiwgRWRpbiBTYWxrb3ZpxIcgPGVkaW4uc2Fsa292aWNAZ21haWwuY29tPiB3cm90 ZToKPiBJZiBhbnlvbmUgaXMgaGF2aW5nIHByb2JsZW1zIHdpdGggZmluZGluZyB1bmljb2RlIGZv bnRzLCBjaGVjayB0aGUKPiBGcmVlRm9udHMgKEZyZWVTZXJpZiBpcyB0aGUgb25lIHRoYXQgaGFz IHRoZSBtb3N0IGNoYXJhY3RlcnMgaW4gaXQpOgo+IGh0dHA6Ly9kb3dubG9hZC5zYXZhbm5haC5n bnUub3JnL3JlbGVhc2VzL2ZyZWVmb250Lwo+IGh0dHA6Ly9kb3dubG9hZC5zYXZhbm5haC5nbnUu b3JnL3JlbGVhc2VzL2ZyZWVmb250L2ZyZWVmb250LXR0Zi0yMDA2MDEyNi50YXIuZ3oKPgo+IFRo ZSBvbmx5IGN1cnJlbnRseSBzdXBwb3J0ZWQgZm9udHMgYXJlIFRydWUvT3BlblR5cGUuCgpPb3Bz LiBJIGhhdmVuJ3QgaGFkIHVwZGF0ZWQgdGhlIF9tYXRodGV4dF9kYXRhLnB5IGZpbGUuCgpEYXJy ZW4gY2FuIHlvdSBjaGVjayBpZiBub3cgZXZlcnl0aGluZyB3b3JrcyBwcm9wZXJseSAoZXZlbiB3 aXRoIHBmYiBmb250cyk/CgpJdCB0dXJucyBvdXQgdGhhdCBtcGwgbm93IHNoaXBzIHdpdGggdGhl IEJhS29NYSBmb250cyBpbiB0aGUgbXBsLWRhdGEKZGlyLCBzbyBJIHRob3VnaCB0aGF0IHB1dHRp bmcgdGhlIHVuaWNvZGUgZm9udHMgdGhlcmUgd291bGQgYmUgZmluZS4KSSdsbCBzZWUgd2hhdCBJ IGNhbiBkbyByZWdhcmRpbmcgaW50ZWdyYXRpbmcgbWF0aHRleHQyIHdpdGggdGhlCmN1cnJlbnQg Zm9udCBtYW5hZ2VyLgo=
QmVjYXVzZSBTb0MgaXMgZW5kaW5nLCBhbmQgdGhlIHBlb3BsZSBmcm9tIEdvb2dsZSBzYWlkIHdl IG5lZWQgdG8KcHJvdmlkZSB0aGUgbGluayB0byB0aGUgY29kZSwgSSBkZWNpZGVkIHRvIGF0YWNo IHRoZSBtYXRodGV4dDIucHkgY29kZQpoZXJlLiBJIGFsc28gZGVjaWRlZCB0byBhdHRhY2ggX21h dGh0ZXh0X2RhdGEucHkgKHRoYXQgZG9lcwpcdGV4Y29tbWFuZCAtPiB1bmljb2RlIGNoYXIgdHJh bnNsYXRpb24pLiBJIGtub3cgdGhpcyBjYW4gYmUgc2VlbiB2aWEKU0YncyBTVk4gdmlld2VyLCBi dXQsIGp1c3QgaW4gY2FzZSBzb21ldGhpbmcgZ29lcyB3cm9uZy4uLiA7KQoKSWYgYW55b25lIGlz IGhhdmluZyBwcm9ibGVtcyB3aXRoIGZpbmRpbmcgdW5pY29kZSBmb250cywgY2hlY2sgdGhlCkZy ZWVGb250cyAoRnJlZVNlcmlmIGlzIHRoZSBvbmUgdGhhdCBoYXMgdGhlIG1vc3QgY2hhcmFjdGVy cyBpbiBpdCk6Cmh0dHA6Ly9kb3dubG9hZC5zYXZhbm5haC5nbnUub3JnL3JlbGVhc2VzL2ZyZWVm b250LwpodHRwOi8vZG93bmxvYWQuc2F2YW5uYWguZ251Lm9yZy9yZWxlYXNlcy9mcmVlZm9udC9m cmVlZm9udC10dGYtMjAwNjAxMjYudGFyLmd6CgpUaGUgb25seSBjdXJyZW50bHkgc3VwcG9ydGVk IGZvbnRzIGFyZSBUcnVlL09wZW5UeXBlLgoKQWxzbywgSSBiZWd1biBhZGRpbmcgc3VwcG9ydCBm b3IgZnJhY3Rpb25zOgpcZnJhYzMyLCBcZnJhYzMgMiBub3cgd29yayAobGluZXMgYXJlIGN1cnJl bnRseSBub3Qgd29ya2luZyBwcm9wZXJseSAtCkkgd2lsbCBuZWVkIHRvIGZpeCBzb21lIEMrKyBj b2RlIGluIHRoZSBmdDJmb250IG1vZHVsZSkKCkl0J3MgaW4gdGhlIFNWTiAod2l0aCB0aGUgbWF0 aHRleHQyX2RlbW8ucHkgdXBkYXRlZCkuCgpDaGVlcnMsIEVkaW4KCk9uIDgvMjAvMDYsIERhcnJl biBEYWxlIDxkZDU1QGNvcm5lbGwuZWR1PiB3cm90ZToKPiBIaSBFZGluLAo+Cj4gT24gU3VuZGF5 IDIwIEF1Z3VzdCAyMDA2IDEwOjIxIGFtLCBFZGluIFNhbGtvdmnEhyB3cm90ZToKPiA+IFRoZSBT b0MgZGVhZGxpbmUgKGZvciBjb2RlKSBpcyB0b21tb3JvdyAoQXVnIDIxc3QuKSwgc28gSSBkZWNp ZGVkIHRvIGNvbW1pdAo+ID4gd2hhdCBJIGhhdmUgZG9uZSB0aWxsIG5vdyB0byB0aGUgcmVwb3Np dG9yeS4KPiA+Cj4gPiBKREggaXMgZ29pbmcgb24gYSB2YWNhdGlvbiBhbmQgd2lsbCBub3QgYmUg YWJsZSB0byByZXZpZXcgaXQgZm9yIGF0Cj4gPiBsZWFzdCBhIHdlZWssCj4gPiBidXQgSSBoYWQg dG8gY29tbWl0IGl0IGJlZm9yZSAyMXN0LiBBdWcgLSB0aGF0J3MgdGhlIFNvQyBydWxlcy4gSG9w ZWZ1bGx5LAo+ID4gSSdsbCBiZSBhZGRpbmcgbmV3IHN0dWZmIHRoZSBuZXh0IHdlZWsgKGFuZCBh ZnRlciksIGJ1dCB0aGF0IGRvZXNuJ3QKPiA+IGNvdW50IGFzIHBhcnQgb2YgU29DIGFueW1vcmUu Li4KPiA+Cj4gPiBTaW5jZSB0aGlzIGlzIG15IGZpcnN0IGNvbW1pdCwgY2FuIGFueW9uZSBwbGVh c2UgdGVzdCBpdC4gSSB0ZXN0ZWQgaXQKPiA+IG9ubHkgb24gbXkgd2luZG93cyBib3guCj4gPgo+ ID4gSSBjaGFuZ2VkCj4gPiBfX2luaXRfXy5weSwKPiA+IG1hdGh0ZXh0LnB5Cj4gPiBDSEFOR0VM T0cKPiA+Cj4gPiBJIGFkZGVkCj4gPiBtYXRodGV4dDIucHkKPiA+IG1hdGh0ZXh0Ml9kZW1vLnB5 Cj4gPgo+ID4gQW55b25lIHdobyB3YW50cyB0byB0ZXN0IHRoZSBuZXcgbWF0aHRleHQyIGhhcyB0 byBhZGQgdGhlIGZvbGxvd2luZyBsaW5lKHMpCj4gPiB0byB0aGUgbWF0cGxvdGxpYnJjIChtYXRo dGV4dDIgaXMgZGlzYWJsZWQgYnkgZGVmYXVsdCk6Cj4gPgo+ID4gbWF0aHRleHQyOiAgIFRydWUg ICAgICAgICAgICAjIE5lZWRlZCB0byBlbmFibGUgdGhlIG5ldyBtYXRodGV4dAo+ID4KPiA+ICMg Rm9udCBsaW5lcywgZmVlbCBmcmVlIHRvIGNoYW5nZSBvciB1bmNvbW1lbnQgKEJhS29NYSBpcyB1 c2VkIGJ5IGRlZmF1bHQpCj4gPiBtYXRodGV4dC5ybSAgICAgOiAgIEZyZWVTZXJpZi50dGYKPiA+ IG1hdGh0ZXh0Lml0ICAgICA6ICAgRnJlZVNlcmlmSXRhbGljLnR0ZiAgICAgIyBUZXh0IGl0YWxp Ywo+ID4gbWF0aHRleHQudHQgICAgIDogICBGcmVlTW9uby50dGYgICAgIyBUeXBld3JpdGVyICht b25vc3BhY2VkKQo+ID4gbWF0aHRleHQubWl0ICAgIDogICBGcmVlU2VyaWZJdGFsaWMudHRmICAg ICAjIE1hdGggaXRhbGljCj4gPiBtYXRodGV4dC5jYWwgICAgOiAgIEZyZWVTYW5zT2JsaXF1ZS50 dGYgIyBDYWxpZ3JhcGhpYwo+ID4gbWF0aHRleHQubm9uYXNjaWk6ICBGcmVlU2VyaWYudHRmICMg VXNlZCBmb3IgXHN1bSwgXGluZnR5IGV0Yy4KPiA+Cj4gPiBUaGUgRnJlZUZvbnQgZm9udHMgKG9y IGFueSBvdGhlciBmb3IgdGhhdCBtYXR0ZXIpIGhhdmUgdG8gYmUgZG93bmxvYWRlZCBhbmQKPiA+ IHB1dCBpbnRvIHRoZSBtcGwtZGF0YSBkaXIuIFRoZSBkZWZhdWx0IHNldHRpbmdzdXNlIHRoZSBj dXJyZW50IGJha29tYQo+ID4gZm9udHMsIGFuZCB0aGV5IHBsYXkgcHJldHR5IHdlbGwgd2l0aCBG cmVlU2VyaWYudHRmIGFzIHRoZSBub25hc2NpaQo+ID4gKHVuaWNvZGUpIGZvbnQuCj4gPgo+ID4g c28gSSByZWNvbW1lbmQgeW91IGp1c3QgcHV0IHRoZSBsaW5lCj4gPiBtYXRodGV4dC5ub25hc2Np aTogIEZyZWVTZXJpZi50dGYKPiA+Cj4gPiBhbmQgY29tbWVudCBvdXQgdGhlIHJlc3QgKGV4cGVy aW1lbnQgYSBsaXR0bGUgd2l0aCBmb250cykuCj4gPgo+ID4gVG9uaWdodCBJIHBsYW4gdG8gYWRk IHN1cHBvcnQgZm9yIGZyYWN0aW9ucy4gQmV3YXJlIHRoYXQgdGhlIG9ubHkKPiA+IHN1cHBvcnRl ZCBiYWNrZW5kIGZvciBub3cgaXMgQWdnLgo+ID4KPiA+IG1hdGh0ZXh0Ml9kZW1vLnB5IGlzIGF0 dGFjaGVkCj4KPiBJIGp1c3QgdXBkYXRlZCBteSBzdm4gcmVwb3NpdG9yeSwgYWRkZWQgdGhlIGxp bmVzIHlvdSBpbmRpY2F0ZWQgdG8gbXkgcmMgZmlsZSwKPiBidXQgd2hlbiBJIHJ1biB0aGUgZXhh bXBsZSwgbXBsIGNhbid0IGZpbmQgdGhlIGZyZWVmb250cyB0aGF0IEkgYWxyZWFkeSBoYXZlCj4g aW5zdGFsbGVkIG9uIG15IHN5c3RlbS4gVGhlIGZyZWVmb250cyBJIGhhdmUgaW5zdGFsbGVkIGFy ZSBub3QgdHRmLCBidXQgcGZiLgo+IFdoZXJlIHNob3VsZCB3ZSBkb3dubG9hZCBmcm9tPyBmdHA6 Ly9mdHAuY3MudW1uLmVkdS9wdWIvZ2ltcC9wdWIvZ2ltcC9mb250cywKPiBmb3IgZXhhbXBsZT8g SSBkb250IHRoaW5rIHRob3NlIGFyZSB3aGF0IEkgYW0gbG9va2luZyBmb3IuIERvIHRoZXkgcmVh bGx5Cj4gbmVlZCB0byBnbyBpbiBtcGwtZGlyPyBJdCB3b3VsZCBiZSBtb3JlIGFwcHJvcHJpYXRl IGlmIHRoZXkgY291bGQgYmUKPiBpbnN0YWxsZWQgc29tZXdoZXJlIGxpa2UgL3Vzci9zaGFyZS9m b250cy4KPgo+Cg==
Darren Dale <dd...@co...> writes: > On Sunday 20 August 2006 10:25 am, Edin Salković wrote: >> Also, I thought that the author of the current code base did some >> design mistakes at the begining. And, being a developer newbie, >> it's a lot easier to start things from scratch, than make fixes to >> old stuff you don't understand well. > > Just a general comment. Eric Raymond observed in The Cathedral and > the Bazaar that "Good programmers know what to write. Great ones > know what to rewrite (and reuse)." See also: http://www.joelonsoftware.com/articles/fog0000000069.html >> The point is that, i.e. \cal sets the current fontface to "cal", >> and the change is propagated till the end of the current scope (or >> untill it hits \rm, for example). Old mathtext applies it only to >> the first item after the command. > > What does this have to do with real TeX? Maybe you could post an > example. It is possibly just an mpl bug that needs to be addressed. Run the attached file through LaTeX to see what he means. Does Matplotlib attempt to replicate some subset of (La)TeX syntax exactly, or is it just a "TeX-like" syntax? -- Jouni