File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,8 +157,8 @@ class in the Matplotlib API, and the one you will be working with most
157
157
# plot, has a ``Rectangle`` instance that determines the color,
158
158
# transparency, and other properties of the Axes. These instances are
159
159
# stored as member variables :attr:`!Figure.patch` and :attr:`!Axes.patch`
160
- # ("Patch" is a name inherited from MATLAB, and is a 2D "patch"
161
- # of color on the figure, e.g., rectangles, circles and polygons).
160
+ # ("Patch" is a name inherited from MATLAB, and is a 2D "patch"
161
+ # of color on the figure, e.g., rectangles, circles and polygons).
162
162
# Every Matplotlib ``Artist`` has the following properties
163
163
#
164
164
# ========== =================================================================
You can’t perform that action at this time.
0 commit comments