MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / unit_regular_asterisk

Method unit_regular_asterisk

lib/matplotlib/path.py:838–843  ·  view source on GitHub ↗

Return a :class:`Path` for a unit regular asterisk with the given numVertices and radius of 1.0, centered at (0, 0).

(cls, numVertices)

Source from the content-addressed store, hash-verified

836
837 @classmethod
838 def unit_regular_asterisk(cls, numVertices):
839 """
840 Return a :class:`Path` for a unit regular asterisk with the given
841 numVertices and radius of 1.0, centered at (0, 0).
842 """
843 return cls.unit_regular_star(numVertices, 0.0)
844
845 _unit_circle = None
846

Callers 1

_set_tuple_markerMethod · 0.80

Calls 1

unit_regular_starMethod · 0.80

Tested by

no test coverage detected