Skip to content

Commit cdf5618

Browse files
authored
Apply suggestion from @timhoffm
1 parent 9704c63 commit cdf5618

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

galleries/examples/pyplots/pyplot_two_subplots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Two subplots using pyplot
44
=========================
55
6-
In pyplot, subplots are created incrementally through `~.pyplot.subplot`.
6+
A typical pyplot usage pattern is to create subplots incrementally through `~.pyplot.subplot`.
77
The three-digit number passed to `~.pyplot.subplot` specifies the position of
88
the subplot in the grid of subplots. ``211`` means "in a grid of 2 rows and 1 column,
99
create this subplot in the 1st position". ``212`` likewise means "in a grid of 2

0 commit comments

Comments
 (0)