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

Skip to content

Commit cc4ed7c

Browse files
committed
updated CHANGELOG and API_CHANGES
svn path=/trunk/matplotlib/; revision=4182
1 parent f7fae52 commit cc4ed7c

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

API_CHANGES

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
Removed matplotlib.pyparsing. We now use the system's pyparsing
2-
if it is available, and if not, we install pyparsing directly into
3-
site-packages
4-
51
Moved mlab.csv2rec -> recutils.csv2rec
62

73
Added ax kwarg to pyplot.colorbar and Figure.colorbar so that

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
paintEvent, which has to be destroyed using the method end(). If
33
matplotlib raises an exception before the call to end - and it
44
does if you feed it with bad data - this method end() is never
5-
called and Qt4 will start spitting error messages - DSD
5+
called and Qt4 will start spitting error messages
66

77
2007-11-09 Moved pyparsing back into matplotlib namespace. Don't use
88
system pyparsing, API is too variable from one release

0 commit comments

Comments
 (0)