1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: minor glitch in draw_markers() description
Author: Jakub Wilk <jwilk@debian.org>
Index: matplotlib-1.1.0~rc1/doc/api/api_changes.rst
===================================================================
--- matplotlib-1.1.0~rc1.orig/doc/api/api_changes.rst 2011-09-24 17:08:26.000000000 +0200
+++ matplotlib-1.1.0~rc1/doc/api/api_changes.rst 2011-09-26 23:46:20.508264962 +0200
@@ -569,7 +569,7 @@
* :meth:`draw_markers(self, gc, marker_path, marker_trans, path,
trans, rgbFace)
- <matplotlib.backend_bases.RendererBase.draw_markers`
+ <matplotlib.backend_bases.RendererBase.draw_markers>`
* :meth:`draw_path_collection(self, master_transform, cliprect,
clippath, clippath_trans, paths, all_transforms, offsets,
|