Skip to content

Distinguish between mark_point, mark_circle, and mark_square #30

Open
@kdorr

Description

@kdorr

mpl-altair does not distinguish between mark_point(), mark_circle(), and mark_square(). All three marks produce a scatter plot.

Implementation Notes

  • Marks should be handled in _marks.py
  • mark_point() should draw open circles by default
  • mark_circle() should draw closed circles by default
  • mark_square() should draw squares by default

For more information

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions