Draggable Scaatter, Signal, SignalXY (CoordinatedHeatmap)#1111
Closed
StendProg wants to merge 10 commits intoScottPlot:masterfrom
Closed
Draggable Scaatter, Signal, SignalXY (CoordinatedHeatmap)#1111StendProg wants to merge 10 commits intoScottPlot:masterfrom
StendProg wants to merge 10 commits intoScottPlot:masterfrom
Conversation
Init Scatter.Dragged event.
This was referenced Jul 24, 2021
Member
|
I'm going to close this PR since it's unlikely to be merged soon, but there is active discussion about this PR in #1002 (comment) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Work In Progress
Purpose:
Implement IDraggableModern interface for Scatter, Signal, SignalXY (CoordinatedHeatmap). #1002
Early shared, I plan to add some work, but can do it only after weekend, and there is some question i want to discuss.
Questions to discuss:
Drag(double fromX, double toX, double fromY, double toY, ...)can be transformed toDrag(double offsetX, double offsetY). Initially, I thought that the starting point might be useful in the handler, but in fact it was never used.Signals, as is done during rendering. Although, oddly enough, on the test signals, I did not notice any performance problems with the current implementation.What do I plan to finish in this PR:
New Functionality: