|
From: <md...@us...> - 2009-01-06 19:52:44
|
Revision: 6751
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6751&view=rev
Author: mdboom
Date: 2009-01-06 19:52:42 +0000 (Tue, 06 Jan 2009)
Log Message:
-----------
Fix reST formatting in list of hatch patterns.
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/patches.py
Modified: trunk/matplotlib/lib/matplotlib/patches.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/patches.py 2009-01-06 19:52:17 UTC (rev 6750)
+++ trunk/matplotlib/lib/matplotlib/patches.py 2009-01-06 19:52:42 UTC (rev 6751)
@@ -252,7 +252,7 @@
Hatching is supported in the PostScript, PDF, SVG and Agg
backends only.
- ACCEPTS: [ '/' | '\\' | '|' | '-' | '+' | 'x' | 'o' | 'O' | '.' | '*' ]
+ ACCEPTS: [ '/' | '\\\\' | '|' | '-' | '+' | 'x' | 'o' | 'O' | '.' | '*' ]
"""
self._hatch = hatch
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|