diff --git a/piker/ui/_chart.py b/piker/ui/_chart.py index 78a20d9d..88ac871b 100644 --- a/piker/ui/_chart.py +++ b/piker/ui/_chart.py @@ -1280,24 +1280,6 @@ class ChartPlotWidget(pg.PlotWidget): **draw_curve_kwargs, ) - def update_graphics_from_flow( - self, - graphics_name: str, - array_key: Optional[str] = None, - - **kwargs, - - ) -> pg.GraphicsObject: - ''' - Update the named internal graphics from ``array``. - - ''' - viz = self._vizs[array_key or graphics_name] - return viz.update_graphics( - array_key=array_key, - **kwargs, - ) - # TODO: pretty sure we can just call the cursor # directly not? i don't wee why we need special "signal proxies" # for this lul.. diff --git a/piker/ui/_fsp.py b/piker/ui/_fsp.py index 2e2e76c1..8fa7fd82 100644 --- a/piker/ui/_fsp.py +++ b/piker/ui/_fsp.py @@ -707,9 +707,7 @@ async def open_vlm_displays( last_val_sticky.update_from_data(-1, value) - _, _, vlm_curve = vlm_chart.update_graphics_from_flow( - 'volume', - ) + _, vlm_curve = vlm_viz.update_graphics() # size view to data once at outset vlm_chart.view._set_yrange(