mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 19:21:50 +02:00
fix(widgets/plots): added placeholder for cleanup method to BECPlotBase
This commit is contained in:
@ -205,3 +205,6 @@ class BECPlotBase(BECConnector, pg.PlotItem):
|
||||
"""Remove the plot widget from the figure."""
|
||||
if self.figure is not None:
|
||||
self.figure.remove(widget_id=self.gui_id)
|
||||
|
||||
def cleanup(self):
|
||||
"""Cleanup the plot widget."""
|
||||
|
Reference in New Issue
Block a user