Skip to content

SP5: ArrowCoordinated constructor bug #2976

@StuartWilloughby

Description

@StuartWilloughby

Bug Report

Issue: Typo in ArrowCoordinated constructor.

Reproducing: Call constructor.

        public ArrowCoordinated(Coordinate arrowBase, Coordinate arrowTip)
        {
            Base.X = arrowBase.X;
            Base.Y = arrowTip.Y;
            Tip.X = arrowTip.X;
            Tip.Y = arrowTip.Y;
        }

Base.Y = arrowTip.Y; should read Base.Y = arrowBase.Y;

System Details

  • ScottPlot Version: 4.1.68
  • Operating System: Windows 10
  • Application Type: WinForms
  • .NET Version: .NET 7.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    BUGunexpected behaviorGood First IssueThis 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!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions