Return a `.Path` for the primary part of the marker. For unfilled markers this is the whole marker, for filled markers, this is the area to be drawn with *markerfacecolor*.
(self)
| 333 | self._recache() |
| 334 | |
| 335 | def get_path(self): |
| 336 | """ |
| 337 | Return a `.Path` for the primary part of the marker. |
| 338 | |
| 339 | For unfilled markers this is the whole marker, for filled markers, |
| 340 | this is the area to be drawn with *markerfacecolor*. |
| 341 | """ |
| 342 | return self._path |
| 343 | |
| 344 | def get_transform(self): |
| 345 | """ |