Skip to content

PlottableAdder: make Plot public #4107

@swharden

Description

@swharden

Exposing PlottableAdder.Plot will make it easier for users to create custom extension methods for adding things to plots and also manipulating them

I think the best solution is to edit this line

private readonly Plot Plot = plot;

to be something like this:

public Plot Plot { get; } = plot;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Good First IssueThis issue has limited complexity and may be a good start for new contributors⚠️ HIGH PRIORITY

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions