File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 231
231
# --------------------------------------------
232
232
#
233
233
# Explicit programming for Matplotlib involves calling the function
234
- # `pyploy. subplots` in the ``pyplot`` module once. This returns a group of an
235
- # explicit Figure and Axes to be unpacked as part of variable assignment. More
236
- # than one Axes is configurable; however, each Axes only corresponds to a
237
- # single Figure.
234
+ # `matplotlib.pyplot. subplots` in the ``pyplot`` module once. This returns a
235
+ # group of an explicit Figure and Axes to be unpacked as part of variable
236
+ # assignment. More than one Axes is configurable; however, each Axes only
237
+ # corresponds to a single Figure.
238
238
#
239
239
# Each Axes has its own methods to graph data. In addition, each Axes
240
240
# also uses separate methods to create and manage objects within a Figure.
You can’t perform that action at this time.
0 commit comments