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

Skip to content

Commit dfc1c84

Browse files
author
Steve Chaplin
committed
SC 2005/03/13
svn path=/trunk/matplotlib/; revision=1074
1 parent 476fb22 commit dfc1c84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/lines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ def set_dashes(self, seq):
503503
self.set_linestyle('-')
504504
else:
505505
self.set_linestyle('--')
506-
self._dashSeq = seq[1] # TODO: offset ignroed for now
506+
self._dashSeq = seq # TODO: offset ignored for now
507507

508508
def _draw_nothing(self, renderer, gc, xt, yt):
509509
pass

0 commit comments

Comments
 (0)