|
From: <md...@us...> - 2008-06-26 12:36:55
|
Revision: 5677
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5677&view=rev
Author: mdboom
Date: 2008-06-26 05:36:15 -0700 (Thu, 26 Jun 2008)
Log Message:
-----------
Oops in last commit
Modified Paths:
--------------
branches/v0_91_maint/lib/matplotlib/backends/backend_ps.py
Modified: branches/v0_91_maint/lib/matplotlib/backends/backend_ps.py
===================================================================
--- branches/v0_91_maint/lib/matplotlib/backends/backend_ps.py 2008-06-26 12:32:32 UTC (rev 5676)
+++ branches/v0_91_maint/lib/matplotlib/backends/backend_ps.py 2008-06-26 12:36:15 UTC (rev 5677)
@@ -254,7 +254,7 @@
hatchr cvi hatchgap idiv hatchgap mul
{hatcht moveto 0 hatchb hatcht sub rlineto}
for
- strokeCHAN
+ stroke
grestore
""" % (angle, 12/density)
self._pswriter.write("gsave\n")
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|