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

Skip to content

Commit e00f83a

Browse files
committed
finished numpification of extension code and axes.py
svn path=/trunk/matplotlib/; revision=3513
1 parent 7861461 commit e00f83a

19 files changed

Lines changed: 724 additions & 969 deletions

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2007-07-13 Removed the rest of the numerix extension code detritus,
2+
numpified axes.py, and cleaned up the imports in axes.py
3+
- JDH
4+
15
2007-07-13 Removed our own MPL_isnan.h in favor of numpy's
26
implementation -ADS
37

CODING_GUIDE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ For matplotlib main module, use:
6464

6565
For matplotlib modules, use:
6666

67-
import matplotlib.cbook as cbook
67+
import matplotlib.cbook as cbook as mpl_cbook
6868
...
69-
if cbook.iterable(z):
69+
if mpl_cbook.iterable(z):
7070
...
7171

7272
== Naming, spacing, and formatting conventions ==

lib/matplotlib/_image.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)