SourceForge logo
SourceForge logo
Menu

matplotlib-checkins

From: <js...@us...> - 2008年07月28日 14:12:12
Revision: 5908
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5908&view=rev
Author: jswhit
Date: 2008年07月28日 14:12:09 +0000 (2008年7月28日)
Log Message:
-----------
mpl_toolkits._natgrid now exists
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年07月28日 07:26:47 UTC (rev 5907)
+++ trunk/matplotlib/CHANGELOG	2008年07月28日 14:12:09 UTC (rev 5908)
@@ -17,7 +17,7 @@
 2008年07月21日 Added scikits.delaunay as matplotlib.delaunay. Added griddata
 function in matplotlib.mlab, with example (griddata_demo.py) in
 pylab_examples. griddata function will use mpl_toolkits._natgrid
- if installed (haven't yet created the toolkit). - JSW
+ if installed. - JSW
 
 2008年07月21日 Re-introduced offset_copy that works in the context of the
 new transforms. - MGD
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <cm...@us...> - 2008年08月03日 17:57:00
Revision: 5957
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5957&view=rev
Author: cmoad
Date: 2008年08月03日 17:56:58 +0000 (2008年8月03日)
Log Message:
-----------
minor rev bump
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年08月02日 18:54:32 UTC (rev 5956)
+++ trunk/matplotlib/CHANGELOG	2008年08月03日 17:56:58 UTC (rev 5957)
@@ -1,3 +1,6 @@
+=================================================================
+2008年08月03日 Released 0.98.3 at svn r5947
+
 2008年08月01日 Backported memory leak fixes in _ttconv.cpp - MGD
 
 2008年07月31日 Added masked array support to griddata. - JSW
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2008年08月22日 19:19:31
Revision: 6048
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6048&view=rev
Author: jswhit
Date: 2008年08月22日 19:19:29 +0000 (2008年8月22日)
Log Message:
-----------
fix quiver so masked values not plotted.
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年08月22日 19:19:07 UTC (rev 6047)
+++ trunk/matplotlib/CHANGELOG	2008年08月22日 19:19:29 UTC (rev 6048)
@@ -1,3 +1,5 @@
+2008年08月22日 fix quiver so masked values are not plotted - JSW
+
 2008年08月18日 improve interactive pan/zoom in qt4 backend on windows - DSD
 
 2008年08月11日 Fix more bugs in NaN/inf handling. In particular, path simplification
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <jo...@us...> - 2008年10月11日 18:27:43
Revision: 6180
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6180&view=rev
Author: jouni
Date: 2008年10月11日 18:27:35 +0000 (2008年10月11日)
Log Message:
-----------
Mention the pdf flushing fix in CHANGELOG
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年10月11日 13:48:18 UTC (rev 6179)
+++ trunk/matplotlib/CHANGELOG	2008年10月11日 18:27:35 UTC (rev 6180)
@@ -1,3 +1,7 @@
+2008年10月11日 Fixed bug in pdf backend: if you pass a file object for 
+ output instead of a filename, e.g. in a wep app, we now 
+ flush the object at the end. - JKS
+
 2008年10月08日 Add path simplification support to paths with gaps. - EF
 
 2008年10月05日 Fix problem with AFM files that don't specify the font's
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <md...@us...> - 2008年11月24日 20:14:24
Revision: 6443
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6443&view=rev
Author: mdboom
Date: 2008年11月24日 20:14:21 +0000 (2008年11月24日)
Log Message:
-----------
[ 2314869 ] Log base-2 axes fail with certain axis limits
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年11月24日 20:12:55 UTC (rev 6442)
+++ trunk/matplotlib/CHANGELOG	2008年11月24日 20:14:21 UTC (rev 6443)
@@ -103,7 +103,6 @@
 =======
 2008年09月11日 Fix use of backticks in PS - MGD
 
->>>>>>> .merge-right.r6086
 2008年09月07日 Changed full arrows slightly to avoid an xpdf rendering
 problem reported by Friedrich Hagedorn. - JKS
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <md...@us...> - 2008年11月24日 20:18:42
Revision: 6444
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6444&view=rev
Author: mdboom
Date: 2008年11月24日 20:18:38 +0000 (2008年11月24日)
Log Message:
-----------
Remove conflict markers from CHANGELOG.
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年11月24日 20:14:21 UTC (rev 6443)
+++ trunk/matplotlib/CHANGELOG	2008年11月24日 20:18:38 UTC (rev 6444)
@@ -29,6 +29,8 @@
 2008年11月09日 Fix a possible EINTR problem in dviread, which might help
 when saving pdf files from the qt backend. - JKS
 
+2008年11月05日 Fix bug with zoom to rectangle and twin axes - MGD
+
 2008年10月24日 Added Jae Joon's fancy arrow, box and annotation
 enhancements -- see
 examples/pylab_examples/annotation_demo2.py
@@ -53,10 +55,6 @@
 
 2008年10月08日 Add path simplification support to paths with gaps. - EF
 
-=======
-2008年11月05日 Fix bug with zoom to rectangle and twin axes - MGD
-
->>>>>>> .merge-right.r6428
 2008年10月05日 Fix problem with AFM files that don't specify the font's
 full name or family name. - JKS
 
@@ -100,9 +98,6 @@
 2008年09月10日 Add "filled" kwarg to Path.intersects_path and
 Path.intersects_bbox. - MGD
 
-=======
-2008年09月11日 Fix use of backticks in PS - MGD
-
 2008年09月07日 Changed full arrows slightly to avoid an xpdf rendering
 problem reported by Friedrich Hagedorn. - JKS
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <ry...@us...> - 2008年12月05日 19:30:34
Revision: 6498
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6498&view=rev
Author: ryanmay
Date: 2008年12月05日 19:30:28 +0000 (2008年12月05日)
Log Message:
-----------
Forgot to update Changelog.
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年12月05日 15:56:26 UTC (rev 6497)
+++ trunk/matplotlib/CHANGELOG	2008年12月05日 19:30:28 UTC (rev 6498)
@@ -1,3 +1,6 @@
+2008年12月04日 Added support for data with units (e.g. dates) to
+ Axes.fill_between. -RM
+
 2008年12月04日 Added fancybox keyword to legend. Also applied some changes
 	 for better look, including baseline adjustment of the
 	 multiline texts so that it is center aligned. -JJL
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <md...@us...> - 2008年12月08日 17:05:31
Revision: 6515
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6515&view=rev
Author: mdboom
Date: 2008年12月08日 17:05:28 +0000 (2008年12月08日)
Log Message:
-----------
Updated changelog.
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年12月08日 17:00:12 UTC (rev 6514)
+++ trunk/matplotlib/CHANGELOG	2008年12月08日 17:05:28 UTC (rev 6515)
@@ -1,3 +1,5 @@
+2008年12月08日 Fixed alignment of ticks in colorbars. -MGD
+
 2008年12月07日 drop the deprecated "new" keyword of np.histogram() for
 numpy 1.2 or later. -JJL
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <ry...@us...> - 2008年12月08日 21:59:28
Revision: 6523
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6523&view=rev
Author: ryanmay
Date: 2008年12月08日 21:59:25 +0000 (2008年12月08日)
Log Message:
-----------
Replace tabs with spaces.
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年12月08日 21:54:22 UTC (rev 6522)
+++ trunk/matplotlib/CHANGELOG	2008年12月08日 21:59:25 UTC (rev 6523)
@@ -9,31 +9,31 @@
 numpy 1.2 or later. -JJL
 
 2008年12月06日 Fixed a bug in svg backend that new_figure_manager()
-	 ignores keywords arguments such as figsize, etc. -JJL
+ ignores keywords arguments such as figsize, etc. -JJL
 
-2008年12月05日 Fixed a bug that the handlelength of the new legend class 
-	 set too short when numpoints=1 -JJL
+2008年12月05日 Fixed a bug that the handlelength of the new legend class
+ set too short when numpoints=1 -JJL
 
 2008年12月04日 Added support for data with units (e.g. dates) to
 Axes.fill_between. -RM
 
 2008年12月04日 Added fancybox keyword to legend. Also applied some changes
-	 for better look, including baseline adjustment of the
-	 multiline texts so that it is center aligned. -JJL
+ for better look, including baseline adjustment of the
+ multiline texts so that it is center aligned. -JJL
 
 2008年12月02日 The transmuter classes in the patches.py are reorganized as
- subclasses of the Style classes. A few more box and arrow 
-	 styles are added. -JJL
+ subclasses of the Style classes. A few more box and arrow
+ styles are added. -JJL
 
-2008年12月02日 Fixed a bug in the new legend class that didn't allowed 
+2008年12月02日 Fixed a bug in the new legend class that didn't allowed
 a tuple of coordinate vlaues as loc. -JJL
 
-2008年12月02日 Improve checks for external dependencies, using subprocess 
+2008年12月02日 Improve checks for external dependencies, using subprocess
 (instead of deprecated popen*) and distutils (for version
 checking) - DSD
 
 2008年11月30日 Reimplementaion of the legend which supports baseline alignement,
-	 multi-column, and expand mode. - JJL
+ multi-column, and expand mode. - JJL
 
 2008年12月01日 Fixed histogram autoscaling bug when bins or range are given
 explicitly (fixes Debian bug 503148) - MM
@@ -187,16 +187,16 @@
 2008年07月31日 Added masked array support to griddata. - JSW
 
 2008年07月26日 Added optional C and reduce_C_function arguments to
-	 axes.hexbin(). This allows hexbin to accumulate the values
-	 of C based on the x,y coordinates and display in hexagonal
-	 bins. - ADS
+ axes.hexbin(). This allows hexbin to accumulate the values
+ of C based on the x,y coordinates and display in hexagonal
+ bins. - ADS
 
 2008年07月24日 Deprecated (raise NotImplementedError) all the mlab2
 functions from matplotlib.mlab out of concern that some of
 them were not clean room implementations. JDH
 
 2008年07月24日 Rewrite of a significant portion of the clabel code (class
-	 ContourLabeler) to improve inlining. - DMK
+ ContourLabeler) to improve inlining. - DMK
 
 2008年07月22日 Added Barbs polygon collection (similar to Quiver) for plotting
 wind barbs. Added corresponding helpers to Axes and pyplot as
