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

Skip to content

Commit f3971e7

Browse files
committed
spell check
svn path=/trunk/matplotlib/; revision=646
1 parent 1816b0b commit f3971e7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

lib/matplotlib/transforms.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
intervalx() - return the x Interval instance
5858
intervaly() - return the y interval instance
5959
get_bounds() - get the left, bottom, width, height bounding tuple
60-
update(xys, ignore) - update the boox to bound all the xy tuples in
60+
update(xys, ignore) - update the bbox to bound all the xy tuples in
6161
xys; if ignore is true ignore the current contents of bbox and
6262
just bound the tuples. If ignore is false, bound self + tuples
6363
width() - return the width of the bbox
@@ -85,7 +85,7 @@
8585
8686
trans = SeparableTransformation(bbox1, bbox2, funcx, funcy)
8787
88-
where funcx and funcy operatate on x and y. The typical linear
88+
where funcx and funcy operate on x and y. The typical linear
8989
coordinate transformation maps one bounding box to another, with funcx
9090
and funcy both identity. Eg,
9191
@@ -104,18 +104,18 @@
104104
yo] |b d| yi] ty]
105105
106106
107-
From a user persepective, the most important Tranformation methods are
107+
From a user perspective, the most important Tranformation methods are
108108
109109
All transformations
110110
-------------------
111111
freeze() - eval and freeze the lazy objects
112-
thaw() - release the laszy objects
112+
thaw() - release the lazy objects
113113
114114
xy_tup(xy) - transform the tuple (x,y)
115115
seq_x_y(x, y) - transform the python sequences x and y
116116
numerix_x_y(x, y) - x and y are numerix 1D arrays
117117
seq_xy_tups(seq) - seq is a sequence of xy tuples
118-
inverse_xy_tup(xy) - apply the incerse transformation to tuple xy
118+
inverse_xy_tup(xy) - apply the inverse transformation to tuple xy
119119
120120
set_offset(xy, trans) - xy is an x,y tuple and trans is a
121121
Transformation instance. This will apply a post transformational
@@ -148,8 +148,8 @@
148148
one - return Value(1)
149149
origin - return Point(zero(), zero())
150150
unit_bbox - return the 0,0 to 1,1 bounding box
151-
identity_affine - An affine idenitity transformation
152-
identity_transform - An indentity separable transformation
151+
identity_affine - An affine identity transformation
152+
identity_transform - An identity separable transformation
153153
translation_transform - a pure translational affine
154154
scale_transform - a pure scale affine
155155
scale_sep_transform - a pure scale separable transformation

0 commit comments

Comments
 (0)