Skip to content

Commit cd55943

Browse files
committed
CHANGELOG update and format fixups; fix python version info in INSTALL
svn path=/trunk/matplotlib/; revision=8204
1 parent e65d17b commit cd55943

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

CHANGELOG

+15-11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1+
2010-03-20 Added conditional support for new Tooltip API in gtk backend. - EF
2+
13
2010-03-20 Changed plt.fig_subplot() to plt.subplots() after discussion on
2-
list, and changed its API to return axes as a numpy object array
3-
(with control of dimensions via squeeze keyword). FP.
4+
list, and changed its API to return axes as a numpy object array
5+
(with control of dimensions via squeeze keyword). FP.
46

57
2010-03-13 Manually brought in commits from branch
68

79
------------------------------------------------------------------------
810
r8191 | leejjoon | 2010-03-13 17:27:57 -0500 (Sat, 13 Mar 2010) | 1 line
911

10-
fix the bug that handles for scatter are incorrectly set when dpi!=72. Thanks to Ray Speth for the bug report.
12+
fix the bug that handles for scatter are incorrectly set when dpi!=72.
13+
Thanks to Ray Speth for the bug report.
1114

1215

13-
2010-03-03 Manually brought in commits from branch via diff/patch (svnmerge is broken)
16+
2010-03-03 Manually brought in commits from branch via diff/patch
17+
(svnmerge is broken)
1418

1519
------------------------------------------------------------------------
1620
r8175 | leejjoon | 2010-03-03 10:03:30 -0800 (Wed, 03 Mar 2010) | 1 line
@@ -35,15 +39,15 @@
3539

3640
2010-02-25 add annotation_demo3.py that demonstrates new functionality. -JJL
3741

38-
2010-02-25 refactor Annotation to support arbitrary Transform as xycoords
39-
or textcoords. Also, if a tuple of two coordinates is provided,
40-
they are interpreted as coordinates for each x and y position.
42+
2010-02-25 refactor Annotation to support arbitrary Transform as xycoords
43+
or textcoords. Also, if a tuple of two coordinates is provided,
44+
they are interpreted as coordinates for each x and y position.
4145
-JJL
4246

4347
2010-02-24 Added pyplot.fig_subplot(), to create a figure and a group of
44-
subplots in a single call. This offers an easier pattern than
45-
manually making figures and calling add_subplot() multiple times. FP
46-
48+
subplots in a single call. This offers an easier pattern than
49+
manually making figures and calling add_subplot() multiple times. FP
50+
4751
2010-02-17 Added Gokhan's and Mattias' customizable keybindings patch
4852
for the toolbar. You can now set the keymap.* properties
4953
in the matplotlibrc file. Newbindings were added for
@@ -67,7 +71,7 @@
6771
warnings can be turned into fatal errors easily if desired. - FP
6872

6973
2010-01-29 Added draggable method to Legend to allow mouse drag
70-
placement. Thanks Adam Fraser. JDH
74+
placement. Thanks Adam Fraser. JDH
7175

7276
2010-01-25 Fixed a bug reported by Olle Engdegard, when using
7377
histograms with stepfilled and log=True - MM

INSTALL

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
INTRODUCTION
33

4-
matplotlib requires at a minimum python 2.3, numpy, libpng and
4+
matplotlib requires at a minimum python 2.4, numpy, libpng and
55
freetype. To get the most out of matplotlib, you will want to build
66
some of the optional GUI and image extensions, discussed below.
77
Matplotlib is known to work on linux, unix, win32 and OS X

0 commit comments

Comments
 (0)