Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronize flow view and graphing windows #27

Closed
collin80 opened this issue Aug 22, 2015 · 1 comment
Closed

Synchronize flow view and graphing windows #27

collin80 opened this issue Aug 22, 2015 · 1 comment

Comments

@collin80
Copy link
Owner

These two windows are graphed with potentially different X axes. The flowview window can graph by timestamp (like the graph window does) or by frame number. But, even when it graphs by timestamp it does so without biasing the timestamp to start at 0 like the graph window does. The graph window has an automatic bias to start at X=0 because it's easiest to set up graphs this way. But, because of this discrepancy, it is extremely difficult to look at data in both windows and be looking at the same point in time.

There are a few options here.

The flowview window could bias to start at 0 on the X axis as well. It currently doesn't do that because it is trying to match timestamps to the main frame list.

The graph window could quit biasing to 0. This might be the best option because then it will match the timestamps in flowview and on the main frame list. That synchronizes everything. It is currently possible to cause the main list to bias to start at 0 time so that button can be used to make all of the windows start from 0 time on the X axis.

Also, it might be possible to cause a click on the graph in either flowview or graphing window to update the other so that the view is centered on the same X position / timestamp.

@collin80
Copy link
Owner Author

This is implemented in V136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant