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.
1 parent 234d972 commit e95d4e5Copy full SHA for e95d4e5
tutorials/introductory/usage.py
@@ -54,7 +54,7 @@
54
# It is often convenient to create the axes together with the figure, but you
55
# can also manually add axes later on. Note that many
56
# :doc:`Matplotlib backends </users/explain/backends>` support zooming and
57
-# panning on figure windows.
+# panning on Axes.
58
#
59
# :class:`~matplotlib.axes.Axes`
60
# ------------------------------
@@ -131,8 +131,8 @@
131
# Coding styles
132
# =============
133
134
-# The object-oriented and the pyplot interfaces
135
-# ---------------------------------------------
+# The explicit (object-oriented) and the implicit (pyplot) interfaces
+# -------------------------------------------------------------------
136
137
# As noted above, there are essentially two ways to use Matplotlib:
138
0 commit comments