Skip to content

Commit 2e7fd6b

Browse files
committed
added fernandos backend init patch
svn path=/trunk/matplotlib/; revision=534
1 parent 486246b commit 2e7fd6b

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

CHANGELOG

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
New entries should be added at the top
22

33
==============================================================
4-
5-
2004-09-15 Modified setup to build array-package-specific extensions for those
6-
extensions which are array-aware. Setup builds extensions
7-
automatically for either Numeric, numarray, or both,
8-
depending on what you have installed. Python proxy modules
9-
for the array-aware extensions import the version optimized
10-
for numarray or Numeric determined by numerix. - JTM
11-
12-
2004-09-15 Moved definitions of infinity from mlab to numerix
13-
to avoid divide by zero warnings for numarray - JTM
4+
2004-09-15 Applied Fernando's backend __init__ patch to support easier
5+
backend maintenance. Added his numutils to mlab. JDH
6+
7+
2004-09-15 Modified setup to build array-package-specific extensions
8+
for those extensions which are array-aware. Setup builds
9+
extensions automatically for either Numeric, numarray, or
10+
both, depending on what you have installed. Python proxy
11+
modules for the array-aware extensions import the version
12+
optimized for numarray or Numeric determined by numerix. -
13+
JTM
14+
15+
2004-09-15 Moved definitions of infinity from mlab to numerix to avoid
16+
divide by zero warnings for numarray - JTM
1417

1518

1619
==============================================================

TODO

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,3 +574,5 @@ ZeroDivisionError: SeparableTransformation::eval_scalars yin interval is zero; c
574574
files.
575575

576576
-- file save dialog for Tk? See Mayavi for the right call to make.
577+
578+
-- colorbar for dynamic images.

examples/simple_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
title('About as simple as it gets, folks')
1313
grid(True)
1414
#axis([0,1,-1,1])
15-
#savefig('simple_plot')
15+
savefig('simple_plot')
1616

1717
show()

0 commit comments

Comments
 (0)