From ec6ea32ddaa1fb400a90ea232d8c59c9285d9bc4 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 27 May 2021 11:42:35 -0400 Subject: [PATCH] Don't pass through linked charts x-axis handle --- 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 d3661922..b92e4aa5 100644 --- a/piker/ui/_chart.py +++ b/piker/ui/_chart.py @@ -309,7 +309,7 @@ class LinkedSplitCharts(QtGui.QWidget): self.chart = self.add_plot( name=symbol.key, array=array, - xaxis=self.xaxis, + # xaxis=self.xaxis, style=style, _is_main=True, )