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