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

Skip to content

Commit f6b5c0a

Browse files
committed
some quick log fixes
svn path=/trunk/matplotlib/; revision=1163
1 parent 243530b commit f6b5c0a

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
@@ -397,7 +397,7 @@ def draw_lines(self, gc, x, y, transform=None):
397397
point in x, y
398398
"""
399399
if debugPS: self._pswriter.write('% draw_lines \n')
400-
400+
401401
if transform:
402402
if transform.need_nonlinear():
403403
x, y = transform.nonlinear_only_numerix(x, y)

0 commit comments

Comments
 (0)