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

Skip to content

Commit 09ea01a

Browse files
committed
DOC: remove tab
1 parent 0a19616 commit 09ea01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/dflt_style_changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ Legends
606606
with mpl.rc_context(rc=rcparams):
607607
x = range(N)
608608
y = np.cumsum(np.random.randn(N) )
609-
# unpack the single Line2D artist
609+
# unpack the single Line2D artist
610610
ln, = ax.plot(x, y, marker='s',
611611
linestyle='-', label='plot')
612612
ax.fill_between(x, y, 0, label='fill', alpha=.5, color=ln.get_color())

0 commit comments

Comments
 (0)