|
From: <ef...@us...> - 2007-09-04 05:58:49
|
Revision: 3773
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3773&view=rev
Author: efiring
Date: 2007-09-03 22:58:48 -0700 (Mon, 03 Sep 2007)
Log Message:
-----------
Update CHANGELOG and API_CHANGES for Manuel Metz's errorbar patch.
Modified Paths:
--------------
trunk/matplotlib/API_CHANGES
trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/API_CHANGES
===================================================================
--- trunk/matplotlib/API_CHANGES 2007-09-04 05:53:56 UTC (rev 3772)
+++ trunk/matplotlib/API_CHANGES 2007-09-04 05:58:48 UTC (rev 3773)
@@ -1,3 +1,7 @@
+ The errorbar method and function now accept additional kwargs
+ so that upper and lower limits can be indicated by capping the
+ bar with a caret instead of a straight line segment.
+
The dviread.py file now has a parser for files like psfonts.map
and pdftex.map, to map TeX font names to external files.
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG 2007-09-04 05:53:56 UTC (rev 3772)
+++ trunk/matplotlib/CHANGELOG 2007-09-04 05:58:48 UTC (rev 3773)
@@ -1,3 +1,6 @@
+2007-09-03 Added ability of errorbar show limits via caret or
+ arrowhead ends on the bars; patch by Manual Metz. - EF
+
2007-09-03 Created type1font.py, added features to AFM and FT2Font
(see API_CHANGES), started work on embedding Type 1 fonts
in pdf files. - JKS
@@ -7,7 +10,7 @@
2007-08-16 Added a set_extent method to AxesImage, allow data extent
to be modified after initial call to imshow - DSD
-2007-08-14 Fixed a bug in pyqt4 subplots-adjust. Thanks to
+2007-08-14 Fixed a bug in pyqt4 subplots-adjust. Thanks to
Xavier Gnata for the report and suggested fix - DSD
2007-08-13 Use pickle to cache entire fontManager; change to using
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|