-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Labels
Good First IssueThis issue has limited complexity and may be a good start for new contributorsThis issue has limited complexity and may be a good start for new contributors⚠️ HIGH PRIORITY
Description
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;Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Good First IssueThis issue has limited complexity and may be a good start for new contributorsThis issue has limited complexity and may be a good start for new contributors⚠️ HIGH PRIORITY