From 3b15f83e709ee2be6a4fa10640b27cf89017e5b7 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 26 Apr 2022 09:27:38 -0400 Subject: [PATCH] Startup up with 3k bars --- piker/ui/_chart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/ui/_chart.py b/piker/ui/_chart.py index cecbbff5..8a95327f 100644 --- a/piker/ui/_chart.py +++ b/piker/ui/_chart.py @@ -856,7 +856,7 @@ class ChartPlotWidget(pg.PlotWidget): def default_view( self, - bars_from_y: int = 5000, + bars_from_y: int = 3000, ) -> None: '''