Skip to content

Commit 92c5ebb

Browse files
committed
[DOC] fix AxesGrid to ImageGrid link
svn path=/trunk/matplotlib/; revision=8904
1 parent b220a3e commit 92c5ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/mpl_toolkits/axes_grid/users/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Axes.xaxis and Axes.yaxis may not work. See LINK for more detail.
4747
(and size) is specified in the normalized figure coordinates, which
4848
may not be ideal for displaying images that needs to have a given
4949
aspect ratio. For example, it helps you to have a colobar whose
50-
height always matches that of the image. `AxesGrid`_, `RGB Axes`_ and
50+
height always matches that of the image. `ImageGrid`_, `RGB Axes`_ and
5151
`AxesDivider`_ are helper classes that deals with adjusting the
5252
location of (multiple) Axes. They provides a framework to adjust the
5353
position of multiple axes at the drawing time. `ParasiteAxes`_

0 commit comments

Comments
 (0)