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.
2 parents 554ad8a + cf8bad6 commit 3d929fcCopy full SHA for 3d929fc
1 file changed
examples/recipes/create_subplots.py
@@ -24,7 +24,7 @@
24
# Fernando Perez has provided a nice top level method to create in
25
# :func:`~matplotlib.pyplots.subplots` (note the "s" at the end)
26
# everything at once, and turn on x and y sharing for the whole bunch.
27
-# You can either unpack the axes individually::
+# You can either unpack the axes individually...
28
29
# new style method 1; unpack the axes
30
fig, ((ax1, ax2), (ax3, ax4)) = plt.subplots(2, 2, sharex=True, sharey=True)
0 commit comments