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
(2) |
3
(5) |
4
(8) |
5
(4) |
6
|
7
|
|
8
(1) |
9
|
10
(2) |
11
|
12
|
13
|
14
|
|
15
|
16
|
17
(2) |
18
|
19
(1) |
20
(1) |
21
|
|
22
|
23
(1) |
24
|
25
(5) |
26
(5) |
27
(1) |
28
|
|
29
|
30
|
|
|
|
|
|
|
From: Benjamin R. <ben...@ou...> - 2014-06-26 23:09:28
|
False alarm. The Travis logs includes (but hides) the install output, and test_mlab was running for me, but I was looking at the wrong line numbers. Still though, I would be curious as to any differences, but I can't seem to download the log file. Ben On Thu, Jun 26, 2014 at 6:57 PM, Benjamin Root <ben...@ou...> wrote: > Just noticed an oddity with the tests on Travis versus the tests on my > machine. The test log on Travis for a single run has over 10,000 lines. > But, for me, it is over ~4800 lines. At a glance, I can see that test_mlab > is not executed for me, but they are for Travis. I am very suspicious of > the test_mlab run on Travis because it seems to be running multiple times, > but I can't be sure. > > Michael, can I get the test log for one of the recent Travis runs? > > Thanks, > Ben Root > > > > On Wed, Jun 4, 2014 at 1:49 PM, Benjamin Root <ben...@ou...> wrote: > >> So, I just tried comparing memory usage for a plot displayed via show() >> versus savefig() as a PNG. It would seem that saving to pngs uses more >> memory. Not sure why, though. >> >> Ben >> On Jun 4, 2014 12:57 PM, "Eric Firing" <ef...@ha...> wrote: >> >>> On 2014/06/04 6:26 AM, Benjamin Root wrote: >>> >>>> A theory... >>>> >>>> If I remember correctly, the nosttests was set up to execute in parallel >>>> using the default Multiprocessing settings, which is to have a process >>>> worker for each available CPU core. Perhaps this might be the crux of >>>> the issue with so many simultaneous tests running that the amount of >>>> memory used at the same time becomes too large. Or, am I thinking of the >>>> doc build system? >>>> >>>> Ben Root >>>> >>> >>> Ben, >>> >>> Top shows a single process. The VM is configured with 2 cores. >>> >>> Eric >>> >> > |
|
From: Benjamin R. <ben...@ou...> - 2014-06-26 22:57:28
|
Just noticed an oddity with the tests on Travis versus the tests on my machine. The test log on Travis for a single run has over 10,000 lines. But, for me, it is over ~4800 lines. At a glance, I can see that test_mlab is not executed for me, but they are for Travis. I am very suspicious of the test_mlab run on Travis because it seems to be running multiple times, but I can't be sure. Michael, can I get the test log for one of the recent Travis runs? Thanks, Ben Root On Wed, Jun 4, 2014 at 1:49 PM, Benjamin Root <ben...@ou...> wrote: > So, I just tried comparing memory usage for a plot displayed via show() > versus savefig() as a PNG. It would seem that saving to pngs uses more > memory. Not sure why, though. > > Ben > On Jun 4, 2014 12:57 PM, "Eric Firing" <ef...@ha...> wrote: > >> On 2014/06/04 6:26 AM, Benjamin Root wrote: >> >>> A theory... >>> >>> If I remember correctly, the nosttests was set up to execute in parallel >>> using the default Multiprocessing settings, which is to have a process >>> worker for each available CPU core. Perhaps this might be the crux of >>> the issue with so many simultaneous tests running that the amount of >>> memory used at the same time becomes too large. Or, am I thinking of the >>> doc build system? >>> >>> Ben Root >>> >> >> Ben, >> >> Top shows a single process. The VM is configured with 2 cores. >> >> Eric >> > |
|
From: Benjamin R. <ben...@ou...> - 2014-06-26 18:36:58
|
This is very interesting. I have also noticed that ticking has been a bottleneck in rendering, but always suspected the computation of the ticks rather than the actual rendering of the marks. Perhaps this might spur some renewed interest in identifying the specific reason for the bottleneck and solving that issue now that we know that there are significant performance gain potential here? Looking forward to reviewing this at some point in the next few weeks. Cheers! Ben Root On Thu, Jun 26, 2014 at 2:10 PM, Joel B. Mohler <jo...@ki...> wrote: > About a week ago I sent a message to the users mailing list with tick mark > performance problems. I now have a proof of concept patch which > (mis-)uses the > projection keyword in add_subplot to use a custom Axes class. Import one > python file, use "projection='fastticks'" -> boring scatter plots render > about > 2x as fast and plots with lots of minor ticks render 6x faster. > > The code is at https://github.com/jbmohler/mplfastaxes ; the core idea is > in > fastaxes.py which uses a single Line2D for all tick marks of a given flavor > rather than a Line2D for every single tick mark. > > There are two reasons this isn't a total win: > 1) it's not done yet in all tick/grid configurations. > 2) it loses flexibility in tick labeling > > The lost flexibility may matter a great deal to other people. In my > use-case, > the labeling flexibility simply seems misguided and the performance is much > much preferred. > > Comments welcome about how this could move forward toward being included in > MPL. > > Joel > > > ------------------------------------------------------------------------------ > Open source business process management suite built on Java and Eclipse > Turn processes into business applications with Bonita BPM Community Edition > Quickly connect people, data, and systems into organized workflows > Winner of BOSSIE, CODIE, OW2 and Gartner awards > http://p.sf.net/sfu/Bonitasoft > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > |
|
From: Joel B. M. <jo...@ki...> - 2014-06-26 18:10:50
|
About a week ago I sent a message to the users mailing list with tick mark performance problems. I now have a proof of concept patch which (mis-)uses the projection keyword in add_subplot to use a custom Axes class. Import one python file, use "projection='fastticks'" -> boring scatter plots render about 2x as fast and plots with lots of minor ticks render 6x faster. The code is at https://github.com/jbmohler/mplfastaxes ; the core idea is in fastaxes.py which uses a single Line2D for all tick marks of a given flavor rather than a Line2D for every single tick mark. There are two reasons this isn't a total win: 1) it's not done yet in all tick/grid configurations. 2) it loses flexibility in tick labeling The lost flexibility may matter a great deal to other people. In my use-case, the labeling flexibility simply seems misguided and the performance is much much preferred. Comments welcome about how this could move forward toward being included in MPL. Joel |
|
From: Ian T. <ian...@gm...> - 2014-06-26 06:56:17
|
On 25 June 2014 17:55, Benjamin Root <ben...@ou...> wrote: > The mplot3d tests are not run automatically, so I have no idea when this > change happened. But I would suspect it is related to the changes in > triangulation rather than with mplot3d itself. I have zero expertise to say > if one result is more correct than the other. See attached. > > I should note that this particular difference was within the default > tolerance. It was the rendering to PDF that seemed to have enough > difference to trigger a failure. > Ben, You are right, this change occurred when the underlying triangulation code was switched to using qhull. Both before and after pictures are equally correct. A rectangle in the x-y plane is split into two triangles by adding a diagonal. The shortest of the two diagonals should added, so for the analytical solution either diagonal is equally valid. In practice the choice of diagonal depends on the order of operations in the underlying algorithm and how these interact with finite machine precision. Rather than just changing the test image, a better solution would be to modify the relevant example/test code to avoid such degenerate cases that can give problems in the future. The source code for trisurf3d_demo ( http://matplotlib.org/examples/mplot3d/trisurf3d_demo.html) is clearly derived from tripcolor_demo ( http://matplotlib.org/examples/pylab_examples/tripcolor_demo.html), but omits the key line near the beginning of angles[:,1::2] += math.pi/n_angles Putting this line back in will avoid similar problems in the future, and improve the images too. Ian |