We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9704c63 commit cdf5618Copy full SHA for cdf5618
1 file changed
galleries/examples/pyplots/pyplot_two_subplots.py
@@ -3,7 +3,7 @@
3
Two subplots using pyplot
4
=========================
5
6
-In pyplot, subplots are created incrementally through `~.pyplot.subplot`.
+A typical pyplot usage pattern is to create subplots incrementally through `~.pyplot.subplot`.
7
The three-digit number passed to `~.pyplot.subplot` specifies the position of
8
the subplot in the grid of subplots. ``211`` means "in a grid of 2 rows and 1 column,
9
create this subplot in the 1st position". ``212`` likewise means "in a grid of 2
0 commit comments