-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Labels
BUGunexpected behaviorunexpected behavior
Description
Bug Report
Issue: Function GetCoordinate does not give the correct result until the populated plot area is clicked.

Reproducing: Open plot windows form and plot scatter plot. Please don't click the plot area. On mouse_move (no buttons pressed) calculate the X coordinate.
The result will always be NaN.
After you click the plot area mouse_move will provide the correct X coordinate.

There may be a way around I am not aware of.
However, the calculation should give correct results without extra tricks :-)
Also, setting focus on the plot object is not available. Like plot.Select
System Details
- ScottPlot Version: 4.1.6.1
- Operating System: Win 10
- Application Type: (console, WinForms, WPF, Avalonia, etc)
- .NET Version: (NET Framework 4.7)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BUGunexpected behaviorunexpected behavior