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

Skip to content

Commit b39fcaa

Browse files
committed
Fix another typo in a comment
1 parent 9fcd8cb commit b39fcaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/pylab_examples/broken_axis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# right transform and disable clipping.
4545

4646
d = .015 # how big to make the diagonal lines in axes coordinates
47-
# arguments to pass plot, just so we don't keep repeating them
47+
# arguments to pass to plot, just so we don't keep repeating them
4848
kwargs = dict(transform=ax.transAxes, color='k', clip_on=False)
4949
ax.plot((-d, +d), (-d, +d), **kwargs) # top-left diagonal
5050
ax.plot((1 - d, 1 + d), (-d, +d), **kwargs) # top-right diagonal

0 commit comments

Comments
 (0)