Skip to content

Would hide_markers method be useful? #24

Open
@pllim

Description

@pllim

Would a new method that hide the marker(s) instead of deleting them be useful? For example, if you want to, say, blink through different groups of markers, it is much cheaper to toggle their visibility than to completely removing/re-adding them from/to the backend every time.

Would all backends have concept of hide vs remove?

Signature should be similar to remove_markers, so something like this:

def hide_markers(marker_name=None):
    # code here

cc @mwcraig @eteq

xref spacetelescope/jdaviz#2410

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Subissues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions