8000 modify heading in subplot.py · matplotlib/matplotlib@820bbdf · GitHub
[go: up one dir, main page]

Skip to content

Commit 820bbdf

Browse files
committed
modify heading in subplot.py
1 parent bc444fa commit 820bbdf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/subplots_axes_and_figures/subplot.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@
3232
#
3333
#
3434
# Alternative Method For Creating Multiple Plots
35-
# """"""""""
35+
# """"""""""""""""""""""""""""""""""""""""""""""
3636
#
37-
# Subplots can also be generated using `subplot()` as in the following example:
37+
# Subplots can also be generated using `~.pyplot.subplot()` \
38+
# as in the following example:
3839
#
3940

4041

0 commit comments

Comments
 (0)
0