Skip to content

show_lines has no color by default #169

@keflavich

Description

@keflavich

Noted in aplpy/aplpy-examples#1, apparently show_lines defaults to no color. There is no obvious reason for this that I can see in the source for show_lines or LineCollection:

F.show_grayscale()
F.show_lines([np.array([[265,267],[-28,-30]])]) # shows nothing
F.show_lines([np.array([[265,267],[-28,-30]])],color='r')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions