Skip to content

Commit

Permalink
[canvas-] stop infinite refresh for graphs with many points
Browse files Browse the repository at this point in the history
  • Loading branch information
midichef committed Jan 9, 2025
1 parent 6b0a78a commit 773c27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visidata/canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 773c27d

Please sign in to comment.