From 3a3baca9bc67d85ad70d7cee95c45ae69a234a0f Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Fri, 1 Apr 2022 13:51:21 -0400 Subject: [PATCH] Remove units vlm cuve once the $vlm one comes up --- piker/ui/_fsp.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/piker/ui/_fsp.py b/piker/ui/_fsp.py index bb975c23..1f7fbdb0 100644 --- a/piker/ui/_fsp.py +++ b/piker/ui/_fsp.py @@ -50,7 +50,6 @@ from ._forms import ( mk_form, open_form_input_handling, ) -from . import _display from ..fsp._api import maybe_mk_fsp_shm, Fsp from ..fsp import cascade from ..fsp._volume import ( @@ -247,7 +246,6 @@ async def run_fsp_ui( overlay=True, color='default_light', array_key=name, - separate_axes=conf.get('separate_axes', False), **conf.get('chart_kwargs', {}) ) # specially store ref to shm for lookup in display loop @@ -766,6 +764,7 @@ async def open_vlm_displays( # displayed and the curves are effectively the same minus # liquidity events (well at least on low OHLC periods - 1s). vlm_curve.hide() + chart.removeItem(vlm_curve) # use slightly less light (then bracket) gray # for volume from "main exchange" and a more "bluey"