From 0983d2d86d76dc24bdc57c05d0640e8c4312ab91 Mon Sep 17 00:00:00 2001 From: midichef <67946319+midichef@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:35:44 -0800 Subject: [PATCH] [canvas-] stop infinite refresh for graphs with many points --- visidata/canvas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visidata/canvas.py b/visidata/canvas.py index 208c0b546..051ddd50a 100644 --- a/visidata/canvas.py +++ b/visidata/canvas.py @@ -731,7 +731,7 @@ def render_async(self): def plot_elements(self, invert_y=False): 'plots points and lines and text onto the plotter' - self.resetBounds() + self.resetBounds(refresh=False) bb = self.visibleBox xmin, ymin, xmax, ymax = bb.xmin, bb.ymin, bb.xmax, bb.ymax