IQDM / IQDM-Analytics

Code to Analyze Data Mining Results
Other
1 stars 1 forks source link

Opening/loading a new CSV doesn't completely clear old plots #16

Closed cutright closed 3 years ago

cutright commented 3 years ago

I've noticed the last plot, shown prior to opening/importing a CSV, still hangs out. The plot will update based on selection, but when you move your mouse into the plot, it will change to the last plot before importing the CSV. This happens when applying filters too. Even deleting the html file in the temp directory does not resolve the issue.

cutright commented 3 years ago

For some reason creating a new instance of PlotControlChart causes this issue. The only reason I had Windows create the instance on import_csv was to cause a delayed initialization related to a wx-widgets or wx.html2 issue, so now IQDMA only calls that code once. Will push to master after the latest rc candidate is verified by a test user.