@@ -684,8 +684,8 @@
 2007年11月27日 Released 0.91.0 at revision 4478
 
 2007年11月13日 All backends now support writing to a file-like object, not
-	 just a regular file. savefig() can be passed a file-like
-	 object in place of a file path. - MGD
+ just a regular file. savefig() can be passed a file-like
+ object in place of a file path. - MGD
 
 2007年11月13日 Improved the default backend selection at build time:
 SVG -> Agg -> TkAgg -> WXAgg -> GTK -> GTKAgg. The last usable
@@ -703,24 +703,24 @@
 updated on subsequent installs - DSD
 
 2007年11月12日 Added support for STIX fonts. A new rcParam,
-	 mathtext.fontset, can be used to choose between:
+ mathtext.fontset, can be used to choose between:
 
-	 'cm':
-	 The TeX/LaTeX Computer Modern fonts
+ 'cm':
+ The TeX/LaTeX Computer Modern fonts
 
-	 'stix':
-	 The STIX fonts (see stixfonts.org)
+ 'stix':
+ The STIX fonts (see stixfonts.org)
 
-	 'stixsans':
-	 The STIX fonts, using sans-serif glyphs by default
+ 'stixsans':
+ The STIX fonts, using sans-serif glyphs by default
 
-	 'custom':
-	 A generic Unicode font, in which case the mathtext font
-	 must be specified using mathtext.bf, mathtext.it,
-	 mathtext.sf etc.
+ 'custom':
+ A generic Unicode font, in which case the mathtext font
+ must be specified using mathtext.bf, mathtext.it,
+ mathtext.sf etc.
 
