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

Skip to content

Commit 573e598

Browse files
committed
Merged revisions 5676-5677 via svnmerge from
https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v0_91_maint ........ r5677 | mdboom | 2008-06-26 08:36:15 -0400 (Thu, 26 Jun 2008) | 1 line Oops in last commit ........ svn path=/trunk/matplotlib/; revision=5678
1 parent d3d29f0 commit 573e598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/backends/backend_ps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def do_hatch(angle, density):
254254
hatchr cvi hatchgap idiv hatchgap mul
255255
{hatcht m 0 hatchb hatcht sub r }
256256
for
257-
strokeCHAN
257+
stroke
258258
grestore
259259
""" % (angle, 12/density)
260260
self._pswriter.write("gsave\n")

0 commit comments

Comments
 (0)