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

Skip to content

Commit a0d8a32

Browse files
committed
fixed fernandos a bug
svn path=/trunk/matplotlib/; revision=604
1 parent 694f8bd commit a0d8a32

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

examples/matplotlib_icon.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
"""
23
make the matplotlib svg minimization icon
34
"""

lib/matplotlib/numerix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"--Numarray", "--numarray", "--NUMARRAY"]:
2828
which = a[2:], "command line"
2929
break
30+
del a
3031

3132
if which[0] is None:
3233
try: # In theory, rcParams always has *some* value for numerix.

0 commit comments

Comments
 (0)