Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 225ce57

Browse files
committed
minor change to set_hatch docstring formatting
svn path=/trunk/matplotlib/; revision=2939
1 parent eba6304 commit 225ce57

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

lib/matplotlib/backends/backend_ps.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,14 +195,16 @@ def set_font(self, fontname, fontsize, store=1):
195195
def set_hatch(self, hatch):
196196
"""
197197
hatch can be one of:
198-
/ - diagonal hatching
199-
\ - back diagonal
200-
| - vertical
201-
- - horizontal
202-
+ - crossed
203-
X - crossed diagonal
198+
/ - diagonal hatching
199+
\ - back diagonal
200+
| - vertical
201+
- - horizontal
202+
+ - crossed
203+
X - crossed diagonal
204+
204205
letters can be combined, in which case all the specified
205206
hatchings are done
207+
206208
if same letter repeats, it increases the density of hatching
207209
in that direction
208210
"""

0 commit comments

Comments
 (0)