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

Skip to content

Commit eafb2b0

Browse files
committed
Minor doc changes in the Figure class
1 parent 295beef commit eafb2b0

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

lib/matplotlib/figure.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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
"""

0 commit comments

Comments
 (0)