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

Skip to content

Commit 3d929fc

Browse files
authored
Merge pull request #10460 from phobson/doc-quick-subplots-fix
DOC: remove sphinx markup that confsed SG
2 parents 554ad8a + cf8bad6 commit 3d929fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/recipes/create_subplots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Fernando Perez has provided a nice top level method to create in
2525
# :func:`~matplotlib.pyplots.subplots` (note the "s" at the end)
2626
# everything at once, and turn on x and y sharing for the whole bunch.
27-
# You can either unpack the axes individually::
27+
# You can either unpack the axes individually...
2828

2929
# new style method 1; unpack the axes
3030
fig, ((ax1, ax2), (ax3, ax4)) = plt.subplots(2, 2, sharex=True, sharey=True)

0 commit comments

Comments
 (0)