-	 Added a new example, stix_fonts_demo.py to show how to access
-	 different fonts and unusual symbols.
+ Added a new example, stix_fonts_demo.py to show how to access
+ different fonts and unusual symbols.
 
 - MGD
 
@@ -771,72 +771,72 @@
 
 2007年10月29日 TRANSFORMS REFACTORING
 
-	 The primary goal of this refactoring was to make it easier
-	 to extend matplotlib to support new kinds of projections.
-	 This is primarily an internal improvement, and the possible
-	 user-visible changes it allows are yet to come.
+ The primary goal of this refactoring was to make it easier
+ to extend matplotlib to support new kinds of projections.
+ This is primarily an internal improvement, and the possible
+ user-visible changes it allows are yet to come.
 
-	 The transformation framework was completely rewritten in
-	 Python (with Numpy). This will make it easier to add news
-	 kinds of transformations without writing C/C++ code.
+ The transformation framework was completely rewritten in
+ Python (with Numpy). This will make it easier to add news
+ kinds of transformations without writing C/C++ code.
 
-	 Transforms are composed into a 'transform tree', made of
-	 transforms whose value depends on other transforms (their
-	 children). When the contents of children change, their
-	 parents are automatically updated to reflect those changes.
-	 To do this an "invalidation" method is used: when children
-	 change, all of their ancestors are marked as "invalid".
-	 When the value of a transform is accessed at a later time,
-	 its value is recomputed only if it is invalid, otherwise a
-	 cached value may be used. This prevents unnecessary
-	 recomputations of transforms, and contributes to better
-	 interactive performance.
+ Transforms are composed into a 'transform tree', made of
+ transforms whose value depends on other transforms (their
+ children). When the contents of children change, their
+ parents are automatically updated to reflect those changes.
+ To do this an "invalidation" method is used: when children
+ change, all of their ancestors are marked as "invalid".
+ When the value of a transform is accessed at a later time,
+ its value is recomputed only if it is invalid, otherwise a
+ cached value may be used. This prevents unnecessary
+ recomputations of transforms, and contributes to better
+ interactive performance.
 
