Skip to content

Commit

Permalink
Mention return value for draw_marker_at_points (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiggins committed Mar 25, 2021
1 parent 42cee22 commit 5d166e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kiva/abstract_graphics_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,11 @@ def draw_marker_at_points(self, point_array, size, marker=SQUARE_MARKER):
``TRIANGLE_MARKER``, ``INVERTED_TRIANGLE_MARKER``,
``PLUS_MARKER``, ``DOT_MARKER``, or ``PIXEL_MARKER``. Each is
defined in :py:mod:`kiva.api`.
Returns
-------
result : bool
True if markers were drawn, False otherwise.
"""

@abstractmethod
Expand Down

0 comments on commit 5d166e9

Please sign in to comment.