@@ -17,19 +17,19 @@ mainly to ease displaying (multiple) images in matplotlib.
1717 0.99. Originally, the toolkit had a single namespace of
1818 *axes_grid *. In more recent version (since svn r8226), the toolkit
1919 has divided into two separate namespace (*axes_grid1 * and *axisartist *).
20- While *axes_grid * namespace is maintained for he backward compatibility,
20+ While *axes_grid * namespace is maintained for the backward compatibility,
2121 use of *axes_grid1 * and *axisartist * is recommended.
2222
2323.. warning ::
2424 *axes_grid * and *axisartist * (but not *axes_grid1 *) uses
25- a custome Axes class (derived from the mpl's original Axes class).
26- As a sideeffect , some commands (mostly tick-related) do not work.
25+ a custom Axes class (derived from the mpl's original Axes class).
26+ As a side effect , some commands (mostly tick-related) do not work.
2727 Use *axes_grid1 * to avoid this, or see how things are different in
2828 *axes_grid * and *axisartist * (LINK needed)
2929
3030
3131AxesGrid toolkit has two namespaces (*axes_grid1 * and *axisartist *).
32- *axisartist * contains custome Axes class that is meant to support for
32+ *axisartist * contains custom Axes class that is meant to support for
3333curvilinear grids (e.g., the world coordinate system in astronomy).
3434Unlike mpl's original Axes class which uses Axes.xaxis and Axes.yaxis
3535to draw ticks, ticklines and etc., Axes in axisartist uses special
@@ -46,7 +46,7 @@ Axes.xaxis and Axes.yaxis may not work. See LINK for more detail.
4646(multiple) images with matplotlib. In matplotlib, the axes location
4747(and size) is specified in the normalized figure coordinates, which
4848may not be ideal for displaying images that needs to have a given
49- aspect ratio. For example, it helps you to have a colobar whose
49+ aspect ratio. For example, it helps you to have a colorbar whose
5050height always matches that of the image. `ImageGrid `_, `RGB Axes `_ and
5151`AxesDivider `_ are helper classes that deals with adjusting the
5252location of (multiple) Axes. They provides a framework to adjust the
@@ -76,9 +76,9 @@ used in such case.
7676.. plot :: mpl_toolkits/axes_grid/examples/simple_axesgrid.py
7777 :include-source:
7878
79- * The postion of each axes is determined at the drawing time (see
79+ * The position of each axes is determined at the drawing time (see
8080 `AxesDivider `_), so that the size of the entire grid fits in the
81- given rectangle (like the aspec of axes). Note that in this example,
81+ given rectangle (like the aspect of axes). Note that in this example,
8282 the paddings between axes are fixed even if you changes the figure
8383 size.
8484
@@ -141,7 +141,7 @@ AxesGrid takes following arguments,
141141 means the increasing direction of the axes number.
142142
143143 *aspect *
144- By default (False), widths and heigths of axes in the grid are
144+ By default (False), widths and heights of axes in the grid are
145145 scaled independently. If True, they are scaled according to their
146146 data limits (similar to aspect parameter in mpl).
147147
@@ -165,7 +165,7 @@ AxesGrid takes following arguments,
165165 | grid[1] | grid[3] |
166166 +---------+---------+
167167
168- You can also create a colorbar (or colobars ). You can have colorbar
168+ You can also create a colorbar (or colorbars ). You can have colorbar
169169for each axes (cbar_mode="each"), or you can have a single colorbar
170170for the grid (cbar_mode="single"). The colorbar can be placed on your
171171right, or top. The axes for each colorbar is stored as a *cbar_axes *
@@ -187,7 +187,7 @@ at drawing time. While a more about the AxesDivider is (will be)
187187explained in (yet to be written) AxesDividerGuide, direct use of the
188188AxesDivider class will not be necessary for most users. The
189189axes_divider module provides a helper function make_axes_locatable,
190- which can be useful. It takes a exisitng axes instance and create a
190+ which can be useful. It takes a existing axes instance and create a
191191divider for it. ::
192192
193193 ax = subplot(1,1,1)
@@ -196,7 +196,7 @@ divider for it. ::
196196
197197
198198
199- *make_axes_locatable * returns an isntance of the AxesLocator class,
199+ *make_axes_locatable * returns an instance of the AxesLocator class,
200200derived from the Locator. It provides *append_axes * method that
201201creates a new axes on the given side of ("top", "right", "bottom" and
202202"left") of the original axes.
@@ -255,7 +255,7 @@ if the host change its location (e.g., images).
255255In most cases, you first create a host axes, which provides a few
256256method that can be used to create parasite axes. They are *twinx *,
257257*twiny * (which are similar to twinx and twiny in the matplotlib) and
258- *twin *. *twin * takes an arbitraty tranfromation that maps between the
258+ *twin *. *twin * takes an arbitrary transformation that maps between the
259259data coordinates of the host axes and the parasite axes. *draw *
260260method of the parasite axes are never called. Instead, host axes
261261collects artists in parasite axes and draw them as if they belong to
@@ -292,7 +292,7 @@ tick-formatter for bottom(or left)-axis. ::
292292
293293
294294
295- A more sophiscated example using twin. Note that if you change the
295+ A more sophisticated example using twin. Note that if you change the
296296x-limit in the host axes, the x-limit of the parasite axes will change
297297accordingly.
298298
@@ -319,7 +319,7 @@ InsetLocator
319319
320320:mod: `mpl_toolkits.axes_grid.inset_locator ` provides helper classes
321321and functions to place your (inset) axes at the anchored position of
322- the parent axes, similarly to AnchoredArtis .
322+ the parent axes, similarly to AnchoredArtist .
323323
324324Using :func: `mpl_toolkits.axes_grid.inset_locator.inset_axes `, you
325325can have inset axes whose size is either fixed, or a fixed proportion
@@ -359,7 +359,7 @@ represented by the inset axes.
359359RGB Axes
360360~~~~~~~~
361361
362- RGBAxes is a helper clase to conveniently show RGB composite
362+ RGBAxes is a helper class to conveniently show RGB composite
363363images. Like ImageGrid, the location of axes are adjusted so that the
364364area occupied by them fits in a given rectangle. Also, the xaxis and
365365yaxis of each axes are shared. ::
@@ -386,7 +386,7 @@ AxisArtist
386386
387387AxisArtist module provides a custom (and very experimental) Axes
388388class, where each axis (left, right, top and bottom) have a separate
389- artist associated which is resposible to draw axis-line, ticks,
389+ artist associated which is responsible to draw axis-line, ticks,
390390ticklabels, label. Also, you can create your own axis, which can pass
391391through a fixed position in the axes coordinate, or a fixed position
392392in the data coordinate (i.e., the axis floats around when viewlimit
@@ -407,7 +407,7 @@ To create an axes, ::
407407 ax = AA.Axes(fig, [0.1, 0.1, 0.8, 0.8])
408408 fig.add_axes(ax)
409409
410- or to creat a subplot ::
410+ or to create a subplot ::
411411
412412 ax = AA.Subplot(fig, 111)
413413 fig.add_subplot(ax)
@@ -441,7 +441,7 @@ Or a fixed axis with some offset ::
441441AxisArtist with ParasiteAxes
442442~~~~~~~~~~~~~~~~~~~~~~~~~~~~
443443
444- Most commands in the axes_grid toolkit1 can take a axes_class keyword
444+ Most commands in the axes_grid1 toolkit can take a axes_class keyword
445445argument, and the commands creates an axes of the given class. For example,
446446to create a host subplot with axisartist.Axes, ::
447447
@@ -458,10 +458,10 @@ Here is an example that uses parasiteAxes.
458458
459459
460460
461- Curvelinear Grid
461+ Curvilinear Grid
462462----------------
463463
464- The motivation behind the AxisArtist module is to support cuvelinear grid
464+ The motivation behind the AxisArtist module is to support curvilinear grid
465465and ticks.
466466
467467.. plot :: mpl_toolkits/axes_grid/examples/demo_floating_axis.py
@@ -472,7 +472,7 @@ See :ref:`axisartist-manual` for more details.
472472Floating Axes
473473-------------
474474
475- This also suppport a Floating Axes whose outer axis are defined as
475+ This also support a Floating Axes whose outer axis are defined as
476476floating axis.
477477
478478.. plot :: mpl_toolkits/axes_grid/examples/demo_floating_axes.py
0 commit comments