-	 The framework can be used for both affine and non-affine
-	 transformations. However, for speed, we want use the
-	 backend renderers to perform affine transformations
-	 whenever possible. Therefore, it is possible to perform
-	 just the affine or non-affine part of a transformation on a
-	 set of data. The affine is always assumed to occur after
-	 the non-affine. For any transform:
+ The framework can be used for both affine and non-affine
+ transformations. However, for speed, we want use the
+ backend renderers to perform affine transformations
+ whenever possible. Therefore, it is possible to perform
+ just the affine or non-affine part of a transformation on a
+ set of data. The affine is always assumed to occur after
+ the non-affine. For any transform:
 
-	 full transform == non-affine + affine
+ full transform == non-affine + affine
 
-	 Much of the drawing has been refactored in terms of
-	 compound paths. Therefore, many methods have been removed
-	 from the backend interface and replaced with a a handful to
-	 draw compound paths. This will make updating the backends
-	 easier, since there is less to update. It also should make
-	 the backends more consistent in terms of functionality.
+ Much of the drawing has been refactored in terms of
+ compound paths. Therefore, many methods have been removed
+ from the backend interface and replaced with a a handful to
+ draw compound paths. This will make updating the backends
+ easier, since there is less to update. It also should make
+ the backends more consistent in terms of functionality.
 
-	 User visible changes:
+ User visible changes:
 
-	 - POLAR PLOTS: Polar plots are now interactively zoomable,
+ - POLAR PLOTS: Polar plots are now interactively zoomable,
 and the r-axis labels can be interactively rotated.
 Straight line segments are now interpolated to follow the
 curve of the r-axis.
 
-	 - Non-rectangular clipping works in more backends and with
+ - Non-rectangular clipping works in more backends and with
 more types of objects.
 
-	 - Sharing an axis across figures is now done in exactly
-	 the same way as sharing an axis between two axes in the
-	 same figure:
+ - Sharing an axis across figures is now done in exactly
+ the same way as sharing an axis between two axes in the
+ same figure:
 
-	 	 fig1 = figure()
-		 fig2 = figure()
+ fig1 = figure()
+ fig2 = figure()
 
-		 ax1 = fig1.add_subplot(111)
-		 ax2 = fig2.add_subplot(111, sharex=ax1, sharey=ax1)
+ ax1 = fig1.add_subplot(111)
+ ax2 = fig2.add_subplot(111, sharex=ax1, sharey=ax1)
 
 - linestyles now include steps-pre, steps-post and
 steps-mid. The old step still works and is equivalent to
 step-pre.
 
-	 - Multiple line styles may be provided to a collection.
+ - Multiple line styles may be provided to a collection.
 
-	 See API_CHANGES for more low-level information about this
-	 refactoring.
+ See API_CHANGES for more low-level information about this
+ refactoring.
 
 2007年10月24日 Added ax kwarg to Figure.colorbar and pyplot.colorbar - EF
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <cm...@us...> - 2008年12月12日 03:33:33
Revision: 6574
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6574&view=rev
Author: cmoad
Date: 2008年12月12日 03:33:28 +0000 (2008年12月12日)
Log Message:
-----------
fixed release date for 0.98.5
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年12月12日 03:04:53 UTC (rev 6573)
+++ trunk/matplotlib/CHANGELOG	2008年12月12日 03:33:28 UTC (rev 6574)
@@ -1,5 +1,5 @@
 =================================================================
