-
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 contributorsHelp WantedScott won't do this soon, but PRs from the community are welcome!Scott won't do this soon, but PRs from the community are welcome!⚠️ HIGH PRIORITY
Description
Right now the Line plot type only defines a start and end as distinct coordinates
ScottPlot/src/ScottPlot5/ScottPlot5/Plottables/LinePlot.cs
Lines 5 to 6 in 743c942
| public Coordinates Start { get; set; } | |
| public Coordinates End { get; set; } |
We have have a CoordinateLine primitive. It could be added to this plot type with a getter and setter that references the existing Coordiantes
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 contributorsHelp WantedScott won't do this soon, but PRs from the community are welcome!Scott won't do this soon, but PRs from the community are welcome!⚠️ HIGH PRIORITY