You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(115) |
Aug
(120) |
Sep
(137) |
Oct
(170) |
Nov
(461) |
Dec
(263) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(120) |
Feb
(74) |
Mar
(35) |
Apr
(74) |
May
(245) |
Jun
(356) |
Jul
(240) |
Aug
(115) |
Sep
(78) |
Oct
(225) |
Nov
(98) |
Dec
(271) |
2009 |
Jan
(132) |
Feb
(84) |
Mar
(74) |
Apr
(56) |
May
(90) |
Jun
(79) |
Jul
(83) |
Aug
(296) |
Sep
(214) |
Oct
(76) |
Nov
(82) |
Dec
(66) |
2010 |
Jan
(46) |
Feb
(58) |
Mar
(51) |
Apr
(77) |
May
(58) |
Jun
(126) |
Jul
(128) |
Aug
(64) |
Sep
(50) |
Oct
(44) |
Nov
(48) |
Dec
(54) |
2011 |
Jan
(68) |
Feb
(52) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
(3) |
2
(2) |
3
(6) |
4
(4) |
5
(1) |
6
|
7
|
8
|
9
|
10
|
11
(1) |
12
(1) |
13
(1) |
14
(4) |
15
|
16
(8) |
17
(7) |
18
(5) |
19
|
20
|
21
(2) |
22
|
23
(2) |
24
|
25
(2) |
26
(6) |
27
(3) |
28
(2) |
29
(2) |
30
(2) |
31
|
|
|
|
|
Revision: 8623 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8623&view=rev Author: mdboom Date: 2010年08月04日 12:36:13 +0000 (2010年8月04日) Log Message: ----------- Merged revisions 8622 via svnmerge from https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v1_0_maint ........ r8622 | mdboom | 2010年08月04日 08:31:53 -0400 (2010年8月04日) | 1 line Remove obsolete rcParam from matplotlibrc.template ........ Modified Paths: -------------- trunk/matplotlib/matplotlibrc.template Property Changed: ---------------- trunk/matplotlib/ Property changes on: trunk/matplotlib ___________________________________________________________________ Modified: svnmerge-integrated - /branches/mathtex:1-7263 /branches/v0_91_maint:1-6428 /branches/v0_98_5_maint:1-7253 /branches/v1_0_maint:1-8620 /trunk/matplotlib:1-7315 + /branches/mathtex:1-7263 /branches/v0_91_maint:1-6428 /branches/v0_98_5_maint:1-7253 /branches/v1_0_maint:1-8622 /trunk/matplotlib:1-7315 Modified: trunk/matplotlib/matplotlibrc.template =================================================================== --- trunk/matplotlib/matplotlibrc.template 2010年08月04日 12:31:53 UTC (rev 8622) +++ trunk/matplotlib/matplotlibrc.template 2010年08月04日 12:36:13 UTC (rev 8623) @@ -158,15 +158,6 @@ # correction off. None will try and # guess based on your dvipng version -#text.markup : 'plain' # Affects how text, such as titles and labels, are - # interpreted by default. - # 'plain': As plain, unformatted text - # 'tex': As TeX-like text. Text between $'s will be - # formatted as a TeX math expression. - # This setting has no effect when text.usetex is True. - # In that case, all text will be sent to TeX for - # processing. - #text.hinting : True # If True, text will be hinted, otherwise not. This only # affects the Agg backend. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 8622 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8622&view=rev Author: mdboom Date: 2010年08月04日 12:31:53 +0000 (2010年8月04日) Log Message: ----------- Remove obsolete rcParam from matplotlibrc.template Modified Paths: -------------- branches/v1_0_maint/matplotlibrc.template Modified: branches/v1_0_maint/matplotlibrc.template =================================================================== --- branches/v1_0_maint/matplotlibrc.template 2010年08月04日 12:29:18 UTC (rev 8621) +++ branches/v1_0_maint/matplotlibrc.template 2010年08月04日 12:31:53 UTC (rev 8622) @@ -158,15 +158,6 @@ # correction off. None will try and # guess based on your dvipng version -#text.markup : 'plain' # Affects how text, such as titles and labels, are - # interpreted by default. - # 'plain': As plain, unformatted text - # 'tex': As TeX-like text. Text between $'s will be - # formatted as a TeX math expression. - # This setting has no effect when text.usetex is True. - # In that case, all text will be sent to TeX for - # processing. - #text.hinting : True # If True, text will be hinted, otherwise not. This only # affects the Agg backend. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 8621 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8621&view=rev Author: mdboom Date: 2010年08月04日 12:29:18 +0000 (2010年8月04日) Log Message: ----------- Merged revisions 8514,8517,8519,8521,8524,8526,8539,8541,8543,8549,8554,8557,8559,8562,8564,8566,8568,8570-8571,8573,8575,8577,8579,8581,8583,8585,8588,8590,8592-8593,8595,8597,8601,8603,8610,8612,8614,8617 via svnmerge from https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v1_0_maint ........ r8514 | jdh2358 | 2010年07月06日 10:48:31 -0400 (2010年7月06日) | 1 line update coding guide to point to 1.0 release branch ........ r8517 | mdboom | 2010年07月06日 11:30:34 -0400 (2010年7月06日) | 1 line Testing merging ........ r8519 | mdboom | 2010年07月06日 11:31:53 -0400 (2010年7月06日) | 1 line Testing merging (removing bogus content) ........ r8521 | jdh2358 | 2010年07月06日 11:48:16 -0400 (2010年7月06日) | 1 line update download site in site docs ........ r8524 | jdh2358 | 2010年07月06日 17:54:21 -0400 (2010年7月06日) | 1 line add gridspec api to toc ........ r8526 | mdboom | 2010年07月07日 09:19:29 -0400 (2010年7月07日) | 2 lines Backport of r8515: Reset clipping upon exit of draw_markers to avoid negative interaction with blitting. ........ r8539 | ryanmay | 2010年07月09日 14:30:07 -0400 (2010年7月09日) | 1 line Fix setting of minor ticklabels. As far as I can tell, the extra call to set_major_formatter is due to an SVN merge error from the transforms branch. ........ r8541 | leejjoon | 2010年07月13日 12:39:40 -0400 (2010年7月13日) | 1 line Text.draw uses _set_gc_clip to set clip property ........ r8543 | weathergod | 2010年07月13日 22:42:19 -0400 (2010年7月13日) | 2 lines Added documentation and examples for new, easier Axes3D use. ........ r8549 | efiring | 2010年07月14日 13:37:10 -0400 (2010年7月14日) | 2 lines Axes.margin: bugfix--return correct values. Thanks to Georges Schutz. ........ r8554 | efiring | 2010年07月15日 13:34:42 -0400 (2010年7月15日) | 2 lines yaxis.set_ticks_position: fix bug with 'none'; thanks to Ben North ........ r8557 | efiring | 2010年07月15日 16:45:19 -0400 (2010年7月15日) | 3 lines show for tkagg doesn't block in script called via ipython -pylab. This is the first in an expected series of changes to show(). ........ r8559 | ianthomas23 | 2010年07月16日 09:46:14 -0400 (2010年7月16日) | 2 lines Added tri* functions to pyplot docs. ........ r8562 | efiring | 2010年07月16日 16:44:52 -0400 (2010年7月16日) | 3 lines backends: factored out most of the show() code into ShowBase class. Also fixed various fltkagg problems. ........ r8564 | leejjoon | 2010年07月17日 03:06:06 -0400 (2010年7月17日) | 1 line fix wrong baseline for multiple line legend ........ r8566 | dsdale | 2010年07月20日 10:00:55 -0400 (2010年7月20日) | 2 lines Return Qt4's default cursor when leaving the canvas ........ r8568 | mdboom | 2010年07月23日 09:17:15 -0400 (2010年7月23日) | 2 lines Prevent traceback when window icon can not be loaded in Gtk backend. ........ r8570 | mdboom | 2010年07月23日 12:45:24 -0400 (2010年7月23日) | 2 lines Fix image clipping to a path and add a test. ........ r8571 | mdboom | 2010年07月23日 12:46:40 -0400 (2010年7月23日) | 2 lines Oops in last commit. ........ r8573 | efiring | 2010年07月24日 17:59:55 -0400 (2010年7月24日) | 3 lines rcParams: don't include deprecated keys. Some other rc cleanups are included in this changeset. ........ r8575 | weathergod | 2010年07月25日 18:24:05 -0400 (2010年7月25日) | 2 lines Fix "graph jumping" issue when rubber-banding a selection in GTK backends. ........ r8577 | efiring | 2010年07月26日 14:17:18 -0400 (2010年7月26日) | 2 lines [3026430] delete duplicate test file with space in name ........ r8579 | efiring | 2010年07月26日 15:14:16 -0400 (2010年7月26日) | 2 lines [3032390] subplot: more robust argument handling, consistent with 0.99.3 ........ r8581 | leejjoon | 2010年07月27日 11:52:47 -0400 (2010年7月27日) | 1 line fix pyplot.subplot2grid to support the projection keyword ........ r8583 | mdboom | 2010年07月27日 13:26:50 -0400 (2010年7月27日) | 3 lines [3034778] line width arguments don't work in pcolormesh Also, support clipping paths on images in SVG backend. ........ r8585 | mdboom | 2010年07月28日 14:33:11 -0400 (2010年7月28日) | 2 lines Fix problems displaying images with zero (logical) width. ........ r8588 | mdboom | 2010年07月28日 14:48:14 -0400 (2010年7月28日) | 2 lines [3032853] Hist autorange bug using log and histtype ........ r8590 | mdboom | 2010年07月28日 15:19:27 -0400 (2010年7月28日) | 3 lines [3031954] polar plot axis labeling problem Radial axis labels should now be placed correctly, even for small values of rmax ........ r8592 | mdboom | 2010年07月29日 10:09:11 -0400 (2010年7月29日) | 2 lines Remove points_to_pixels_snapto -- since it isn't used anywhere and is now actually incomplete wrt the new stroke-width-aware snapping. ........ r8593 | weathergod | 2010年07月29日 12:16:17 -0400 (2010年7月29日) | 4 lines Fix documentation for set_linestyle() and set_marker() and a few other functions properly display their available values on the web docs. Also changed pentagram to pentagon in the docstrings. ........ r8595 | weathergod | 2010年07月29日 17:55:52 -0400 (2010年7月29日) | 2 lines Fix inconsistency with the handling of the 'weights' keyword and input data for hist(). ........ r8597 | mdboom | 2010年07月30日 08:25:51 -0400 (2010年7月30日) | 1 line Update baseline image for pcolormesh test ........ r8601 | mdboom | 2010年07月30日 14:56:18 -0400 (2010年7月30日) | 2 lines [3036982] imsave: wrong image size ........ r8603 | leejjoon | 2010年07月31日 05:03:30 -0400 (2010年7月31日) | 1 line make grid method of axislines module compatible with matplotlib ........ r8610 | weathergod | 2010年08月01日 17:01:25 -0400 (2010年8月01日) | 3 lines Fixed inconsistency with argument handling between 2d and 3d versions of contour. Documentation is fixed as well for 3d versions of contour and contourf. ........ r8612 | mdboom | 2010年08月02日 08:30:48 -0400 (2010年8月02日) | 2 lines Fix image placement bug introduced in 8585 (reported by JJ) ........ r8614 | leejjoon | 2010年08月03日 01:07:40 -0400 (2010年8月03日) | 1 line turn off antialiasing for the solids attribute in axes_grid1.colorbar. ........ r8617 | jdh2358 | 2010年08月03日 17:23:44 -0400 (2010年8月03日) | 1 line added qt4_editor_options.png ........ Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/axes.py trunk/matplotlib/lib/matplotlib/gridspec.py Added Paths: ----------- trunk/matplotlib/lib/matplotlib/mpl-data/images/qt4_editor_options.png Property Changed: ---------------- trunk/matplotlib/ Property changes on: trunk/matplotlib ___________________________________________________________________ Modified: svnmerge-integrated - /branches/mathtex:1-7263 /branches/v0_91_maint:1-6428 /branches/v0_98_5_maint:1-7253 /branches/v1_0_maint:1-8512 /trunk/matplotlib:1-7315 + /branches/mathtex:1-7263 /branches/v0_91_maint:1-6428 /branches/v0_98_5_maint:1-7253 /branches/v1_0_maint:1-8620 /trunk/matplotlib:1-7315 Modified: trunk/matplotlib/lib/matplotlib/axes.py =================================================================== --- trunk/matplotlib/lib/matplotlib/axes.py 2010年08月04日 12:22:07 UTC (rev 8620) +++ trunk/matplotlib/lib/matplotlib/axes.py 2010年08月04日 12:29:18 UTC (rev 8621) @@ -7401,7 +7401,7 @@ **kwargs): """ call signature:: - + def hist(x, bins=10, range=None, normed=False, weights=None, cumulative=False, bottom=None, histtype='bar', align='mid', orientation='vertical', rwidth=None, log=False, @@ -7584,7 +7584,7 @@ # We need to do to 'weights' what was done to 'x' if weights is not None: if isinstance(weights, np.ndarray) or not iterable(weights[0]) : - w = np.asarray(weights) + w = np.array(weights) if w.ndim == 2: w = w.T elif w.ndim == 1: Modified: trunk/matplotlib/lib/matplotlib/gridspec.py =================================================================== --- trunk/matplotlib/lib/matplotlib/gridspec.py 2010年08月04日 12:22:07 UTC (rev 8620) +++ trunk/matplotlib/lib/matplotlib/gridspec.py 2010年08月04日 12:29:18 UTC (rev 8621) @@ -127,13 +127,6 @@ return figBottoms, figTops, figLefts, figRights - - def __iter__(self): - nrows, ncols = self.get_geometry() - total = nrows*ncols - - return iter([self.__getitem__(i) for i in range(total)]) - def __getitem__(self, key): """ create and return a SuplotSpec instance. Copied: trunk/matplotlib/lib/matplotlib/mpl-data/images/qt4_editor_options.png (from rev 8617, branches/v1_0_maint/lib/matplotlib/mpl-data/images/qt4_editor_options.png) =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 8620 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8620&view=rev Author: mdboom Date: 2010年08月04日 12:22:07 +0000 (2010年8月04日) Log Message: ----------- SVN merge re-init Property Changed: ---------------- trunk/matplotlib/ Property changes on: trunk/matplotlib ___________________________________________________________________ Modified: svnmerge-integrated - /branches/mathtex:1-7263 /branches/v0_91_maint:1-6428 /branches/v0_98_5_maint:1-7253 /trunk/matplotlib:1-7315 + /branches/mathtex:1-7263 /branches/v0_91_maint:1-6428 /branches/v0_98_5_maint:1-7253 /branches/v1_0_maint:1-8512 /trunk/matplotlib:1-7315 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.