-2008年12月09日 Released 0.98.5 at svn r6573
+2008年12月11日 Released 0.98.5 at svn r6573
 
 2008年12月11日 Use subprocess.Popen instead of os.popen in dviread
 (Windows problem reported by Jorgen Stenarson) - JKS
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <jd...@us...> - 2008年12月16日 16:12:38
Revision: 6628
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6628&view=rev
Author: jdh2358
Date: 2008年12月16日 16:12:33 +0000 (2008年12月16日)
Log Message:
-----------
applied Darren's sphinx patch, cleaned up some docstrings
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年12月16日 14:44:09 UTC (rev 6627)
+++ trunk/matplotlib/CHANGELOG	2008年12月16日 16:12:33 UTC (rev 6628)
@@ -1,5 +1,5 @@
 2008年12月15日 Fix \$ in non-math text with usetex off. Document
-differences between usetex on/off - MGD
+ differences between usetex on/off - MGD
 
 2008年12月15日 Fix anti-aliasing when auto-snapping - MGD
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <lee...@us...> - 2009年04月16日 17:30:34
Revision: 7045
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7045&view=rev
Author: leejjoon
Date: 2009年04月16日 17:30:29 +0000 (2009年4月16日)
Log Message:
-----------
updated changelog for r7044
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2009年04月16日 17:28:41 UTC (rev 7044)
+++ trunk/matplotlib/CHANGELOG	2009年04月16日 17:30:29 UTC (rev 7045)
@@ -1,5 +1,9 @@
 ======================================================================
 
+2009年04月16日 Fixed a bug in mixed mode renderer that images produced by
+ an rasterizing backend are placed with incorrect size.
+ - JJL
+
 2008年04月14日 Added Jonathan Taylor's Reinier Heeres' port of John
 Porters' mplot3d to svn trunk. Package in
 mpl_toolkits.mplot3d and demo is examples/mplot3d/demo.py.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <ef...@us...> - 2009年06月01日 17:19:13
Revision: 7167
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7167&view=rev
Author: efiring
Date: 2009年06月01日 17:19:05 +0000 (2009年6月01日)
Log Message:
-----------
Update CHANGELOG for removal of old gtk support.
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2009年06月01日 17:16:06 UTC (rev 7166)
+++ trunk/matplotlib/CHANGELOG	2009年06月01日 17:19:05 UTC (rev 7167)
@@ -1,4 +1,6 @@
-2009年05月29日 Improved the animation_blit_qt4 example, which was a mix 
+2009年06月01日 Removed support for gtk < 2.4. - EF
+
+2009年05月29日 Improved the animation_blit_qt4 example, which was a mix
 of the object-oriented and pylab interfaces. It is now
 strictly object-oriented - DSD
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <ef...@us...> - 2009年06月06日 18:18:59
Revision: 7187
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7187&view=rev
Author: efiring
Date: 2009年06月06日 18:18:54 +0000 (2009年6月06日)
Log Message:
-----------
Update CHANGELOG
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2009年06月06日 14:16:40 UTC (rev 7186)
+++ trunk/matplotlib/CHANGELOG	2009年06月06日 18:18:54 UTC (rev 7187)
@@ -1,6 +1,9 @@
-2009年06月03日 axes_grid : Initial check-in of curvelinear grid support. See 
+
+2009年06月03日 axes_grid : Initial check-in of curvelinear grid support. See
 examples/axes_grid/demo_curvelinear_grid.py - JJL
 
+2009年06月01日 Add set_color method to Patch - EF
+
 2009年06月01日 Spine is now derived from Patch - ADS
 
 2009年06月01日 use cbook.is_string_like() instead of isinstance() for spines - ADS
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <jd...@us...> - 2009年06月07日 14:10:41
Revision: 7193
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7193&view=rev
Author: jdh2358
Date: 2009年06月07日 13:58:48 +0000 (2009年6月07日)
Log Message:
-----------
update changelog
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2009年06月07日 13:55:10 UTC (rev 7192)
+++ trunk/matplotlib/CHANGELOG	2009年06月07日 13:58:48 UTC (rev 7193)
@@ -1,4 +1,15 @@
+2009年06月07日 add support for bz2 files per sf support request 2794556 -
+ JDH
 
