8000 DOC: fix and expand example · matplotlib/matplotlib@67cd299 · GitHub
[go: up one dir, main page]

Skip to content

Commit 67cd299

Browse files
committed
DOC: fix and expand example
1 parent 004755b commit 67cd299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/text_labels_and_annotations/figlegendoutside_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
gs = gs0[0].subgridspec(1, 1)
6464
for i in range(1):
65-
ax = fig.add_subplot(gs[i,0])
65+
ax = fig.add_subplot(gs[i, 0])
6666
ax.plot(range(10), label=f'Boo{i}')
6767
lg = fig.legend(ax=[ax], loc='upper left', outside=True, borderaxespad=4)
6868

0 commit comments

Comments
 (0)
0