File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,13 +129,12 @@ class Figure(Artist):
129129 the callback will be called with ``func(fig)`` where fig is the
130130 :class:`Figure` instance.
131131
132- The figure patch is drawn by a the attribute
133-
134132 *patch*
135- a :class:`matplotlib.patches.Rectangle` instance
133+ The figure patch is drawn by a
134+ :class:`matplotlib.patches.Rectangle` instance
136135
137136 *suppressComposite*
138- for multiple figure images, the figure will make composite
137+ For multiple figure images, the figure will make composite
139138 images depending on the renderer option_image_nocomposite
140139 function. If suppressComposite is True|False, this will
141140 override the renderer
@@ -165,7 +164,7 @@ def __init__(self,
165164 *linewidth*
166165 the figure patch edge linewidth; the default linewidth of the frame
167166 *frameon*
168- if False, suppress drawing the figure frame
167+ if `` False`` , suppress drawing the figure frame
169168 *subplotpars*
170169 a :class:`SubplotParams` instance, defaults to rc
171170 """
You can’t perform that action at this time.
0 commit comments