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

Skip to content

Commit cf8bad6

Browse files
phobsonQuLogic
authored andcommitted
DOC: remove sphinx markup that confused SG
1 parent 84292c4 commit cf8bad6

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)