Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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