+2009年06月06日 added a properties method to the artist and inspector to
+ return a dict mapping property name -> value; see sf
+ feature request 2792183 - JDH
+
+2009年06月06日 added Neil's auto minor tick patch; sf patch #2789713 - JDH
+
+2009年06月06日 do not apply alpha to rgba color conversion if input is
+ already rgba - JDH
+
 2009年06月03日 axes_grid : Initial check-in of curvelinear grid support. See
 examples/axes_grid/demo_curvelinear_grid.py - JJL
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <lee...@us...> - 2009年06月24日 05:50:38
Revision: 7234
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7234&view=rev
Author: leejjoon
Date: 2009年06月24日 05:49:37 +0000 (2009年6月24日)
Log Message:
-----------
backend_agg.draw_marker quantizes the main path
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2009年06月24日 05:46:08 UTC (rev 7233)
+++ trunk/matplotlib/CHANGELOG	2009年06月24日 05:49:37 UTC (rev 7234)
@@ -1,3 +1,6 @@
+2009年06月24日 backend_agg.draw_marker quantizes the main path (as in the
+ draw_path). - JJL
+
 2009年06月24日 axes_grid: floating axis support added. - JJL
 
 2009年06月14日 Add new command line options to backend_driver.py to support
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <ef...@us...> - 2009年08月15日 18:37:39
Revision: 7492
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7492&view=rev
Author: efiring
Date: 2009年08月15日 18:37:25 +0000 (2009年8月15日)
Log Message:
-----------
Add CHANGELOG entry for Coombs docstring work.
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2009年08月15日 18:33:54 UTC (rev 7491)
+++ trunk/matplotlib/CHANGELOG	2009年08月15日 18:37:25 UTC (rev 7492)
@@ -1,3 +1,6 @@
+2009年08月15日 Docstrings are now manipulated with decorators defined
+ in a new module, docstring.py, thanks to Jason Coombs. - EF
+
 2009年08月14日 Add support for image filtering for agg back end. See the example
 demo_agg_filter.py. -JJL
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <md...@us...> - 2009年09月01日 13:22:32
Revision: 7623
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7623&view=rev
Author: mdboom
Date: 2009年09月01日 12:13:12 +0000 (2009年9月01日)
Log Message:
-----------
Add CHANGELOG entry about Gouraud shading
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2009年09月01日 05:24:38 UTC (rev 7622)
+++ trunk/matplotlib/CHANGELOG	2009年09月01日 12:13:12 UTC (rev 7623)
@@ -1,3 +1,6 @@
+2009年09月01日 Added support for Gouraud interpolated triangles.
+ pcolormesh now accepts shading='gouraud' as an option. - MGD
+
 2009年08月29日 Added matplotlib.testing package, which contains a Nose
 plugin and a decorator that lets tests be marked as
 KnownFailures - ADS
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <lee...@us...> - 2009年12月07日 01:17:34
Revision: 8011
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8011&view=rev
Author: leejjoon
Date: 2009年12月07日 01:17:27 +0000 (2009年12月07日)
Log Message:
-----------
update CHANGELOG for the axes_grid change
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2009年12月07日 01:17:16 UTC (rev 8010)
+++ trunk/matplotlib/CHANGELOG	2009年12月07日 01:17:27 UTC (rev 8011)
@@ -1,3 +1,6 @@
+2009年12月06日 axes_grid: reimplemented AxisArtist with FloatingAxes support.
+ Added new examples. - JJL
+
 2009年12月01日 Applied Laurent Dufrechou's patch to improve blitting with
 the qt4 backend - DSD 
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <ef...@us...> - 2010年06月07日 01:04:01
Revision: 8391
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8391&view=rev
Author: efiring
Date: 2010年06月07日 01:03:54 +0000 (2010年6月07日)
Log Message:
-----------
CHANGELOG: note version changes in dateutil and pytz
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2010年06月06日 22:44:18 UTC (rev 8390)
+++ trunk/matplotlib/CHANGELOG	2010年06月07日 01:03:54 UTC (rev 8391)
@@ -1,3 +1,5 @@
+2010年06月06日 Updated dateutil to 1.5 and pytz to 2010h.
+
 2010年06月02日 Add error_kw kwarg to Axes.bar(). - EF
 
 2010年06月01日 Fix pcolormesh() and QuadMesh to pass on kwargs as
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /