Skip to content

Commit 5a90a45

Browse files
committed
fixed perrys typos
svn path=/trunk/matplotlib/; revision=4813
1 parent 56f424f commit 5a90a45

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ COMPILING
3030
you can set.
3131

3232
If you want to use a GUI backend, you will need either Tkinter,
33-
pygtk or wxpython installed on your system, from src or from a
33+
pygtk , wxPython or Qt installed on your system, from src or from a
3434
package manager including the devel packages. You can choose which
35-
backends to enable by setting the flags in setup.py, but the default
35+
backends to enable by setting the flags in setup.cfg, but the default
3636
is to automatically detect your installed GUIs and build support for
3737
them. If you later find that you did not have a GUI toolkit like
3838
pygtk installed when you built matplotlib, but now want it, you will

MIGRATION.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Migrating to the new matplotlib codebase
22
========================================
33

4-
Michael Droettboom has spent the last several month working on the
4+
Michael Droettboom has spent the last several months working on the
55
"transforms branch" of matplotlib, in which he rewrote from the ground
6-
up the transformation infrastructure in matplotlib, whih many found
6+
up the transformation infrastructure in matplotlib, which many found
77
unintuitive and hard to extend. In addition to a cleaner code base,
88
the refactoring allows you to define your own trasformations and
99
projections (eg map projections) within matplotlib. He has merged his
@@ -13,10 +13,10 @@ future matplotlib releases.
1313
If you are a svn user, we encourage you to continue using the trunk as
1414
before, but with the understanding that you are now truly on the
1515
bleeding edge. Michael has made sure all the examples still pass with
16-
the new code base, so for the vast majority of you, I except to see
16+
the new code base, so for the vast majority of you, I expect to see
1717
few problems. But we need to get as many people as possible using the
1818
new code base so we can find and fix the remaining problems. We have
19-
take the svn cde used in the last stable release in the 0.91 series,
19+
take the svn code used in the last stable release in the 0.91 series,
2020
and made it a maintenance branch so we can still fix bugs and support
2121
people who are not ready to migrate to the new transformation
2222
infrastructure but nonetheless need acccess to svn bug fixes.

0 commit comments

Comments
 (0)