File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
# It is often convenient to create the axes together with the figure, but you
55
55
# can also manually add axes later on. Note that many
56
56
# :doc:`Matplotlib backends </users/explain/backends>` support zooming and
57
- # panning on figure windows .
57
+ # panning on Axes .
58
58
#
59
59
# :class:`~matplotlib.axes.Axes`
60
60
# ------------------------------
131
131
# Coding styles
132
132
# =============
133
133
134
- # The object-oriented and the pyplot interfaces
135
- # ---------------------------------------------
134
+ # The explicit ( object-oriented) and the implicit ( pyplot) interfaces
135
+ # -------------------------------------------------------------------
136
136
#
137
137
# As noted above, there are essentially two ways to use Matplotlib:
138
138
#
You can’t perform that action at this time.
0 commit comments