You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All objects with an interior region (circle, ellipse, polygon) have
223
+
.. rst-class:: table table-bordered
140
224
141
-
* ``linewidth``: a positive number with as default ``1.0``
142
-
* ``linestyle``: one of ``{'solid', 'dotted', 'dashed', 'dashdot'}`` with as default ``'solid'``
143
-
* ``facecolor``: an rgb color tuple with components in the range of ``0.0`` to ``1.0``, and as default ``(1.0, 1.0, 1.0)``, specifying the color of the interior region
144
-
* ``edgecolor``: an rgb color tuple with components in the range of ``0.0`` to ``1.0``, and as default ``(0.0, 0.0, 0.0)``, specifying the color of the boundary
145
-
* ``fill``: a boolean flag indicating that the interior should be filled; the default is ``True``.
146
-
* ``alpha``: controls the transparency of the fill in a range of ``0.0`` to ``1.0``, with as default ``1.0``
225
+
.. list-table::
226
+
:widths: auto
227
+
:header-rows: 1
147
228
148
-
Point objects have their own set of options
229
+
* - Name
230
+
- Value
231
+
- Default
232
+
* - ``size``
233
+
- :obj:`int`
234
+
- ``5``
235
+
* - ``facecolor``
236
+
- :obj:`tuple`
237
+
- ``(1.0, 1.0, 1.0)``
238
+
* - ``edgecolor``
239
+
- :obj:`tuple`
240
+
- ``(0.0, 0.0, 0.0)``
149
241
150
-
* ``size``
151
-
* ``facecolor``: an rgb color tuple with components in the range of ``0.0`` to ``1.0``, and as default ``(1.0, 1.0, 1.0)``, specifying the color of the interior region
152
-
* ``edgecolor``: an rgb color tuple with components in the range of ``0.0`` to ``1.0``, and as default ``(0.0, 0.0, 0.0)``, specifying the color of the boundary
0 commit comments