From: <piv...@us...> - 2011-01-12 01:16:23
|
Revision: 8904 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8904&view=rev Author: pivanov314 Date: 2011-01-12 01:16:17 +0000 (Wed, 12 Jan 2011) Log Message: ----------- [DOC] fix AxesGrid to ImageGrid link Modified Paths: -------------- trunk/matplotlib/doc/mpl_toolkits/axes_grid/users/overview.rst Modified: trunk/matplotlib/doc/mpl_toolkits/axes_grid/users/overview.rst =================================================================== --- trunk/matplotlib/doc/mpl_toolkits/axes_grid/users/overview.rst 2011-01-12 00:49:36 UTC (rev 8903) +++ trunk/matplotlib/doc/mpl_toolkits/axes_grid/users/overview.rst 2011-01-12 01:16:17 UTC (rev 8904) @@ -47,7 +47,7 @@ (and size) is specified in the normalized figure coordinates, which may not be ideal for displaying images that needs to have a given aspect ratio. For example, it helps you to have a colobar whose -height always matches that of the image. `AxesGrid`_, `RGB Axes`_ and +height always matches that of the image. `ImageGrid`_, `RGB Axes`_ and `AxesDivider`_ are helper classes that deals with adjusting the location of (multiple) Axes. They provides a framework to adjust the position of multiple axes at the drawing time. `ParasiteAxes`_ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |