Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec61084

Browse files
committed
Update CHANGELOG and API_CHANGES for Manuel Metz's errorbar patch.
svn path=/trunk/matplotlib/; revision=3773
1 parent 2a6ae2f commit ec61084

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

API_CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
The errorbar method and function now accept additional kwargs
2+
so that upper and lower limits can be indicated by capping the
3+
bar with a caret instead of a straight line segment.
4+
15
The dviread.py file now has a parser for files like psfonts.map
26
and pdftex.map, to map TeX font names to external files.
37

CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2007-09-03 Added ability of errorbar show limits via caret or
2+
arrowhead ends on the bars; patch by Manual Metz. - EF
3+
14
2007-09-03 Created type1font.py, added features to AFM and FT2Font
25
(see API_CHANGES), started work on embedding Type 1 fonts
36
in pdf files. - JKS
@@ -7,7 +10,7 @@
710
2007-08-16 Added a set_extent method to AxesImage, allow data extent
811
to be modified after initial call to imshow - DSD
912

10-
2007-08-14 Fixed a bug in pyqt4 subplots-adjust. Thanks to
13+
2007-08-14 Fixed a bug in pyqt4 subplots-adjust. Thanks to
1114
Xavier Gnata for the report and suggested fix - DSD
1215

1316
2007-08-13 Use pickle to cache entire fontManager; change to using

0 commit comments

Comments
 (0)