From a8aaf574492cd23e7d4dee968714be50ac4be819 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Fri, 10 May 2013 15:06:31 -0400 Subject: [PATCH] Use a plot directive rather than a link to a file in the _image directory, since the latter doesn't work with the latex build --- doc/mpl_toolkits/index.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/mpl_toolkits/index.rst b/doc/mpl_toolkits/index.rst index ba010b225e1a..1166e3ff63de 100644 --- a/doc/mpl_toolkits/index.rst +++ b/doc/mpl_toolkits/index.rst @@ -5,7 +5,7 @@ axes_grid/index.rst mplot3d/index.rst - + ######## Toolkits @@ -89,8 +89,7 @@ line, mesh) tools. Not the fastest or feature complete 3D library out there, but ships with matplotlib and thus may be a lighter weight solution for some use cases. -.. image:: /_images/contourf3d_demo21.png - +.. plot:: mpl_examples/mplot3d/contourf3d_demo2.py .. _toolkit_axes_grid: