Skip to content

Allow additional arguments to set_axislabel through coord_params dict in ArrayAnimatorWCS #25

@wtbarnes

Description

@wtbarnes

Describe the feature

The set_axislabel method on a WCSAxes axis allows for passing in not just the label of the axis but also additional arguments such as the color of that label. However, the coord_params interface to set_axislabel only allows for passing the label and no other arguments

coord.set_axislabel(axislabel)

Proposed solution

Allow the axislabel entry in the coord_params dict to optionally be a dict and unpack it if it is. In this case, one of the entries of that dict would also have to be the axislabel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions