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
(3) |
2
(5) |
3
|
4
|
5
(1) |
6
(1) |
7
|
8
|
9
|
10
(11) |
11
(10) |
12
|
13
|
14
(1) |
15
(1) |
16
(24) |
17
(22) |
18
|
19
|
20
(1) |
21
(6) |
22
(4) |
23
(6) |
24
(3) |
25
(2) |
26
(2) |
27
(3) |
28
(7) |
29
(5) |
30
(8) |
31
(10) |
|
From: Gökhan S. <gok...@gm...> - 2009-07-23 21:46:55
|
On Thu, Jul 23, 2009 at 8:36 AM, Freddie Witherden <fr...@wi...>wrote: > Hi all, > > With the integration of mathtex into matplotlib nearing completion > (just bug fixes really) I think now is a good time to be considering > the best way to include mathtex into matplotlib. > > This has already been discussed on the mathtex mailing list, with > Michael proposing a few ways of doing this. However, I am not an > expert by any means when it comes to Python set-up/configuring. (As > anyone who has looked at setup.py in mathtex will have seen.) > > While including the source is not difficult (it can be done directly > or using svn:external) getting it built/configured is. Lets say that > mathtex was dumped into lib/, how would one go about configuring and > installing it from setup.py in matplotlib. > > Although I am sure that just executing a shell command would do it I > am sure there must be a 'better' option for this type of 'package > chaining'. > > Does anyone have any suggestions or recommendations? > > Regards, Freddie. > > > ------------------------------------------------------------------------------ > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > Could you please the advantages of using mathtext? How does it compare and contrast to the existing interface? Any pointers to read before getting more lost? Thanks, -- Gökhan |
From: Michael D. <md...@st...> - 2009-07-23 15:03:56
|
There may be a setuptools solution here, but if there is, I'm not the one to know ;) matplotlib is for the most part ignorant of setuptools, and it's probably reasonable to keep it that way. Anyway, since the mathtex setup infrastructure is based on what matplotlib was already doing, there's a common convention we can exploit. Essentially, the matplotlib setup.py builds up a list of extension modules (ext_modules) and packages and then passes those lists to distutils for building. So, in theory, all mathtex needs to do is provide a function that will add extension modules and packages to those lists (basically like all of the build_* methods in setupext.py). So basically, matplotlib's setup.py would import lib/mathtex/setupext.py (by filename) and call a method in it. Lots of details I'm missing, but that should provide a general framework. Another issue this raises is whether to build the FT2Font and png modules twice, once as part of matplotlib, and once as part of mathtex. Once mathtex is a truly external dependency for matplotlib, I don't see a way around this, so maybe we should just pretend we're already there, despite the duplication. If we want to be clever, I could see mathtex being smart about imports: try importing its local copies of its libraries and failing that import matplotlib's. I'm not entirely sure about that idea, but I sort of feel "hacky-if-you-do, hacky-if-you-don't" here ;) I see the code maintenance problem of this duplication (i.e. making sure bugfixes to FT2Font make it into matplotlib and mathtex) almost as a separate issue. We know the solution to that: break out the freetype wrappers into its own project (which then both matplotlib and mathtex would rely on) -- but that's probably outside of the scope of this GSoC project. Please try to use svn:externals if you can -- that will make pulling updates from mathtex easier. I've never used it cross-repository like this, so there may be unforeseen issues. It also just occurred to me that we might want to take another step in preparation for mathtex as an external dependency: make it optional. That is, if importing mathtex fails, be able to render regular text, and warn if trying to render math text. Mike Freddie Witherden wrote: > Hi all, > > With the integration of mathtex into matplotlib nearing completion > (just bug fixes really) I think now is a good time to be considering > the best way to include mathtex into matplotlib. > > This has already been discussed on the mathtex mailing list, with > Michael proposing a few ways of doing this. However, I am not an > expert by any means when it comes to Python set-up/configuring. (As > anyone who has looked at setup.py in mathtex will have seen.) > > While including the source is not difficult (it can be done directly > or using svn:external) getting it built/configured is. Lets say that > mathtex was dumped into lib/, how would one go about configuring and > installing it from setup.py in matplotlib. > > Although I am sure that just executing a shell command would do it I > am sure there must be a 'better' option for this type of 'package > chaining'. > > Does anyone have any suggestions or recommendations? > > Regards, Freddie. > > ------------------------------------------------------------------------------ > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA |
From: Freddie W. <fr...@wi...> - 2009-07-23 14:10:42
|
Hi all, With the integration of mathtex into matplotlib nearing completion (just bug fixes really) I think now is a good time to be considering the best way to include mathtex into matplotlib. This has already been discussed on the mathtex mailing list, with Michael proposing a few ways of doing this. However, I am not an expert by any means when it comes to Python set-up/configuring. (As anyone who has looked at setup.py in mathtex will have seen.) While including the source is not difficult (it can be done directly or using svn:external) getting it built/configured is. Lets say that mathtex was dumped into lib/, how would one go about configuring and installing it from setup.py in matplotlib. Although I am sure that just executing a shell command would do it I am sure there must be a 'better' option for this type of 'package chaining'. Does anyone have any suggestions or recommendations? Regards, Freddie. |
From: Freddie W. <fr...@wi...> - 2009-07-23 11:05:40
|
Hi, On 23 Jul 2009, at 03:34, John Hunter wrote: > If experience is any guide, you won't hear from the people who depend > on it until you remove support (plaintive pleas to the mailing list > notwithstanding). The old timers love their small PS files, and we > support this because many people have asked for it. I hesitate to > remove support lacking compelling justification, though I prefer the > embedded solution myself. I am just pondering if it is a compelling enough reason to add support for it to mathtex -- as the only use for AFM support would be specifically for embedded PS/PDF fonts. Would this be a valid alternative: bundling fonts with similar metrics as the PS fonts (we already have some unicode fonts in mathtex) and then on the matplotlib side choose not to embed such fonts. So mathtex works in terms of .ttf fonts, but at the matplotlib end of things it can opt not to embed them. This way we retain support for the feature with no additional demands on mathtex. Regards, Freddie. |
From: Nicolas R. <Nic...@lo...> - 2009-07-23 06:49:53
|
Hi all, I've been playing with pyglet and matplotlib integration using the Agg backend as suggested some time ago on this list. The idea is to let matplotlib do all the pretty stuff and let pyglet do the rendering of images (currently, only imshow has been proxied). Image rendering is done through GL texture using shaders for both nearest/bilinear and bicubic filters and color LUT. Currently, this allows to use matplotlib colormap with under/over colors but no bad color yet. Sources: http://www.loria.fr/~rougier/tmp/glumpy.tgz Screenshot: http://www.loria.fr/~rougier/tmp/glumpy-matplotlib.png Just run 'demo-matplotlib.py' and 'demo-matplotib-2.py' (implementation of the dynamic_image.py animation demo). Nicolas |
From: John H. <jd...@gm...> - 2009-07-23 02:34:15
|
On Wed, Jul 22, 2009 at 1:21 PM, Jouni K. Seppänen<jk...@ik...> wrote: > Freddie Witherden <fr...@wi...> writes: > >> The question is how important are these as a feature? While I can add >> support for them into mathtex I am unsure exactly how useful they are. If experience is any guide, you won't hear from the people who depend on it until you remove support (plaintive pleas to the mailing list notwithstanding). The old timers love their small PS files, and we support this because many people have asked for it. I hesitate to remove support lacking compelling justification, though I prefer the embedded solution myself. JDH |