Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fcd8cb commit b39fcaaCopy full SHA for b39fcaa
1 file changed
examples/pylab_examples/broken_axis.py
@@ -44,7 +44,7 @@
44
# right transform and disable clipping.
45
46
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
+# arguments to pass to plot, just so we don't keep repeating them
48
kwargs = dict(transform=ax.transAxes, color='k', clip_on=False)
49
ax.plot((-d, +d), (-d, +d), **kwargs) # top-left diagonal
50
ax.plot((1 - d, 1 + d), (-d, +d), **kwargs) # top-right diagonal
0 commit comments