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

Skip to content

Commit e95d4e5

Browse files
jklymaktacaswell
andauthored
Apply suggestions from code review
Co-authored-by: Thomas A Caswell <[email protected]>
1 parent 234d972 commit e95d4e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/introductory/usage.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# It is often convenient to create the axes together with the figure, but you
5555
# can also manually add axes later on. Note that many
5656
# :doc:`Matplotlib backends </users/explain/backends>` support zooming and
57-
# panning on figure windows.
57+
# panning on Axes.
5858
#
5959
# :class:`~matplotlib.axes.Axes`
6060
# ------------------------------
@@ -131,8 +131,8 @@
131131
# Coding styles
132132
# =============
133133

134-
# The object-oriented and the pyplot interfaces
135-
# ---------------------------------------------
134+
# The explicit (object-oriented) and the implicit (pyplot) interfaces
135+
# -------------------------------------------------------------------
136136
#
137137
# As noted above, there are essentially two ways to use Matplotlib:
138138
#

0 commit comments

Comments
 (0)