SavvyCAN icon indicating copy to clipboard operation
SavvyCAN copied to clipboard

Graph window mixes logs?

Open bjnswe opened this issue 2 years ago • 1 comments

The issues comes when loading a new log when a graph window is open. If I open Savvycan, load a single log file and plot in a graph, everything is fine. If I then open a different log, then it looks like it "mixes" both logs in the same graph. It looks very messy. So then I have to close the graph window, open it again, and load the graph definitions again. After that, it plots the new log clean.

I don't know if this intended or not, but in version 199, it doesn't do this. Then it just replaces all the content of the graph with what is in the new log.

If this "mixing" is intended, I would like to have the option to choose if it mixes or just replaces the graph with the new loaded log file like it used to do.

bjnswe avatar Sep 01 '23 07:09 bjnswe

It's a bug I keep forgetting to fix. You're right, it didn't used to do that. When I switched to allowing multiple open graph windows the bug popped up. The problem is that the graph windows aren't getting the signal to say that the previous frames were cleared so they leave the old data in there. I'll try to get this fixed soon.

collin80 avatar Sep 01 '23 13:09 collin80