Restore functionality of dmg vs time graph

This commit is contained in:
DarkPhoenix
2019-05-17 18:44:52 +03:00
parent fb5eb220fd
commit 2a04e60ae0
7 changed files with 97 additions and 117 deletions

View File

@@ -286,6 +286,8 @@ class GraphFrame(wx.Frame):
values = self.getValues()
view = self.getView()
# todo: we just drop cache so far, need to drop it only for removed/changed fits
view.clearCache()
self.subplot.clear()
self.subplot.grid(True)
legend = []