Skip to content

[FR] Way to modify series labels after plot creation. #2851

@nathanrboyer

Description

@nathanrboyer

Currently labels have to be added at the same time the series data is plotted. Other attributes like titles and axis labels can be added and modified after the fact. I would like to be able to add and modify the legend after plot creation also.

Ideally, this would be done in the same way as other attributes like plot!(labels=stringarrayoflabels), but a new function like labels!(stringarrayoflabels) could work too.

This would be most helpful to me when a plot is created within a function, but I want to be able to pretty it up outside of the function to avoid passing a lot of variables back and forth.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions